From 2d8fbfb38e036da41f1b8f05847e6387335b59a2 Mon Sep 17 00:00:00 2001 From: Yiyu Liu Date: Mon, 23 Mar 2026 18:42:34 +0800 Subject: [PATCH 1/7] Add repoindex to community catalog, -Extension ID: repoindex -Version 1.0.0 - Author: Yiyu Liu - Description: Generate repo index --- extensions/README.md | 1 + extensions/catalog.community.json | 37 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/extensions/README.md b/extensions/README.md index a8bda89d4c..6971ecd886 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -90,6 +90,7 @@ The following community-contributed extensions are available in [`catalog.commun | Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | `visibility` | Read-only | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) | | Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) | | Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) | +| Repository Index | Generate index for existing repo for overview, architecture and module level. | `docs` | Read-only | [spec-kit-repoindex ](https://github.com/liuyiyu/spec-kit-repoindex) | | Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | `docs` | Read+Write | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) | | Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) | | SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 4ae3512509..db460829c8 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -744,6 +744,43 @@ "stars": 0, "created_at": "2026-03-16T00:00:00Z", "updated_at": "2026-03-16T00:00:00Z" + }, + "repoindex":{ + "name": "Repository Index", + "id": "repoindex", + "description": "Generate index of your repo for overview, architecuture and module", + "author": "Yiyu Liu", + "version": "1.0.0", + "download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/liuyiyu/spec-kit-repoindex", + "homepage": "https://github.com/liuyiyu/spec-kit-repoindex", + "documentation": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/docs/", + "changelog": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0", + "tools": [ + { + "name": "no need", + "version": ">=1.0.0", + "required": false + } + ] + }, + "provides": { + "commands": 3, + "hooks": 0 + }, + "tags": [ + "utility", + "brownfield", + "analysis" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-23T13:30:00Z", + "updated_at": "2026-03-23T13:30:00Z" } } } From b4321769a70defd847fecc3d08f46ef57e403d3b Mon Sep 17 00:00:00 2001 From: Yiyu Liu Date: Mon, 23 Mar 2026 21:37:05 +0800 Subject: [PATCH 2/7] udpate sort order for repoindex --- extensions/catalog.community.json | 75 ++++++++++++++++--------------- 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index db460829c8..5d7b601187 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -416,6 +416,43 @@ "created_at": "2026-03-14T00:00:00Z", "updated_at": "2026-03-14T00:00:00Z" }, + "repoindex":{ + "name": "Repository Index", + "id": "repoindex", + "description": "Generate index of your repo for overview, architecuture and module", + "author": "Yiyu Liu", + "version": "1.0.0", + "download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/liuyiyu/spec-kit-repoindex", + "homepage": "https://github.com/liuyiyu/spec-kit-repoindex", + "documentation": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/docs/", + "changelog": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0", + "tools": [ + { + "name": "no need", + "version": ">=1.0.0", + "required": false + } + ] + }, + "provides": { + "commands": 3, + "hooks": 0 + }, + "tags": [ + "utility", + "brownfield", + "analysis" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-23T13:30:00Z", + "updated_at": "2026-03-23T13:30:00Z" + }, "retrospective": { "name": "Retrospective Extension", "id": "retrospective", @@ -744,43 +781,7 @@ "stars": 0, "created_at": "2026-03-16T00:00:00Z", "updated_at": "2026-03-16T00:00:00Z" - }, - "repoindex":{ - "name": "Repository Index", - "id": "repoindex", - "description": "Generate index of your repo for overview, architecuture and module", - "author": "Yiyu Liu", - "version": "1.0.0", - "download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip", - "repository": "https://github.com/liuyiyu/spec-kit-repoindex", - "homepage": "https://github.com/liuyiyu/spec-kit-repoindex", - "documentation": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/docs/", - "changelog": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/CHANGELOG.md", - "license": "MIT", - "requires": { - "speckit_version": ">=0.1.0", - "tools": [ - { - "name": "no need", - "version": ">=1.0.0", - "required": false - } - ] - }, - "provides": { - "commands": 3, - "hooks": 0 - }, - "tags": [ - "utility", - "brownfield", - "analysis" - ], - "verified": false, - "downloads": 0, - "stars": 0, - "created_at": "2026-03-23T13:30:00Z", - "updated_at": "2026-03-23T13:30:00Z" } + } } From 31cbca44f67f0a6d6ed88483f9838d3648deb5ca Mon Sep 17 00:00:00 2001 From: Yiyu Liu Date: Mon, 23 Mar 2026 18:42:34 +0800 Subject: [PATCH 3/7] Add repoindex to community catalog, -Extension ID: repoindex -Version 1.0.0 - Author: Yiyu Liu - Description: Generate repo index --- extensions/catalog.community.json | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index f04b370678..b249e0e89d 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1330,6 +1330,43 @@ "stars": 0, "created_at": "2026-03-16T00:00:00Z", "updated_at": "2026-03-16T00:00:00Z" + }, + "repoindex":{ + "name": "Repository Index", + "id": "repoindex", + "description": "Generate index of your repo for overview, architecuture and module", + "author": "Yiyu Liu", + "version": "1.0.0", + "download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/liuyiyu/spec-kit-repoindex", + "homepage": "https://github.com/liuyiyu/spec-kit-repoindex", + "documentation": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/docs/", + "changelog": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0", + "tools": [ + { + "name": "no need", + "version": ">=1.0.0", + "required": false + } + ] + }, + "provides": { + "commands": 3, + "hooks": 0 + }, + "tags": [ + "utility", + "brownfield", + "analysis" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-23T13:30:00Z", + "updated_at": "2026-03-23T13:30:00Z" } } } From 923211bbfccac9f299f73385aace2b44d48d9596 Mon Sep 17 00:00:00 2001 From: Yiyu Liu Date: Mon, 23 Mar 2026 21:37:05 +0800 Subject: [PATCH 4/7] udpate sort order for repoindex --- extensions/catalog.community.json | 75 ++++++++++++++++--------------- 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index b249e0e89d..3a98d49fa0 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -941,6 +941,43 @@ "created_at": "2026-03-14T00:00:00Z", "updated_at": "2026-03-14T00:00:00Z" }, + "repoindex":{ + "name": "Repository Index", + "id": "repoindex", + "description": "Generate index of your repo for overview, architecuture and module", + "author": "Yiyu Liu", + "version": "1.0.0", + "download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/liuyiyu/spec-kit-repoindex", + "homepage": "https://github.com/liuyiyu/spec-kit-repoindex", + "documentation": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/docs/", + "changelog": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0", + "tools": [ + { + "name": "no need", + "version": ">=1.0.0", + "required": false + } + ] + }, + "provides": { + "commands": 3, + "hooks": 0 + }, + "tags": [ + "utility", + "brownfield", + "analysis" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-23T13:30:00Z", + "updated_at": "2026-03-23T13:30:00Z" + }, "retro": { "name": "Retro Extension", "id": "retro", @@ -1330,43 +1367,7 @@ "stars": 0, "created_at": "2026-03-16T00:00:00Z", "updated_at": "2026-03-16T00:00:00Z" - }, - "repoindex":{ - "name": "Repository Index", - "id": "repoindex", - "description": "Generate index of your repo for overview, architecuture and module", - "author": "Yiyu Liu", - "version": "1.0.0", - "download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip", - "repository": "https://github.com/liuyiyu/spec-kit-repoindex", - "homepage": "https://github.com/liuyiyu/spec-kit-repoindex", - "documentation": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/docs/", - "changelog": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/CHANGELOG.md", - "license": "MIT", - "requires": { - "speckit_version": ">=0.1.0", - "tools": [ - { - "name": "no need", - "version": ">=1.0.0", - "required": false - } - ] - }, - "provides": { - "commands": 3, - "hooks": 0 - }, - "tags": [ - "utility", - "brownfield", - "analysis" - ], - "verified": false, - "downloads": 0, - "stars": 0, - "created_at": "2026-03-23T13:30:00Z", - "updated_at": "2026-03-23T13:30:00Z" } + } } From 083199ed1124404a8a7e2320fafbf4fbe415c047 Mon Sep 17 00:00:00 2001 From: Yiyu Liu Date: Thu, 2 Apr 2026 21:32:53 +0800 Subject: [PATCH 5/7] Update main README adding repoindex intro --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 129d694130..3ddb39deae 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,8 @@ The following community-contributed extensions are available in [`catalog.commun | QA Testing Extension | Systematic QA testing with browser-driven or CLI-based validation of acceptance criteria from spec | `code` | Read-only | [spec-kit-qa](https://github.com/arunt14/spec-kit-qa) | | Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) | | Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) | +| Repository Index | Generate index for existing repo for overview, architecture and module level. | `docs` | Read-only | [spec-kit-repoindex ](https://github.com/liuyiyu/spec-kit-repoindex) | + | Retro Extension | Sprint retrospective analysis with metrics, spec accuracy assessment, and improvement suggestions | `process` | Read+Write | [spec-kit-retro](https://github.com/arunt14/spec-kit-retro) | | Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | `docs` | Read+Write | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) | | Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) | From 6423c275ec0d4ac236659aa96355b57c2092bc6a Mon Sep 17 00:00:00 2001 From: Yiyu Liu Date: Thu, 2 Apr 2026 21:37:30 +0800 Subject: [PATCH 6/7] fix display issue --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ddb39deae..782bd938b0 100644 --- a/README.md +++ b/README.md @@ -211,8 +211,7 @@ The following community-contributed extensions are available in [`catalog.commun | QA Testing Extension | Systematic QA testing with browser-driven or CLI-based validation of acceptance criteria from spec | `code` | Read-only | [spec-kit-qa](https://github.com/arunt14/spec-kit-qa) | | Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) | | Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) | -| Repository Index | Generate index for existing repo for overview, architecture and module level. | `docs` | Read-only | [spec-kit-repoindex ](https://github.com/liuyiyu/spec-kit-repoindex) | - +| Repository Index | Generate index for existing repo for overview, architecture and module level. | `docs` | Read-only | [spec-kit-repoindex](https://github.com/liuyiyu/spec-kit-repoindex) | | Retro Extension | Sprint retrospective analysis with metrics, spec accuracy assessment, and improvement suggestions | `process` | Read+Write | [spec-kit-retro](https://github.com/arunt14/spec-kit-retro) | | Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | `docs` | Read+Write | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) | | Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) | From b09f67f601b07bae32b05bda645d9557f5c0d863 Mon Sep 17 00:00:00 2001 From: liuyiyu Date: Thu, 2 Apr 2026 21:44:47 +0800 Subject: [PATCH 7/7] Update extensions/catalog.community.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 3a98d49fa0..dce3c06e2a 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -950,7 +950,7 @@ "download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip", "repository": "https://github.com/liuyiyu/spec-kit-repoindex", "homepage": "https://github.com/liuyiyu/spec-kit-repoindex", - "documentation": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/docs/", + "documentation": "https://github.com/liuyiyu/spec-kit-repoindex/tree/main/docs", "changelog": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/CHANGELOG.md", "license": "MIT", "requires": {