Skip to content

Commit d9ce7c1

Browse files
liuyiyuCopilot
andauthored
Add repoindex 0402 (#2062)
* Add repoindex to community catalog, -Extension ID: repoindex -Version 1.0.0 - Author: Yiyu Liu - Description: Generate repo index * udpate sort order for repoindex * Add repoindex to community catalog, -Extension ID: repoindex -Version 1.0.0 - Author: Yiyu Liu - Description: Generate repo index * udpate sort order for repoindex * Update main README adding repoindex intro * fix display issue * Update extensions/catalog.community.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4f9d966 commit d9ce7c1

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ The following community-contributed extensions are available in [`catalog.commun
211211
| 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) |
212212
| Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |
213213
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
214+
| 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) |
214215
| 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) |
215216
| 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) |
216217
| 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) |

extensions/catalog.community.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,43 @@
941941
"created_at": "2026-03-14T00:00:00Z",
942942
"updated_at": "2026-03-14T00:00:00Z"
943943
},
944+
"repoindex":{
945+
"name": "Repository Index",
946+
"id": "repoindex",
947+
"description": "Generate index of your repo for overview, architecuture and module",
948+
"author": "Yiyu Liu",
949+
"version": "1.0.0",
950+
"download_url": "https://github.com/liuyiyu/spec-kit-repoindex/archive/refs/tags/v1.0.0.zip",
951+
"repository": "https://github.com/liuyiyu/spec-kit-repoindex",
952+
"homepage": "https://github.com/liuyiyu/spec-kit-repoindex",
953+
"documentation": "https://github.com/liuyiyu/spec-kit-repoindex/tree/main/docs",
954+
"changelog": "https://github.com/liuyiyu/spec-kit-repoindex/blob/main/CHANGELOG.md",
955+
"license": "MIT",
956+
"requires": {
957+
"speckit_version": ">=0.1.0",
958+
"tools": [
959+
{
960+
"name": "no need",
961+
"version": ">=1.0.0",
962+
"required": false
963+
}
964+
]
965+
},
966+
"provides": {
967+
"commands": 3,
968+
"hooks": 0
969+
},
970+
"tags": [
971+
"utility",
972+
"brownfield",
973+
"analysis"
974+
],
975+
"verified": false,
976+
"downloads": 0,
977+
"stars": 0,
978+
"created_at": "2026-03-23T13:30:00Z",
979+
"updated_at": "2026-03-23T13:30:00Z"
980+
},
944981
"retro": {
945982
"name": "Retro Extension",
946983
"id": "retro",
@@ -1331,5 +1368,6 @@
13311368
"created_at": "2026-03-16T00:00:00Z",
13321369
"updated_at": "2026-03-16T00:00:00Z"
13331370
}
1371+
13341372
}
13351373
}

0 commit comments

Comments
 (0)