Matches all tools
Hooks run on every tool call, not just specific ones
Modifies files
Hook triggers on file write and edit operations
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.
Claude Codeプラグイン、プロジェクトスキル、MCP(Model Context Protocol)設定を共有するための内部マーケットプレイスです。
このマーケットプレイスは、チーム全体でClaude Codeの導入を加速するための事前設定されたプラグインを提供します。
NDFプラグインは、以下の機能をオールインワンで提供する統合プラグインです:
/ndf:pr, /ndf:pr-tests, /ndf:fix, /ndf:review, /ndf:merged, /ndf:clean, /ndf:serena, /ndf:mem-review, /ndf:mem-captureNote (v2.6.0): 追加のMCP(BigQuery、Chrome DevTools、AWS Docs、DBHub、Notion)は個別プラグインとしてインストール可能です。GitHub MCP、Context7 MCPは公式プラグインから利用できます。
Claude Codeでマーケットプレイスを追加します:
/plugin marketplace add https://github.com/takemi-ohama/ai-plugins
利用したいプラグインをインストールします:
# NDFプラグイン(オールインワン統合プラグイン)
/plugin install ndf@ai-plugins
このプラグイン1つで、MCP統合、開発ワークフロー、専門エージェント、自動フックのすべてが利用可能です。
| プラグイン名 | バージョン | 説明 | 詳細 |
|---|---|---|---|
| ndf | 2.6.0 | Claude Code開発環境をオールインワンで強化する統合プラグイン。2つのコアMCPサーバー(Serena、Codex CLI)、9つの開発ワークフローコマンド、6つの専門エージェント(director指揮者、データ分析、コーディング、調査、ファイル読み取り、品質管理)、13個のSkills、Stopフック(AI要約生成とSlack通知)を提供。追加のMCPは個別プラグインとしてインストール可能。 | README |
ai-plugins/
├── .claude-plugin/
│ └── marketplace.json # マーケットプレイスメタデータ
├── plugins/
│ └── {plugin-name}/
│ ├── .claude-plugin/
│ │ └── plugin.json # プラグインメタデータ(必須)
│ ├── commands/ # スラッシュコマンド (*.md)
│ ├── agents/ # サブエージェント (*.md)
│ └── skills/ # プロジェクトスキル
│ └── {skill-name}/
│ └── SKILL.md # エントリポイント(必須)
├── README.md
└── CLAUDE.md # AIエージェント向けガイドライン
1. プラグインディレクトリを作成:
mkdir -p plugins/{plugin-name}/{.claude-plugin,commands,agents,skills}
2. plugin.json を作成:
{
"name": "plugin-name",
"version": "1.0.0",
"description": "プラグインの説明",
"author": {
"name": "作者名",
"url": "https://github.com/username"
},
"skills": [
{
"path": "skills/skill-name/SKILL.md"
}
]
}
3. プロジェクトスキルを作成(オプション):
skills/{skill-name}/SKILL.md を作成:
---
name: スキル名
description: スキルの説明(自動起動のキーワードを含める)
---
# スキル名
スキルの詳細説明とドキュメント...
4. marketplace.json に登録:
.claude-plugin/marketplace.json に追加:
{
"name": "ai-plugins",
"owner": {
"name": "takemi-ohama",
"email": "takemi.ohama@example.com"
},
"plugins": [
{
"name": "plugin-name",
"source": "./plugins/plugin-name",
"description": "プラグインの簡単な説明"
}
]
}
5. README.md を作成:
plugins/{plugin-name}/README.md を作成し、以下を含める:
6. テストとコミット:
# ローカルでテスト
/plugin marketplace add file:///path/to/ai-plugins
/plugin install plugin-name@ai-plugins
# 動作確認後、コミット
git add .
git commit -m "Add plugin-name plugin"
git push
実施すること:
plugin.json に完全なメタデータを含めるSKILL.md を作成.env を .gitignore に追加marketplace.json を更新してはいけないこと:
# 1. プラグインファイルを修正
# 2. plugin.json のバージョンをインクリメント
vim plugins/{plugin-name}/.claude-plugin/plugin.json
# 3. 変更をコミット
git add plugins/{plugin-name}
git commit -m "Update plugin-name to v1.1.0"
git push
ユーザーは Claude Code UI から更新を確認できます。
# 1. marketplace.json から削除
vim .claude-plugin/marketplace.json
# 2. オプションでプラグインディレクトリを削除
rm -rf plugins/{plugin-name}
# 3. 変更をコミット
git add .
git commit -m "Remove plugin-name from marketplace"
git push
セマンティックバージョニング(MAJOR.MINOR.PATCH)に従います:
例:
1.0.0 → 1.0.1: バグ修正1.0.1 → 1.1.0: 新機能追加1.1.0 → 2.0.0: 破壊的変更npx claudepluginhub takemi-ohama/ai-plugins --plugin affaan-mPlaywright MCPを自動セットアップするプラグイン。Chromiumブラウザの自動インストールとMCP設定を提供します。
Integrated plugin with director orchestrator, specialized agents, workflow commands, skills, and Slack notifications. Core MCP servers (GitHub, Serena, Context7) moved to official plugins.
Devin MCP server for accessing repository documentation and code knowledge via DeepWiki
Integrated plugin with specialized agents, workflow skills, and Codex MCP. Serena MCP is now a separate plugin (mcp-serena).
Notion MCP server for note management and knowledge base operations
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Development tools for Claude Code plugins - local testing without pushing
Comprehensive development infrastructure for Claude Code projects. Includes 12 AI skills, task coordination hooks, project templates, and a visual dev-manager dashboard.
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks
Prompt engineering techniques for accurate, grounded Claude responses — anti-hallucination workflow with citation-backed analysis