Skip to content

Commit 2f5417f

Browse files
xymelonxuyangCopilotclaude
authored
Add agent-assign extension to community catalog (#2030)
* Add agent-assign extension to community catalog * Fix author name to xuyang in catalog entry * Update extensions/catalog.community.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update updated_at date in catalog.community.json * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: xuyang <xuyangxy@rd.netease.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 33a28ec commit 2f5417f

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ The following community-contributed extensions are available in [`catalog.commun
190190

191191
| Extension | Purpose | Category | Effect | URL |
192192
|-----------|---------|----------|--------|-----|
193+
| Agent Assign | Assign specialized Claude Code agents to spec-kit tasks for targeted execution | `process` | Read+Write | [spec-kit-agent-assign](https://github.com/xymelon/spec-kit-agent-assign) |
193194
| AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) |
194195
| Architect Impact Previewer | Predicts architectural impact, complexity, and risks of proposed changes before implementation. | `visibility` | Read-only | [spec-kit-architect-preview](https://github.com/UmmeHabiba1312/spec-kit-architect-preview) |
195196
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,38 @@
3636
"created_at": "2026-03-18T00:00:00Z",
3737
"updated_at": "2026-03-18T00:00:00Z"
3838
},
39+
"agent-assign": {
40+
"name": "Agent Assign",
41+
"id": "agent-assign",
42+
"description": "Assign specialized Claude Code agents to spec-kit tasks for targeted execution",
43+
"author": "xuyang",
44+
"version": "1.0.0",
45+
"download_url": "https://github.com/xymelon/spec-kit-agent-assign/archive/refs/tags/v1.0.0.zip",
46+
"repository": "https://github.com/xymelon/spec-kit-agent-assign",
47+
"homepage": "https://github.com/xymelon/spec-kit-agent-assign",
48+
"documentation": "https://github.com/xymelon/spec-kit-agent-assign/blob/main/README.md",
49+
"changelog": "https://github.com/xymelon/spec-kit-agent-assign/blob/main/CHANGELOG.md",
50+
"license": "MIT",
51+
"requires": {
52+
"speckit_version": ">=0.3.0"
53+
},
54+
"provides": {
55+
"commands": 3,
56+
"hooks": 1
57+
},
58+
"tags": [
59+
"agent",
60+
"automation",
61+
"implementation",
62+
"multi-agent",
63+
"task-routing"
64+
],
65+
"verified": false,
66+
"downloads": 0,
67+
"stars": 0,
68+
"created_at": "2026-03-31T00:00:00Z",
69+
"updated_at": "2026-03-31T00:00:00Z"
70+
},
3971
"architect-preview": {
4072
"name": "Architect Impact Previewer",
4173
"id": "architect-preview",

0 commit comments

Comments
 (0)