Skip to content

Commit 194fd08

Browse files
mnriemCopilot
andauthored
Add Data Model Diagram extension to community catalog (#2922)
* Add Data Model Diagram extension to community catalog Add data-model-diagram extension submitted by @benizzio to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2920 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix author field to match extension.yml manifest Use the full author name from extension.yml rather than GitHub username. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Align entry timestamps with catalog updated_at date Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b22834b commit 194fd08

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The following community-contributed extensions are available in [`catalog.commun
4848
| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. | `process` | Read+Write | [spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext) |
4949
| Confluence Extension | Create a doc in Confluence summarizing the specifications and planning files | `integration` | Read+Write | [spec-kit-confluence](https://github.com/aaronrsun/spec-kit-confluence) |
5050
| Cost Tracker | Track real LLM dollar cost across SDD workflows — per-feature budgets, per-integration comparison, and finance-ready exports | `visibility` | Read+Write | [spec-kit-cost](https://github.com/Quratulain-bilal/spec-kit-cost) |
51+
| Data Model Diagram | Generates Mermaid ER diagrams from Spec Kit data models after planning | `docs` | Read+Write | [spec-kit-data-model-diagram](https://github.com/benizzio/spec-kit-data-model-diagram) |
5152
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. One pinned runtime dependency; pure Node.js otherwise. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
5253
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
5354
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,38 @@
935935
"created_at": "2026-05-03T00:00:00Z",
936936
"updated_at": "2026-05-05T00:00:00Z"
937937
},
938+
"data-model-diagram": {
939+
"name": "Data Model Diagram",
940+
"id": "data-model-diagram",
941+
"description": "Generates Mermaid ER diagrams from Spec Kit data models after planning.",
942+
"author": "Igor Benicio de Mesquita",
943+
"version": "0.2.2",
944+
"download_url": "https://github.com/benizzio/spec-kit-data-model-diagram/archive/refs/tags/v0.2.2.zip",
945+
"repository": "https://github.com/benizzio/spec-kit-data-model-diagram",
946+
"homepage": "https://github.com/benizzio/spec-kit-data-model-diagram",
947+
"documentation": "https://github.com/benizzio/spec-kit-data-model-diagram#readme",
948+
"changelog": "https://github.com/benizzio/spec-kit-data-model-diagram/blob/main/CHANGELOG.md",
949+
"license": "MIT",
950+
"category": "docs",
951+
"effect": "read-write",
952+
"requires": {
953+
"speckit_version": ">=0.2.0"
954+
},
955+
"provides": {
956+
"commands": 1,
957+
"hooks": 1
958+
},
959+
"tags": [
960+
"diagram",
961+
"documentation",
962+
"mermaid"
963+
],
964+
"verified": false,
965+
"downloads": 0,
966+
"stars": 0,
967+
"created_at": "2026-06-16T00:00:00Z",
968+
"updated_at": "2026-06-16T00:00:00Z"
969+
},
938970
"diagram": {
939971
"name": "Spec Diagram",
940972
"id": "diagram",

0 commit comments

Comments
 (0)