By sniper-fly
Anime streaming service finder using AniList API and Playwright CLI
npx claudepluginhub sniper-fly/souma-recette --plugin streaming-jinarashi「アニメの公式サイトを調べて」「シーズンのアニメ一覧を取得」「AniListからアニメ情報を取得」などのリクエストに対応するスキル
「配信サービスを調べて」「アニメの配信先を確認」「どこで見れるか調べて」「公式サイトから配信情報を調査」などのリクエストに対応するスキル
This skill should be used when the user asks to "シーズンのアニメ配信情報を一括調査", "独占配信アニメを特定", "配信状況をまとめて調べて", "アニメの配信先を一括で調査", "独占駆逐して", "dokusen-kuchiku", or needs to orchestrate bulk streaming service research for a specific anime season.
Control Plex Media Server - browse libraries, search media, check what's playing, view recently added
Analytics and research skill for Bilibili video platform data. Extracts insights on content performance, audience demographics, and trends.
CLI-Anything for the Web: Generate agent-native CLIs for closed-source web apps via network traffic analysis
Give your AI agent eyes to see the entire internet. Search and read 15+ platforms with auto-update preflight: Twitter/X, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu, Douyin, Weibo, WeChat, Xiaoyuzhou Podcast, LinkedIn, V2EX, RSS, Exa web search.
Platform-specific access strategies for AI agents — auto-bypasses blocked sites (X/Twitter, Reddit, Stack Overflow, Naver, Coupang, LinkedIn) without API keys. Phase 0→3 adaptive scheduler with curl_cffi TLS impersonation and auto dependency install.
Claude Code skill pack for Perplexity (30 skills)
Uses power tools
Uses Bash, Write, or Edit tools
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