ivan-magda/claude-code-plugin-template
GitHub template for creating Claude Code plugin marketplaces. Includes plugin scaffolding, validation commands, hooks, skills, agents, and CI/CD workflows. Ready-to-use toolkit for teams distributing Claude Code plugins.
Platform-specific configuration:
{
"mcpServers": {
"claude-code-plugin-template": {
"command": "npx",
"args": [
"-y",
"claude-code-plugin-template"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...