By mizunomi32
mz-base plugin: codebase analyzer agent, analyze-codebase skill, and Serena MCP
このリポジトリは、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": "[email protected]"
},
"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 から該当のエントリを削除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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mizunomi32/claude-code-marketplace --plugin mz-baseNo description provided.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
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.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.