Skip to content

Commit 4d6c8ce

Browse files
zhujian0805claude
andcommitted
feat(plugins): add awesome-claude-code-plugins and claude-code-marketplace
Add two new marketplace repositories to the default plugin repos: - awesome-claude-code-plugins (ccplugins/awesome-claude-code-plugins) - claude-code-marketplace (ananddtyagi/claude-code-marketplace) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e556135 commit 4d6c8ce

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

code_assistant_manager/plugin_repos.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"repoName": "compounding-engineering-plugin",
99
"repoBranch": "main",
1010
"pluginPath": "plugins/compounding-engineering",
11-
"aliases": ["every-marketplace"]
11+
"aliases": [
12+
"every-marketplace"
13+
]
1214
},
1315
"claude-code-plugins-plus": {
1416
"name": "claude-code-plugins-plus",
@@ -27,5 +29,23 @@
2729
"repoOwner": "obra",
2830
"repoName": "superpowers-marketplace",
2931
"repoBranch": "main"
32+
},
33+
"awesome-claude-code-plugins": {
34+
"name": "awesome-claude-code-plugins",
35+
"description": "Awesome Claude Code plugins collection",
36+
"enabled": true,
37+
"type": "marketplace",
38+
"repoOwner": "ccplugins",
39+
"repoName": "awesome-claude-code-plugins",
40+
"repoBranch": "main"
41+
},
42+
"claude-code-marketplace": {
43+
"name": "claude-code-marketplace",
44+
"description": "A marketplace for Claude Code plugins",
45+
"enabled": true,
46+
"type": "marketplace",
47+
"repoOwner": "ananddtyagi",
48+
"repoName": "claude-code-marketplace",
49+
"repoBranch": "main"
3050
}
3151
}

0 commit comments

Comments
 (0)