- Create plugins/config.json with marketplace sources and desired plugins - Remove plugins/installed_plugins.json from tracking (host-specific paths) - Add installed_plugins.json to .gitignore - Update README with plugin installation instructions - Enable example-skills plugin in settings.json
30 lines
791 B
JSON
30 lines
791 B
JSON
{
|
|
"repositories": {
|
|
"claude-plugins-official": {
|
|
"source": "github",
|
|
"repo": "anthropics/claude-plugins-official"
|
|
},
|
|
"anthropic-agent-skills": {
|
|
"source": "github",
|
|
"repo": "anthropics/skills"
|
|
}
|
|
},
|
|
"desired_plugins": [
|
|
{
|
|
"id": "superpowers@superpowers-marketplace",
|
|
"version": "4.0.0",
|
|
"gitCommitSha": "84283dfc058f61b8985e07d20eb6838a6e7388fe",
|
|
"note": "Marketplace source unknown - install manually if needed"
|
|
},
|
|
{
|
|
"id": "frontend-design@claude-code-plugins",
|
|
"version": "1.0.0",
|
|
"gitCommitSha": "5880baedc387d8bad189b4c778f69477e88feb7f",
|
|
"note": "Marketplace source unknown - install manually if needed"
|
|
},
|
|
{
|
|
"id": "example-skills@anthropic-agent-skills"
|
|
}
|
|
]
|
|
}
|