By mizunomi32
mz-base plugin: codebase analyzer agent, analyze-codebase skill, and Serena MCP
npx claudepluginhub mizunomi32/claude-code-marketplace --plugin mz-baseこのリポジトリは、Claude Code のプラグインを自社内で配布するためのマーケットプレイスです。
Claude Code のプラグイン、スラッシュコマンド、サブエージェント、MCPサーバー、フックなどを一元管理し、組織内で共有するためのリポジトリです。
.
├── .claude-plugin/
│ └── marketplace.json # マーケットプレイス定義
├── plugins/ # 各メンバーのプラグインディレクトリ
│ ├── sample/ # メンバー別ディレクトリ
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # プラグインマニフェスト
│ │ ├── commands/ # スラッシュコマンド
│ │ ├── agents/ # サブエージェント
│ │ ├── skills/ # Agent Skills(オプション)
│ │ └── hooks/ # フック(オプション)
│ └── {member_name}/
└── README.md
plugins/{member_name}/ ディレクトリを作成plugins/{member_name}/.claude-plugin/plugin.json を作成commands/ - スラッシュコマンド(.mdファイル)agents/ - サブエージェント(.mdファイル)skills/ - Agent Skills(.mdファイル)hooks/ - フック(.jsonファイル){
"name": "sample",
"version": "1.0.0",
"description": "Sample plugin",
"author": "Your Name",
"commands": [
{
"name": "hello",
"description": "Hello world command"
}
],
"agents": [
{
"name": "code-reviewer",
"description": "Code review agent"
}
]
}
commands/hello.md)---
name: hello
description: Hello world command
---
Hello, World!
agents/code-reviewer.md)---
name: code-reviewer
description: Code review agent
---
You are a code reviewer. Review the code for potential issues.
.claude-plugin/marketplace.json に新しいプラグインを追加します。
{
"name": "company-plugins",
"owner": {
"name": "Dev Team",
"email": "dev@example.com"
},
"plugins": [
{
"name": "sample",
"source": "./plugins/sample",
"description": "Sample plugin",
"version": "1.0.0"
},
{
"name": "{plugin-name}",
"source": "./plugins/{member_name}",
"description": "{description}",
"version": "{version}"
}
]
}
/plugin marketplace add {owner}/{repo}
/plugin install {plugin-name}@company-plugins
plugin.json のバージョンを更新marketplace.json のバージョン情報を更新/plugin update {plugin-name} で更新可能marketplace.json から該当のエントリを削除Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Share bugs, ideas, or general feedback.
Comprehensive toolkit with 8 expert skills for Claude Code plugin development covering hooks, MCP integration, commands, and agents with best practices.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.