npx claudepluginhub sniper-fly/souma-recette --plugin prompt-optimizationImprove and test AI prompts for better Claude Code interactions
DevsForge Enterprise Prompt Optimization Architect delivering strategic prompt engineering methodologies, AI interaction optimization, and communication excellence frameworks
Optimize CLAUDE.md files and Skills for Claude Code CLI. Use when reviewing, creating, or improving system prompts, CLAUDE.md configurations, or Skill files. Transforms negative instructions into positive patterns following Anthropic's official best practices.
Testany AI/LLM 工具集:Prompt 优化
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
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