Skip to content

Commit df4e208

Browse files
James Zhuclaude
andcommitted
Add missing repositories from config directory
- Add diet103/claude-code-infrastructure-showcase to agents - Add 13 missing plugin repositories including marketplaces and skills - Add weipanux/seo-geo-blog-writer to skills 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9b5c4d5 commit df4e208

File tree

3 files changed

+121
-4
lines changed

3 files changed

+121
-4
lines changed

agent_repos.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@
4949
"branch": "main",
5050
"enabled": true
5151
},
52-
"anthropics/claude-code": {
53-
"owner": "anthropics",
54-
"name": "claude-code",
52+
"diet103/claude-code-infrastructure-showcase": {
53+
"owner": "diet103",
54+
"name": "claude-code-infrastructure-showcase",
5555
"branch": "main",
56-
"enabled": true
56+
"enabled": true,
57+
"agentsPath": ".claude/agents"
5758
}
5859
}

plugin_repos.json

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,115 @@
133133
"repoOwner": "anthropics",
134134
"repoName": "claude-code",
135135
"repoBranch": "main"
136+
},
137+
"compounding-engineering": {
138+
"name": "compounding-engineering",
139+
"description": "A Claude Code plugin for compounding engineering practices",
140+
"enabled": true,
141+
"type": "marketplace",
142+
"repoOwner": "EveryInc",
143+
"repoName": "compounding-engineering-plugin",
144+
"repoBranch": "main",
145+
"pluginPath": "plugins/compounding-engineering",
146+
"aliases": [
147+
"every-marketplace"
148+
]
149+
},
150+
"superpowers-marketplace": {
151+
"name": "superpowers-marketplace",
152+
"description": "Curated Claude Code plugins: skills, workflows, and productivity tools",
153+
"enabled": true,
154+
"type": "marketplace",
155+
"repoOwner": "obra",
156+
"repoName": "superpowers-marketplace",
157+
},
158+
"awesome-claude-code-plugins": {
159+
"name": "awesome-claude-code-plugins",
160+
"description": "Awesome Claude Code plugins collection",
161+
"enabled": true,
162+
"type": "marketplace",
163+
"repoOwner": "ccplugins",
164+
"repoName": "awesome-claude-code-plugins",
165+
},
166+
"cc-marketplace": {
167+
"name": "cc-marketplace",
168+
"description": "A marketplace for Claude Code plugins",
169+
"enabled": true,
170+
"type": "marketplace",
171+
"repoOwner": "ananddtyagi",
172+
"repoName": "claude-code-marketplace",
173+
},
174+
"anthropic-agent-skills": {
175+
"name": "anthropic-agent-skills",
176+
"description": "Anthropic example skills",
177+
"enabled": true,
178+
"type": "marketplace",
179+
"repoOwner": "anthropics",
180+
"repoName": "skills",
181+
},
182+
"claude-code-workflows": {
183+
"name": "claude-code-workflows",
184+
"description": "Production-ready workflow orchestration with 67 focused plugins, 99 specialized agents, and 107 skills - optimized for granular installation and minimal token usage",
185+
"enabled": true,
186+
"type": "marketplace",
187+
"repoOwner": "wshobson",
188+
"repoName": "agents",
189+
},
190+
"superpowers-dev": {
191+
"name": "superpowers-dev",
192+
"description": "Development marketplace for Superpowers core skills library",
193+
"enabled": true,
194+
"type": "marketplace",
195+
"repoOwner": "obra",
196+
"repoName": "superpowers",
197+
},
198+
"claude-code-plugins-plus": {
199+
"name": "claude-code-plugins-plus",
200+
"description": "A comprehensive marketplace and educational hub for Claude Code plugins",
201+
"enabled": true,
202+
"type": "marketplace",
203+
"repoOwner": "jeremylongshore",
204+
"repoName": "claude-code-plugins-plus",
205+
},
206+
"hcp-terraform-skills": {
207+
"name": "hcp-terraform-skills",
208+
"description": "Comprehensive Claude Code skills for HashiCorp Terraform, including style guides, testing frameworks, Terraform Stacks configurations, and HCP Terraform automation",
209+
"enabled": true,
210+
"type": "marketplace",
211+
"repoOwner": "hashi-demo-lab",
212+
"repoName": "claude-skill-hcp-terraform",
213+
},
214+
"mag-claude-plugins": {
215+
"name": "mag-claude-plugins",
216+
"description": "MAG team's curated collection of Claude Code plugins for modern full-stack development with LLM performance tracking",
217+
"enabled": true,
218+
"type": "marketplace",
219+
"repoOwner": "MadAppGang",
220+
"repoName": "claude-code",
221+
},
222+
"thedotmack": {
223+
"name": "thedotmack",
224+
"description": "Plugins by Alex Newman (thedotmack)",
225+
"enabled": true,
226+
"type": "marketplace",
227+
"repoOwner": "thedotmack",
228+
"repoName": "claude-mem",
229+
},
230+
"awesome-claude-skills": {
231+
"name": "awesome-claude-skills",
232+
"description": "A curated marketplace of practical Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API",
233+
"enabled": true,
234+
"type": "marketplace",
235+
"repoOwner": "ComposioHQ",
236+
"repoName": "awesome-claude-skills",
237+
},
238+
"claude-code-plugins": {
239+
"name": "claude-code-plugins",
240+
"description": "Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows",
241+
"enabled": true,
242+
"type": "marketplace",
243+
"repoOwner": "anthropics",
244+
"repoName": "claude-code",
245+
"repoBranch": "main"
136246
}
137247
}

skill_repos.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,11 @@
101101
"name": "claude-code",
102102
"branch": "main",
103103
"enabled": true
104+
},
105+
"weipanux/seo-geo-blog-writer": {
106+
"owner": "weipanux",
107+
"name": "seo-geo-blog-writer",
108+
"branch": "main",
109+
"enabled": true
104110
}
105111
}

0 commit comments

Comments
 (0)