marketplace.jsonā¢1.25 kB
{
"name": "repomix",
"owner": {
"name": "yamadashy"
},
"metadata": {
"description": "Official Repomix plugins for Claude Code",
"version": "1.0.1"
},
"plugins": [
{
"name": "repomix-mcp",
"source": "./.claude/plugins/repomix-mcp",
"description": "Repomix MCP server for AI-powered codebase analysis. Pack local/remote repositories, search outputs, and read files with built-in security scanning. Foundation plugin that enables all Repomix features in Claude Code.",
"version": "1.0.1",
"author": {
"name": "yamadashy"
},
"keywords": ["repomix", "mcp", "codebase-analysis", "ai", "github"],
"category": "integration",
"license": "MIT",
"strict": false
},
{
"name": "repomix-commands",
"source": "./.claude/plugins/repomix-commands",
"description": "Slash commands for quick Repomix operations. Pack local and remote repositories with simple commands like /pack-local and /pack-remote.",
"version": "1.0.1",
"author": {
"name": "yamadashy"
},
"keywords": ["repomix", "commands", "pack", "productivity"],
"category": "productivity",
"license": "MIT",
"strict": false
}
]
}