Skip to content

Commit d74868b

Browse files
mnriemCopilot
andcommitted
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>
1 parent 5ae7ff5 commit d74868b

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following community-contributed extensions are available in [`catalog.commun
4747
| 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) |
4848
| 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) |
4949
| 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) |
50+
| 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) |
5051
| 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) |
5152
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
5253
| 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: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-06-09T00:00:00Z",
3+
"updated_at": "2026-06-10T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -864,6 +864,38 @@
864864
"created_at": "2026-05-03T00:00:00Z",
865865
"updated_at": "2026-05-05T00:00:00Z"
866866
},
867+
"data-model-diagram": {
868+
"name": "Data Model Diagram",
869+
"id": "data-model-diagram",
870+
"description": "Generates Mermaid ER diagrams from Spec Kit data models after planning.",
871+
"author": "benizzio",
872+
"version": "0.2.2",
873+
"download_url": "https://github.com/benizzio/spec-kit-data-model-diagram/archive/refs/tags/v0.2.2.zip",
874+
"repository": "https://github.com/benizzio/spec-kit-data-model-diagram",
875+
"homepage": "https://github.com/benizzio/spec-kit-data-model-diagram",
876+
"documentation": "https://github.com/benizzio/spec-kit-data-model-diagram#readme",
877+
"changelog": "https://github.com/benizzio/spec-kit-data-model-diagram/blob/main/CHANGELOG.md",
878+
"license": "MIT",
879+
"category": "docs",
880+
"effect": "read-write",
881+
"requires": {
882+
"speckit_version": ">=0.2.0"
883+
},
884+
"provides": {
885+
"commands": 1,
886+
"hooks": 1
887+
},
888+
"tags": [
889+
"diagram",
890+
"documentation",
891+
"mermaid"
892+
],
893+
"verified": false,
894+
"downloads": 0,
895+
"stars": 0,
896+
"created_at": "2026-06-10T00:00:00Z",
897+
"updated_at": "2026-06-10T00:00:00Z"
898+
},
867899
"diagram": {
868900
"name": "Spec Diagram",
869901
"id": "diagram",

0 commit comments

Comments
 (0)