shuji-bonji が公開する Claude 拡張 (Skill / MCP server / slash command / sub-agent) の marketplace。Claude Code と Cowork の両方から /plugin install で利用できます。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-plugins": {
"command": "npx",
"args": [
"-y",
"shuji-bonji/claude-plugins"
]
}
}
}
Run in terminal:
claude mcp add claude-plugins npx -y shuji-bonji/claude-plugins
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-plugins": {
"command": "npx",
"args": [
"-y",
"shuji-bonji/claude-plugins"
]
}
}
}