npx claudepluginhub sniper-fly/souma-recette --plugin tech-doc-researchこのリポジトリはClaude Codeのプラグインマーケットプレイスです。複数のプラグインを格納し、チームやコミュニティで共有できます。
へこたれている暇なんか一秒もない。だって今オレ新しい技をモノにできるのが面白くて仕方ないんスよ!
— 幸平創真(『食戟のソーマ 弐ノ皿』第12話「魔術師再び」)
/plugin marketplace add sniper-fly/souma-recette
不確実な要件や複数の実装アプローチがある場合に、仮定で進めず明示的にユーザーへ確認を行うスキル
Gemini CLIのGoogle Search Grounding機能でWeb検索を実行
スキルベースの実装計画書レビュー&ブラッシュアップの反復ワークフロー
モデル非依存のプロンプト分析・最適化パターン(BP-001〜BP-008)
リポジトリ全体のマルウェア・悪意コードパターン検出
Claude Codeの過去の会話ログを発掘・分析し、開発の試行錯誤プロセスやインサイトを構造化して要約する
AniList APIとPlaywright CLIを活用し、シーズンアニメの配信サービス情報を自動調査・独占配信を特定するツール
Claude Codeプラグイン用スキル作成のベストプラクティス
要件定義書から必要技術を調査し、セットアップ手順・コード例・ベストプラクティスを含む技術調査ドキュメントを作成
uv + ruff + mypy + pytest構成のPythonプロジェクト初期セットアップとPostToolUse hooksによるコード品質チェック自動化
Terraformコードの本番デプロイ前レビュー
マーケットプレイスを追加後、個別のプラグインをインストール:
/plugin install askme@souma-recette
/plugin install gemini-search@souma-recette
/plugin install mirariko@souma-recette
/plugin install prompt-optimization@souma-recette
/plugin install security-scanner@souma-recette
/plugin install session-archaeologist@souma-recette
/plugin install streaming-jinarashi@souma-recette
/plugin install skill-development@souma-recette
/plugin install tech-doc-research@souma-recette
/plugin install python-seifuku@souma-recette
/plugin install terraform-review@souma-recette
plugins/ ディレクトリに新しいプラグインフォルダを作成.claude-plugin/plugin.json を作成(必須)commands/, agents/, skills/, hooks/ などのコンポーネントを追加.claude-plugin/marketplace.json にプラグイン情報を追加plugins/
└── my-new-plugin/
├── .claude-plugin/
│ └── plugin.json # 必須
├── commands/ # スラッシュコマンド
│ └── my-command.md
├── agents/ # エージェント
│ └── my-agent.md
├── skills/ # スキル
│ └── my-skill/
│ └── SKILL.md
├── hooks/ # フック
│ └── hooks.json
└── .mcp.json # MCPサーバー設定
{
"name": "my-plugin",
"description": "プラグインの説明",
"version": "1.0.0",
"author": {
"name": "Author Name",
"email": "author@example.com"
},
"license": "MIT",
"keywords": ["keyword1", "keyword2"],
"commands": "./commands/",
"agents": "./agents/"
}
公開前にプラグインを検証:
claude plugin validate .
MIT License
Produce and review technical documentation that is clear, actionable, and maintainable for both humans and agents, including contributor-governance files and agent instruction files.
Auto-discovery plugin for Claude Code skills - automatically recommends and installs relevant capabilities without users needing to know about skills
Agents specialized in technical documentation and knowledge management. Focuses on documentation architecture and user-focused writing.
Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records.
Complete development toolkit - documentation, PRDs, design docs, debugging, PR workflows, and planning
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.
Create technical specifications through interactive planning and expert review
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim