npx claudepluginhub sniper-fly/souma-recette --plugin skill-developmentCreate, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks
Create new Claude Code skills. Scaffolding and validation for skill development.
Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
Advanced skill development toolkit for creating exceptional Claude Code skills, aligned with Anthropic's official best practices
Tools for creating, auditing, and maintaining Claude Code skills. Includes /create-skill for scaffolding, /review-skill for quality checks, and /audit commands for bulk verification. Use when: building new skills, maintaining skill quality, or forking claude-skills repo.
Share bugs, ideas, or general feedback.
このリポジトリは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
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