By takemi-ohama
Integrated plugin with specialized agents, workflow skills, and Codex MCP. Serena MCP is now a separate plugin (mcp-serena).
Codex、Serena、Context7を活用した高品質コード生成の専門エージェント。 **Use this agent proactively** for: code implementation, refactoring, code review, applying design patterns, writing new features. 積極的に委譲すべき場面: コード実装、リファクタリング、コードレビュー、設計パターン適用、新機能開発。
BigQueryとDBHubを活用したデータ分析とSQL操作の専門エージェント。 **Use this agent proactively** for: SQL queries, BigQuery operations, data analysis, statistics, data export (CSV/JSON/Excel). 積極的に委譲すべき場面: SQLクエリ、BigQuery操作、データ分析、統計処理、データエクスポート。
Claude Code機能を活用したタスク統括・設計立案の指揮者エージェント。 **Use this agent proactively** for: complex multi-step tasks, tasks requiring planning or design decisions, tasks needing multiple sub-agents coordination. 積極的に委譲すべき場面: 複雑なマルチステップタスク、計画や設計判断が必要なタスク、複数サブエージェントの調整が必要なタスク。
WebFetch、Codex、Serena、Chrome DevToolsを活用した品質管理とテストの専門エージェント。 **Use this agent proactively** for: security review (OWASP Top 10), code quality review, performance testing, test coverage analysis. 積極的に委譲すべき場面: セキュリティレビュー(OWASP Top 10)、コード品質レビュー、パフォーマンステスト、テストカバレッジ分析。
WebFetch、Codex、AWS Docs、Chrome DevToolsを活用した情報収集と分析の専門エージェント。 **Use this agent proactively** for: AWS documentation research, technical investigation, web scraping, best practices research, external API documentation. 積極的に委譲すべき場面: AWSドキュメント調査、技術調査、Webスクレイピング、ベストプラクティス調査、外部API仕様調査。
mainマージ済みブランチをローカル/リモート一括削除する
廃止されたCLAUDE.ndf.mdファイルとインポート行を検出・削除します。CLAUDE.ndf.mdが検出された場合に実行してください。
Generate code templates for common patterns: REST API endpoints, React components, database models, authentication, error handling. Use when implementing new features or creating boilerplate code. This skill provides production-ready code templates: - REST API endpoints (Express, FastAPI) - React/Vue components with best practices - Database models (Sequelize, TypeORM, Mongoose) - Authentication middleware (JWT, OAuth) Triggers: "create API", "new component", "implement auth", "add model", "generate code", "コードテンプレート", "API作成", "コンポーネント作成"
Generate unit tests, integration tests, and test fixtures for code. Supports Jest, Mocha, pytest. Use when writing tests or improving test coverage. This skill provides automated test generation: - Unit tests with AAA pattern (Arrange, Act, Assert) - Integration tests for APIs and databases - Test fixtures and mocks - Edge case identification Triggers: "generate tests", "create unit test", "add test coverage", "write tests", "テスト生成", "テストコード作成", "カバレッジ向上"
Export query results to various formats (CSV, JSON, Excel, Markdown tables) with proper formatting and headers. Use when saving analysis results to files. This skill provides data export utilities for multiple formats: - CSV: Comma-separated with headers, customizable delimiters - JSON: Structured data with pretty-print option - Excel: Multiple sheets, cell formatting - Markdown: Tables for documentation Triggers: "export data", "save results", "output CSV", "output JSON", "output Excel", "データ出力", "結果保存", "エクスポート"
Uses power tools
Uses Bash, Write, or Edit tools
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: 破壊的変更Playwright 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
Redash MCP server with multi-environment support (arbitrary suffix)
Notion MCP server for note management and knowledge base operations
npx claudepluginhub takemi-ohama/ai-plugins --plugin ndfAnalyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Multi-agent orchestration system with MCP tools and Claude Code plugin agents. 51 specialized agents for development workflows, code quality, deployment, research, and more.
Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
Comprehensive development infrastructure for Claude Code projects. Includes 12 AI skills, task coordination hooks, project templates, and a visual dev-manager dashboard.
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.