Top 67 Claude Skills That Turn a $20 Subscription Into a Full Dev Team
多くの人は Claude を「月 $20 のオートコンプリート」として使っている。
何か書く。答えが返ってくる。そのまま終わり。
彼らは、Claude が 1 台で開発チーム — アーキテクト、レビュアー、デバッガ、ドキュメントライター — を同時に回せるということを知らない。
スキル (skills) の存在を知らないだけだ。
決定的な違いは何か? スキル (Skills) である。
その 67 個を、インストールコマンド付きで、ユー…
多くの人は Claude を「月 $20 のオートコンプリート」として使っている。
何か書く。答えが返ってくる。そのまま終わり。
彼らは、Claude が 1 台で開発チーム — アーキテクト、レビュアー、デバッガ、ドキュメントライター — を同時に回せるということを知らない。
スキル (skills) の存在を知らないだけだ。
決定的な違いは何か? スキル (Skills) である。
その 67 個を、インストールコマンド付きで、ユースケース別にまとめた。
Claude のスキル (Skill) とは何か
スキルとは、SKILL.md ファイルを持つフォルダで、「ある種類の仕事を具体的にどうやるか」を Claude に教えるものだ。ステップバイステップの手順、制約、サンプル、補助スクリプトやテンプレートが含まれる。
毎セッション自分の進め方をいちいち説明し直す代わりに、その進め方を 1 度スキルとしてインストールしておけば、永遠に再利用できる。
インストールコマンドは次のフォーマットに従う:
主要なリポジトリ:
- Anthropic 公式スキル: github.com/anthropics/skills
- Matt Pocock 個人スキル(15k スター): github.com/mattpocock/skills
- コミュニティマーケットプレイス(66k+ スキル): skillsmp.com
メタスキル — AI ワークスペースを管理する
これらのスキルは、他のすべてのスキルを構築・テスト・整理するのを助ける。
Skill Creator
できること: あなたのタスクで Claude をベンチマークし、実際の実行結果に基づいて新しいスキルをドラフト・反復改善してくれる。
使うタイミング: ごちゃごちゃしたワークフローを 1 つの整った SKILL.md に変えたいとき。
リンク: github.com/anthropics/skills/tree/main/skills/skill-creator
使い方:
- 自分のワークフローを箇条書きで説明する
- Skill Creator に最初の SKILL.md をドラフトさせる
- 3〜5 個のテストプロンプトを走らせ、失敗を観察し、指示を洗練させる
Write a Skill
できること: 適切な構造、progressive disclosure(段階的開示)、バンドルされたリソースを備えた新しいスキルを Claude に書かせる。
時間が経っても壊れないスキルを作る「正しい方法」。
リンク: github.com/mattpocock/skills/tree/main/write-a-skill
インストール:
Skill Creator が粗いドラフトを出してきて、構造を整えたいときにこれを使う。
Find Skills
できること: SkillsMP のような公開マーケットプレイスを、自分のユースケースに合うスキルで検索する。
マーケットプレイス例: skillsmp.com
ヒント: 「スキルを探す」を「パッケージ管理」と同じ感覚で扱う。新しく書く前に、まず既存のものを検索してフォークする。
計画・設計スキル
これらのスキルは「間違ったものを作るのを止めてくれる」。
Grill Me
目的: 決定ツリーのすべての分岐が解消されるまで、Claude に機能について 1 問ずつ容赦なく明確化の質問をさせる。
用途: 新機能、リファクタ、リスキーな移行。
インストール: npx skills@latest add mattpocock/skills/grill-me
リンク: github.com/mattpocock/skills/tree/main/grill-me
データモデル、エッジケース、失敗モード、既存システムについて質問が飛んでくる。後で火消しに走るより、今まとめて答える方がはるかに安上がりだ。
Write a PRD
目的: インタラクティブインタビュー、コードベース探索、モジュール設計を通じて PRD を作成し、GitHub Issue として登録する。
インストール: npx skills@latest add mattpocock/skills/write-a-prd
リンク: github.com/mattpocock/skills/tree/main/write-a-prd
これに依頼する内容:
- ゴール、非ゴール、ユーザーストーリーを捕捉
- 成功指標と制約を列挙
- 関係する既存システムへのリンクを張る
PRD to Plan
目的: PRD を、「トレーサー弾」式の縦スライスを使った多フェーズの実装計画に変える。単なるタスク分解ではなく、統合リスクを実際に減らす順序を与えてくれる。
インストール: npx skills@latest add mattpocock/skills/prd-to-plan
リンク: github.com/mattpocock/skills/tree/main/prd-to-plan
PRD to Issues との違い: Plan は「順序とステージ」が付いているのに対し、Issue は独立に取れる。両方を使うのが良い。
PRD to Issues
目的: PRD を、縦スライスとブロッキング関係を明示した、独立にピックアップ可能な GitHub Issue に分解する。
インストール: npx skills@latest add mattpocock/skills/prd-to-issues
リンク: github.com/mattpocock/skills/tree/main/prd-to-issues
こう依頼する:
「上記の PRD に PRD to Issues を適用してくれ。エピックごとに GitHub Issue をグループ化し、ブロッカーは明示的に記載してほしい」
Design an Interface
目的: 並列サブエージェントを使って、あるモジュールに対して根本的に異なる複数のインターフェース案を生成する。
インストール: npx skills@latest add mattpocock/skills/design-an-interface
リンク: github.com/mattpocock/skills/tree/main/design-an-interface
単一の設計案ではなく、異なるトレードオフを持つ 3〜5 個の競合案が返ってくる。自分の制約条件に合うものを選ぶ。
Request Refactor Plan
目的: ユーザーインタビューを経て、細かいコミット単位での詳細なリファクタ計画を作成し、GitHub Issue として登録する。
インストール: npx skills@latest add mattpocock/skills/request-refactor-plan
リンク: github.com/mattpocock/skills/tree/main/request-refactor-plan
コード開発スキル
これらは、Claude をコードのオートコンプリート玩具ではなく、規律のあるエンジニアリングパートナーに変えるスキル。
TDD
目的: 厳密なテストファースト(red-green-refactor)ループを強制する。機能追加やバグ修正を 1 縦スライスずつ進める。
インストール: npx skills@latest add mattpocock/skills/tdd
リンク: github.com/mattpocock/skills/tree/main/tdd
得られるもの:
- まずは失敗するテスト
- それを通すための最小限のコード
- テスト下でのリファクタパス
Triage Issue
目的: コードベースを探索してバグを調査し、根本原因を特定し、TDD ベースの修正プランを GitHub Issue として登録する。
インストール: npx skills@latest add mattpocock/skills/triage-issue
リンク: github.com/mattpocock/skills/tree/main/triage-issue
「なぜ壊れているのか全く分からない」ときのためのスキル。まず探偵仕事を済ませ、その後で「ちゃんと直すための構造化されたプラン」を返してくれる。
QA
目的: 機能全体の QA パスを実行し、ブロッキング関係込みでイシューブレークダウンを作成する。
インストール: npx skills@latest add mattpocock/skills/qa
リンク: github.com/mattpocock/skills/tree/main/qa
全 PR 前に使う:
- エッジケースを洗い出す
- どれがどれをブロックしているかの順序でイシュー化
- リグレッションなしで出荷する
Improve Codebase Architecture
目的: コードベースを探索し、浅いモジュールの深化やテスト容易性の向上に焦点を当てたアーキテクチャ改善機会を洗い出す。
インストール: npx skills@latest add mattpocock/skills/improve-codebase-architecture
リンク: github.com/mattpocock/skills/tree/main/improve-codebase-architecture
依頼内容:
- ホットスポットを特定
- リファクタ戦略を 2〜3 案提示
- それぞれのリスク、工数、インパクトを詳述
Migrate to Shoehorn
目的: テストファイルの as 型アサーションを Matt Pocock 自身の TypeScript ライブラリ @total-typescript/shoehorn に移行する。
インストール: npx skills@latest add mattpocock/skills/migrate-to-shoehorn
リンク: github.com/mattpocock/skills/tree/main/migrate-to-shoehorn
ニッチだが、TypeScript で型安全なテストコードを書きたい人には極めて有用。さらに、自分のツール向けの「移行スキル」を書く際の優れたテンプレートでもある。
Scaffold Exercises
目的: セクション、問題、解答、解説を持つエクササイズディレクトリ構造を生成する。
インストール: npx skills@latest add mattpocock/skills/scaffold-exercises
リンク: github.com/mattpocock/skills/tree/main/scaffold-exercises
以下に最適:
- コース教材を作る
- チームのオンボーディング教材を作る
- 複雑なシステムを「インタラクティブな演習」としてドキュメント化する
Auto-Commit Messages
目的: staged diff を読み、type・scope・本文を持つ Conventional Commits メッセージを生成する。
使うタイミング: 深夜 2 時に「fix stuff」と書くのに疲れたとき。
インストール: npx skills@latest add anthropics/skills/auto-commit
リンク: github.com/anthropics/skills/tree/main/skills/auto-commit
Code Review
目的: セキュリティ、パフォーマンス、エラーハンドリング、アーキテクチャについて系統的なレビューを行う。
リンク: github.com/anthropics/skills (Code Review で検索)
以下を依頼できる:
- 「セキュリティ重視のレビュー」
- 「パフォーマンス重視のレビュー」
- あるいはフルチェックリストの通しレビュー
Systematic Debugging
出自: Superpowers リポジトリから
目的: ランダムに「とりあえず何か変えてみる」編集を禁じる、4 フェーズ構成のデバッグ手法。
リンク: github.com/obra/superpowers/tree/main/skills/systematic-debugging
典型フロー:
- 再現し、最小の失敗テストを作る
- 根本原因を絞り込む
- 1 つだけ修正を適用する
- テストとログで検証する
Brainstorming
目的: ソクラテス式の問いを使い、生の機能アイデアを詳細なフローやアーキテクチャに変える。
実装前に使う: データ形状設計、API の表面、失敗とロールバックの物語。
リンク: github.com/obra/superpowers/tree/main/skills/brainstorming
Change Log Generator
目的: コミットを読み、人間向けまたは開発者向けの変更ログを出力する。
用途: リリース、社内アップデート、投資家向けサマリ。
リンク: github.com/ComposioHQ/awesome-claude-skills/tree/master/changelog-generator
Simplification Cascade
目的: 複雑化したロジックを識別し、小さく合成可能な部品へと書き換える。
最適な用途: 誰も触りたくないレガシーな「ゴッド関数」。
リンク: mcpmarket.com/tools/skills/simplification-cascades-1
Superpowers
概要: TDD、デバッグ、リファクタ、実行のための、実戦で検証されたスキル群。
リンク: github.com/obra/superpowers
デフォルトの「エンジニアリング脳」レイヤーとして使うとよい。
React Best Practices
目的: React コードに Vercel / Next.js 流のベストプラクティスを強制する。
使うタイミング: Next への移行時、レガシーな React アプリの清書、ジュニア教育。
リンク: github.com/vercel-labs/agent-skills/tree/main/skills/react-best-practices
File Search
目的: ripgrep や ast-grep のようなツールを使って、大規模コードベースを高速に横断する方法を Claude に教える。
リンク: github.com/massgen/massgen
Context Optimization
目的: 重要なものを保ちつつ、コンテキストサイズとトークン課金を削減する。
リンク: github.com/muratcankoylan/agent-skills-for-context-engineering
ツールとセットアップ系スキル
これらは「1 度やれば永遠に忘れていい」タイプのスキル。
Setup Pre-Commit
目的: Husky の pre-commit フックを、lint-staged、Prettier、型チェック、テスト付きでセットアップする。
インストール: npx skills@latest add mattpocock/skills/setup-pre-commit
リンク: github.com/mattpocock/skills/tree/main/setup-pre-commit
新しいリポジトリでは毎回これを走らせる。未来の自分が感謝する。
Git Guardrails for Claude Code
目的: 危険な git コマンド(push、reset --hard、clean など)が実行される前にブロックする Claude Code hooks をセットアップする。
インストール: npx skills@latest add mattpocock/skills/git-guardrails-claude-code
リンク: github.com/mattpocock/skills/tree/main/git-guardrails-claude-code
本番レポジトリに Claude Code を使うなら、これはオプションではない。Claude は速くて便利 — そうでなくなる瞬間までは。このスキルが安全網となる。
Dependency Auditor
目的: package.json をスキャンし、古い、脆弱な、あるいは放棄されたパッケージを洗い出し、優先度付きの修正リストを出力する。
使うタイミング: リポジトリに半年触れておらず、npm audit を打つのが怖いとき。
インストール: npx skills@latest add ComposioHQ/awesome-claude-skills/dependency-auditor
リンク: github.com/ComposioHQ/awesome-claude-skills
Git Work Trees
目的: メインプロジェクトを壊さずに、分離されたブランチで安全に機能開発を進める。
使うタイミング: 隔離された実験ブランチや、並行機能開発が必要なとき。
イシュー / プロジェクト管理系スキル
GitHub Triage
目的: エージェントブリーフと「スコープ外」ドキュメントを添えて、入ってくる GitHub Issue をトリアージする。Claude に「何を調査し、何をスキップすべきか」を正確に伝える。
インストール: npx skills@latest add mattpocock/skills/github-triage
リンク: github.com/mattpocock/skills/tree/main/github-triage
用途:
- 大量のイシューバックログを高速処理
- 自動でラベル付け・カテゴリ分け
- 適切な担当者やエピックへのルーティング
ライティング / ナレッジ系スキル
Edit Article
目的: セクション再構成、明快さの改善、冗長な部分の削減によって記事を編集・改善する。
インストール: npx skills@latest add mattpocock/skills/edit-article
リンク: github.com/mattpocock/skills/tree/main/edit-article
これは「文法を整える」スキルではない。議論の構造を再構成し、余分を削り、各セクションの主張をシャープにする。
Ubiquitous Language
目的: 現在の会話から、DDD 的な「ユビキタス言語」用語集を抽出する。
インストール: npx skills@latest add mattpocock/skills/ubiquitous-language
リンク: github.com/mattpocock/skills/tree/main/ubiquitous-language
なぜ重要か:
- どのチームにも独自の語彙がある。「event」「order」「user」は人によって違う意味を持つ
- このスキルは Claude に、コードを書く前にあなたのドメイン言語を洗い出し、定義することを強制する
- その結果、コードベース、ドキュメント、会話が同じ言葉を同じ意味で共有できる
API Documentation Generator
目的: ルートを読み、サンプル、エラーコード、認証要件付きの OpenAPI / Swagger ドキュメントを生成する。
使うタイミング: API は出荷したが、ドキュメントを書いていないとき。
インストール: npx skills@latest add ComposioHQ/awesome-claude-skills/api-docs-generator
リンク: github.com/ComposioHQ/awesome-claude-skills
README に貼り付けるか、Swagger UI でホスト。30 秒で終わる。
Content Researcher
目的: 自分のライティングスタイルを学習させ、実際の引用付きで長文ブログやニュースレターをドラフトさせる。
用途: 自分の Twitter トーンを長文投稿にクローンする、SEO ブログを量産する。
リンク: github.com/ComposioHQ/awesome-claude-skills/blob/master/content-research-writer/SKILL.md
Obsidian Vault
目的: Obsidian Vault 内のノートを wikilink とインデックスノートで検索・作成・管理する。
インストール: npx skills@latest add mattpocock/skills/obsidian-vault
リンク: github.com/mattpocock/skills/tree/main/obsidian-vault
自動タグ付けする Kepano 版 Obsidian スキルとは別物で、こちらはインタラクティブ。Vault を巡回し、新しいノートを作成し、リンクの整合性を維持する。
自動タグ版も利用可: github.com/kepano/obsidian-skills
UI / デザイン / フロントエンド系スキル
Frontend Design
目的: モダンでクリーンな UI を Claude に作らせるためのガイド。
リンク: github.com/anthropics/skills/tree/main/skills/frontend-design
Awesome-design
目的: Notion や Figma 等にインスパイアされた Markdown テンプレートで、UI 思考を構造化する。
用途: ランディングページ、ダッシュボード、設定画面。
リンク: github.com/VoltAgent/awesome-design-md
Theme Factory
目的: 1 つのテキストプロンプトから、完全なカラーパレットとテーマを生成する。
リンク: github.com/anthropics/skills/tree/main/skills/theme-factory
ワークフロー:
- ブランドを説明する(例: 「静かなフィンテック、信頼感、ダークなアクセント」)
- トークン付きのパレットを得る
- Tailwind / CSS 変数に適用する
Canvas Design
目的: テキストプロンプトから SNS グラフィック、ポスター、カバーを生成する。
リンク: github.com/anthropics/skills/tree/main/skills/canvas-design
Web Artifacts Builder
目的: 自然言語からインタラクティブなダッシュボード、電卓、ツールを構築する。
リンク: github.com/anthropics/skills/tree/main/skills/web-artifacts-builder
Algorithmic Art
目的: p5.js を使ってジェネラティブ / アルゴリズミックなビジュアルを作る。
リンク: github.com/anthropics/skills/tree/main/skills/algorithmic-art
Brand Guidelines
目的: すべての新規コンポーネントにブランドシステムを強制する。
リンク: github.com/anthropics/skills/tree/main/skills/brand-guidelines
ビジネス / セールス / マーケティング系スキル
Domain Name Brainstormer
目的: プロダクト名を生成し、ドメインの取得可否をチェックする。
使うタイミング: 新しいアプリやマイクロブランドをローンチするとき。
リンク: github.com/Microck/ordinary-claude-skills/tree/main/skills_all/domain-name-brainstormer
Stripe Integration
目的: 初歩的な API ミスなしに、セキュアな決済フロー、Webhook、サブスクリプションをセットアップする。
リンク: github.com/wshobson/agents/tree/main/plugins/payment-processing/skills/stripe-integration
Lead Research Assistant
目的: ICP(理想顧客像)に基づいて、ターゲット企業と意思決定者を見つける。
用途: B2B のアウトリーチリスト、パートナーシップ発掘。
リンク: github.com/ComposioHQ/awesome-claude-skills/blob/master/lead-research-assistant/SKILL.md
Marketing Skills
概要: CRO、コピーライティング、メールフローなど 20+ のスキル。
リンク: github.com/coreyhaines31/marketingskills
Claude SEO
目的: 完全なテクニカル SEO 監査、スキーマ、オンページ最適化。
リンク: github.com/AgriciDaniel/claude-seo
Idea Mining / YouTube Weekly Roundup
目的: 自分のコメント欄、競合動画、ニッチトレンドをスクレイピングして、週次のアイデア銀行と SWOT PDF を生成する。
リンク: https://github.com/AgriciDaniel/claude-youtube
インストール: npx skills@latest add AgriciDaniel/claude-youtube
メディア生成系スキル
Image Generator
目的: Nano Banana Pro のような外部 API に接続し、写真品質の画像を生成する。
Nano Banana Pro: github.com/feedtailor/ccskill-nanobanana
Nano Banana 2: github.com/kingbootoshi/nano-banana-2-skill
Local Image Gen
目的: ローカル Python スクリプトを走らせて、アバターやアイコンを生成する。
リンク: github.com/jezweb/claude-skills/blob/main/plugins/design-assets/skills/ai-image-generator/SKILL.md
Image Optimizer
目的: Web パフォーマンスのために、画像をリサイズして WebP に変換する。
リンク: mcpmarket.com/tools/skills/image-optimizer
Remotion Best Practices
目的: 動画・モーショングラフィックス生成に Remotion を使うためのベストプラクティスを符号化する。
リンク: github.com/remotion-dev/remotion
Emotion
目的: スクリプト駆動のプログラム的な動画アニメーション。
リンク: github.com/wilwaldon/Claude-Code-Video-Toolkit
オフィス / ドキュメント / 生産性系スキル
PDF Processing
目的: テーブルの抽出、フォームの入力、PDF のマージ。
リンク: github.com/anthropics/skills/tree/main/skills/pdf
DOCX
目的: 変更履歴と書式を保ったまま Word ドキュメントを編集。
リンク: github.com/anthropics/skills/tree/main/skills/docx
PPTX
目的: スライドデッキ、レイアウト、発表者ノートを作成・編集。
リンク: github.com/anthropics/skills/tree/main/skills/pptx
XLSX
目的: 日本語の指示から数式、ピボットテーブル、グラフを書く(原文 "plain English")。
リンク: github.com/anthropics/skills/tree/main/skills/xlsx
Excel MCP Server
目的: デスクトップ版 Excel 不要で、MCP 経由で直接 Excel ファイルを操作する。
リンク: github.com/haris-musa/excel-mcp-server
Doc Co-Authoring
目的: あなたと Claude のリアルタイム共著執筆。
リンク: github.com/anthropics/skills/tree/main/skills/doc-coauthoring
NotebookLM Integration
目的: Claude と Google NotebookLM を橋渡しし、要約とフラッシュカードを生成する。
リンク: github.com/PleasePrompto/notebooklm-skill
GWS (Google Workspace)
目的: Google カレンダー、Drive、Docs の自動化。
ユースケース: 会議のリスケ、共有ドライブの整理、テンプレートからドキュメント生成。
リンク: https://github.com/googleworkspace/cli
マルチエージェント・オーケストレーションとウェブ回遊
Stochastic Multi-Agent Consensus
目的: 同じ問題に対して多数のサブエージェントを起こし、その答えを集約する。
用途: 戦略決定、アーキテクチャ選定、リスク分析。
リンク: github.com/hungv47/meta-skills
Model-chat (Debate)
目的: 複数の Claude インスタンスをディベートに投入してアイデアをストレステストする。
使うタイミング: 2〜3 の大きな賭けの間で悩んでいるとき。
リンク: github.com/tommasinigiovanni/conclave
Custom YT Search
目的: YouTube コンテンツを自律的に検索・分析する。
リンク: github.com/ZeroPointRepo/youtube-skills/blob/main/README.md
Playwright CLI
目的: Playwright を経由してリアルブラウザを制御し、UI リグレッションチェックやファネル歩行を実行する。
リンク: github.com/microsoft/playwright
Firecrawl Skill
目的: 単純なスクレイパーをブロックするような、敵対的・複雑なサイトから構造化データを収集する。
リンク: github.com/mendableai/firecrawl
これをあなたのワークフローにどう組み込むか
- メタスキルから始める — Write a Skill と Skill Creator をまずインストールし、初日から「スキルをちゃんと作る・直す」体制を整える。
- 計画系スキルを先に入れる — Grill Me、Write a PRD、PRD to Plan、PRD to Issues、Design an Interface。これだけで手戻りの 80% は防げる。
- コード安全策を固める — Git Guardrails、Setup Pre-Commit、TDD、Systematic Debugging、Triage Issue。全レポジトリに入れる。
- Superpowers をエンジニアリングの土台に — github.com/obra/superpowers
- ビジネス系スキルを上に重ねる — Marketing Skills、Claude SEO、Lead Research、Content Researcher。
- SkillsMP でギャップを埋める — skillsmp.com — 新しい問題に当たったら、作る前にまず検索する。
忘れる前に保存せよ
あなたはたった今、Claude のフルスキルスタック — 計画、コーディング、デザイン、マーケティング、ドキュメント、メディア、マルチエージェントオーケストレーション — を一度に手にした。
多くの人はこれを流し読みしてタブを閉じ、2024 年のように Claude にプロンプトを書き続ける。
そういう人にはなるな。
- いますぐこのページをブックマークする
- 全リンクのインデックスを自分のドキュメントにコピーする
- 各セクションから 1 つずつスキルを選んで、今日インストールする
- 1 週間後、これらなしでは仕事できない自分に気づいて戻ってくる
役に立ったなら、リポストしてほしい。あなたのタイムラインにも、単一の SKILL.md が自動でやってくれることに対して、500 語のプロンプトを書いている誰かがいるはずだ。
Claude、AI ツール、予測市場、そして「暗号通貨において本当にあなたの時間に値するもの」についての投稿は @polydao をフォローしてほしい。
タイトル: Top 67 Claude Skills That Turn a $20 Subscription Into a Full Dev Team - (Full Links)
Most people use Claude like a $20 autocomplete
They type. They get an answer. They move on
They have no idea Claude can run an entire dev team - architect, reviewer, debugger, docs writer - all at once
They just don't know skills exist
The difference? Skills.
67 of them. With full install commands. Sorted by use case.
What Claude skills actually are
A skill is a folder with a SKILL.md file that tells Claude exactly how to do a specific type of work: step-by-step process, constraints, examples, and any helper scripts or templates
Instead of re-explaining your process every session, you install that process once as a skill and reuse it forever
Install commands use this format:
Key repos:
Official Anthropic skills: github.com/anthropics/skills
Matt Pocock personal skills (15k stars): github.com/mattpocock/skills
Community marketplace (66k+ skills): skillsmp.com
Meta skills - managing your AI workspace
These skills help you build, test, and organize every other skill
Skill Creator
What it does: Benchmarks Claude on your task, then helps you draft and iterate new skills based on real runs.
Use it when: You want to turn a messy workflow into one clean SKILL.md.
Link: github.com/anthropics/skills/tree/main/skills/skill-creator
How to use:
Describe your workflow in bullet points
Ask Skill Creator to propose a first SKILL.md
Run 3-5 test prompts, inspect failures, and let it refine the instructions
Write a Skill
What it does: Guides Claude to write new skills with proper structure, progressive disclosure, and bundled resources
This is the right way to create skills that don't break over time
Link: github.com/mattpocock/skills/tree/main/write-a-skill
Install:
Use it when Skill Creator gives you a raw draft and you need to clean up the structure
Find Skills
What it does: Searches public marketplaces like SkillsMP for skills that match your use case.
Example marketplace: skillsmp.com
Tip: Treat "finding skills" like package management. Before you write a new skill, search for existing ones and fork them
Planning and design skills
These skills stop you from building the wrong thing.
Grill Me
Purpose: Forces Claude to ask relentless clarifying questions about your feature, one question at a time, until every branch of the decision tree is resolved.
Use it for: New features, refactors, risky migrations.
Install: npx skills@latest add mattpocock/skills/grill-me
Link: github.com/mattpocock/skills/tree/main/grill-me
You will get questions about data models, edge cases, failure modes, existing systems. Answer patiently once instead of firefighting later
Write a PRD
Purpose: Creates a PRD through an interactive interview, codebase exploration, and module design. Files it as a GitHub issue.
Install: npx skills@latest add mattpocock/skills/write-a-prd
Link: github.com/mattpocock/skills/tree/main/write-a-prd
Ask it to:
Capture goals, non-goals, user stories
Enumerate success metrics and constraints
Link to existing systems you'll touch
PRD to Plan
Purpose: Turns a PRD into a multi-phase implementation plan using tracer-bullet vertical slices. This is not just task breakdown - it gives you the sequence that actually reduces integration risk.
Install: npx skills@latest add mattpocock/skills/prd-to-plan
Link: github.com/mattpocock/skills/tree/main/prd-to-plan
The difference from PRD to Issues: a plan is ordered and staged, issues are independent. Use both
PRD to Issues
Purpose: Breaks a PRD into independently-grabbable GitHub issues with vertical slices and blocking relationships.
Install: npx skills@latest add mattpocock/skills/prd-to-issues
Link: github.com/mattpocock/skills/tree/main/prd-to-issues
Tell it:
"Use PRD to Issues on the PRD above. Output GitHub issues grouped by epic with blockers stated explicitly"
Design an Interface
Purpose: Generates multiple radically different interface designs for a module using parallel sub-agents.
Install: npx skills@latest add mattpocock/skills/design-an-interface
Link: github.com/mattpocock/skills/tree/main/design-an-interface
Not just one design - you get 3-5 competing options with different tradeoffs. Pick the one that makes sense for your constraints
Request Refactor Plan
Purpose: Creates a detailed refactor plan with tiny commits via user interview, then files it as a GitHub issue.
Install: npx skills@latest add mattpocock/skills/request-refactor-plan
Link: github.com/mattpocock/skills/tree/main/request-refactor-plan
Code development skills
These skills turn Claude into a disciplined engineering partner, not a code autocomplete toy.
TDD
Purpose: Forces a strict test-first, red-green-refactor loop. Builds features or fixes bugs one vertical slice at a time.
Install: npx skills@latest add mattpocock/skills/tdd
Link: github.com/mattpocock/skills/tree/main/tdd
You get:
Failing tests first
Then minimal code to pass them
Then a refactor pass, still under tests
Triage Issue
Purpose: Investigates a bug by exploring the codebase, identifies the root cause, and files a GitHub issue with a TDD-based fix plan.
Install: npx skills@latest add mattpocock/skills/triage-issue
Link: github.com/mattpocock/skills/tree/main/triage-issue
This is the "I have no idea why this is broken" skill. It does the detective work first, then gives you a structured plan to fix it properly
QA
Purpose: Runs a full QA pass over a feature with issue breakdown that includes blocking relationships.
Install: npx skills@latest add mattpocock/skills/qa
Link: github.com/mattpocock/skills/tree/main/qa
Use it before every PR:
Surface all edge cases
Get issues filed and ordered by what blocks what
Ship without regressions
Improve Codebase Architecture
Purpose: Explores a codebase for architectural improvement opportunities, focusing on deepening shallow modules and improving testability.
Install: npx skills@latest add mattpocock/skills/improve-codebase-architecture
Link: github.com/mattpocock/skills/tree/main/improve-codebase-architecture
Ask it to:
Identify hotspots
Propose 2-3 refactor strategies
Detail risk, effort, and impact for each
Migrate to Shoehorn
Purpose: Migrates test files from as type assertions to @total-typescript/shoehorn - Matt Pocock's own TypeScript library
Install: npx skills@latest add mattpocock/skills/migrate-to-shoehorn
Link: github.com/mattpocock/skills/tree/main/migrate-to-shoehorn
This is niche but extremely useful if you work in TypeScript and want type-safe test code. It's also a great template for writing migration skills for your own tools
Scaffold Exercises
Purpose: Creates exercise directory structures with sections, problems, solutions, and explainers.
Install: npx skills@latest add mattpocock/skills/scaffold-exercises
Link: github.com/mattpocock/skills/tree/main/scaffold-exercises
Perfect for:
Building course content
Creating onboarding materials for your team
Documenting complex systems as interactive exercises
Auto-Commit Messages
Purpose: Reads your staged diff and generates a conventional commit message with type, scope, and body
Use it when: You're tired of writing "fix stuff" at 2am
Install: npx skills@latest add anthropics/skills/auto-commit
Link: github.com/anthropics/skills/tree/main/skills/auto-commit
Code Review
Purpose: Gives you a systematic review for security, performance, error handling, and architecture.
Link: github.com/anthropics/skills (search Code Review)
You can ask for:
"Security-first review"
"Performance-first review"
Or a full checklist pass
Systematic Debugging
Origin: From the Superpowers repo
Purpose: A 4-phase debugging methodology that forbids random "just try changing stuff" edits.
Link: github.com/obra/superpowers/tree/main/skills/systematic-debugging
Typical flow:
Reproduce and create the smallest failing test
Narrow the root cause
Apply a single fix
Verify with tests and logs
Brainstorming
Purpose: Turns raw feature ideas into detailed flows and architectures using Socratic questioning
Use it pre-implementation: data shape design, API surface, failure and rollback story
Link: github.com/obra/superpowers/tree/main/skills/brainstorming
Change Log Generator
Purpose: Reads your commits and produces human-readable or developer-focused change logs
Use it for: Releases, internal updates, investor summaries
Link: github.com/ComposioHQ/awesome-claude-skills/tree/master/changelog-generator
Simplification Cascade
Purpose: Identifies convoluted logic and rewrites it into smaller, composable pieces
Best for: Legacy "god functions" that nobody wants to touch
Link: mcpmarket.com/tools/skills/simplification-cascades-1
Superpowers
What it is: A full suite of battle-tested skills for TDD, debugging, refactoring, and execution
Link: github.com/obra/superpowers
Use it as your default "engineering brain" layer
React Best Practices
Purpose: Enforces Vercel/Next.js style best practices in your React code
Use it when: Migrating to Next, cleaning up a legacy React app, or training junior devs
Link: github.com/vercel-labs/agent-skills/tree/main/skills/react-best-practices
File Search
Purpose: Teaches Claude to use tools like ripgrep and ast-grep to navigate large codebases fast
Link: github.com/massgen/massgen
Context Optimization
Purpose: Reduces context size and token bills while keeping the important stuff
Link: github.com/muratcankoylan/agent-skills-for-context-engineering
Tooling and setup skills
These are the "do this once, forget about it forever" skills
Setup Pre-Commit
Purpose: Sets up Husky pre-commit hooks with lint-staged, Prettier, type checking, and tests
Install: npx skills@latest add mattpocock/skills/setup-pre-commit
Link: github.com/mattpocock/skills/tree/main/setup-pre-commit
Run this on every new repo. Your future self will thank you.
Git Guardrails for Claude Code
Purpose: Sets up Claude Code hooks that block dangerous git commands - push, reset --hard, clean, etc. - before they execute
Install: npx skills@latest add mattpocock/skills/git-guardrails-claude-code
Link: github.com/mattpocock/skills/tree/main/git-guardrails-claude-code
This is not optional if you use Claude Code on production repos. Claude is fast and helpful until it isn't. This skill is your safety net
Dependency Auditor
Purpose: Scans your package.json for outdated, vulnerable, or abandoned packages and outputs a prioritized fix list
Use it when: Your repo hasn't been touched in 6 months and you're scared to npm audit
Install: npx skills@latest add ComposioHQ/awesome-claude-skills/dependency-auditor
Link: github.com/ComposioHQ/awesome-claude-skills
Git Work Trees
Purpose: Manages safe feature development on isolated branches without breaking your main project
Use it when: You need isolated experimental branches or parallel features
Issue and project management skills
GitHub Triage
Purpose: Triages incoming GitHub issues with an agent brief and out-of-scope documentation so Claude knows exactly what to investigate and what to skip
Install: npx skills@latest add mattpocock/skills/github-triage
Link: github.com/mattpocock/skills/tree/main/github-triage
Use it to:
Process large issue backlogs fast
Label and categorize automatically
Route issues to the right person or epic
Writing and knowledge skills
Edit Article
Purpose: Edits and improves articles by restructuring sections, improving clarity, and tightening prose
Install: npx skills@latest add mattpocock/skills/edit-article
Link: github.com/mattpocock/skills/tree/main/edit-article
This is not "clean up grammar". It restructures arguments, cuts filler, and sharpens the point of each section
Ubiquitous Language
Purpose: Extracts a DDD-style ubiquitous language glossary from the current conversation
Install: npx skills@latest add mattpocock/skills/ubiquitous-language
Link: github.com/mattpocock/skills/tree/main/ubiquitous-language
Why it matters:
Every team has private vocabulary: "event", "order", "user" mean different things to different people
This skill forces Claude to surface and define your domain language before any code is written
Your codebase, docs, and conversations then share the same words for the same things
API Documentation Generator
Purpose: Reads your routes and generates OpenAPI / Swagger docs with examples, error codes, and auth requirements
Use it when: You shipped the API but never wrote the docs
Install: npx skills@latest add ComposioHQ/awesome-claude-skills/api-docs-generator
Link: github.com/ComposioHQ/awesome-claude-skills
Paste it into your README or host it on Swagger UI. Takes 30 seconds.
Content Researcher
Purpose: Learns your writing style, then drafts long-form blogs and newsletters with real citations
Use it to: Clone your Twitter tone into longer posts, produce SEO blog posts
Link: github.com/ComposioHQ/awesome-claude-skills/blob/master/content-research-writer/SKILL.md
Obsidian Vault
Purpose: Searches, creates, and manages notes in an Obsidian vault with wikilinks and index notes
Install: npx skills@latest add mattpocock/skills/obsidian-vault
Link: github.com/mattpocock/skills/tree/main/obsidian-vault
Different from the Kepano Obsidian skill which auto-tags. This one is interactive - it navigates your vault, creates new notes, and maintains link consistency.
Also available: github.com/kepano/obsidian-skills - the auto-tagging variant
UI, design, and frontend skills
Frontend Design
Purpose: Guides Claude to produce modern, clean UI
Link: github.com/anthropics/skills/tree/main/skills/frontend-design
Awesome-design
Purpose: Uses markdown templates inspired by Notion, Figma, etc to structure your UI thinking
Use it for: Landing pages, dashboards, settings pages
Link: github.com/VoltAgent/awesome-design-md
Theme Factory
Purpose: Generates complete color palettes and themes from a single text prompt
Link: github.com/anthropics/skills/tree/main/skills/theme-factory
Workflow:
Describe your brand: "calm fintech, trust, dark accent"
Get palette with tokens
Apply to Tailwind / CSS variables
Canvas Design
Purpose: Turns text prompts into social media graphics, posters, and covers
Link: github.com/anthropics/skills/tree/main/skills/canvas-design
Web Artifacts Builder
Purpose: Builds interactive dashboards, calculators, and tools from natural language
Link: github.com/anthropics/skills/tree/main/skills/web-artifacts-builder
Algorithmic Art
Purpose: Uses p5.js for generative and algorithmic visuals
Link: github.com/anthropics/skills/tree/main/skills/algorithmic-art
Brand Guidelines
Purpose: Enforces your brand system across all new components
Link: github.com/anthropics/skills/tree/main/skills/brand-guidelines
Business, sales, and marketing skills
Domain Name Brainstormer
Purpose: Generates product names and checks domain availability
Use it when: Launching new apps or micro-brands
Link: github.com/Microck/ordinary-claude-skills/tree/main/skills_all/domain-name-brainstormer
Stripe Integration
Purpose: Sets up secure payment flows, webhooks, and subscriptions without rookie API mistakes
Link: github.com/wshobson/agents/tree/main/plugins/payment-processing/skills/stripe-integration
Lead Research Assistant
Purpose: Finds target companies and decision-makers based on your ICP
Use it for: B2B outreach lists, partnership hunting
Link: github.com/ComposioHQ/awesome-claude-skills/blob/master/lead-research-assistant/SKILL.md
Marketing Skills
What it is: 20+ skills for CRO, copywriting, email flows, etc
Link: github.com/coreyhaines31/marketingskills
Claude SEO
Purpose: Full technical SEO audit, schema, and on-page optimization.
Link: github.com/AgriciDaniel/claude-seo
Idea Mining / YouTube Weekly Roundup
Purpose: Scrapes your comments, competitor videos, and niche trends into a weekly idea bank + SWOT PDF
Link: https://github.com/AgriciDaniel/claude-youtube
Install: npx skills@latest add AgriciDaniel/claude-youtube
Media generation skills
Image Generator
Purpose: Connects to external APIs like Nano Banana Pro for photo-quality images
Nano Banana Pro: github.com/feedtailor/ccskill-nanobanana
Nano Banana 2: github.com/kingbootoshi/nano-banana-2-skill
Local Image Gen
Purpose: Runs a local Python script to generate avatars and icons
Link: github.com/jezweb/claude-skills/blob/main/plugins/design-assets/skills/ai-image-generator/SKILL.md
Image Optimizer
Purpose: Resizes and converts images to WebP for fast web performance
Link: mcpmarket.com/tools/skills/image-optimizer
Remotion Best Practices
Purpose: Encodes best practices for using Remotion to generate video and motion graphics.
Link: github.com/remotion-dev/remotion
Emotion
Purpose: Scripted, programmatic video animations
Link: github.com/wilwaldon/Claude-Code-Video-Toolkit
Office, documents, and productivity skills
PDF Processing
Purpose: Extracts tables, fills forms, merges PDFs
Link: github.com/anthropics/skills/tree/main/skills/pdf
DOCX
Purpose: Edits Word docs with tracked changes and formatting intact
Link: github.com/anthropics/skills/tree/main/skills/docx
PPTX
Purpose: Creates and edits slide decks, layouts, and speaker notes
Link: github.com/anthropics/skills/tree/main/skills/pptx
XLSX
Purpose: Writes formulas, pivot tables, and charts from plain English
Link: github.com/anthropics/skills/tree/main/skills/xlsx
Excel MCP Server
Purpose: Manipulates Excel files directly via MCP, no desktop Excel required
Link: github.com/haris-musa/excel-mcp-server
Doc Co-Authoring
Purpose: Real-time collaborative writing between you and Claude
Link: github.com/anthropics/skills/tree/main/skills/doc-coauthoring
NotebookLM Integration
Purpose: Bridges Claude with Google's NotebookLM for summaries and flashcards
Link: github.com/PleasePrompto/notebooklm-skill
GWS (Google Workspace)
Purpose: Automates Google Calendar, Drive, Docs
Use cases: Reschedule meetings, organize shared drives, generate docs from templates
Link: https://github.com/googleworkspace/cli
Multi-agent orchestration and web surfing
Stochastic Multi-Agent Consensus
Purpose: Spawns many sub-agents to solve the same problem and aggregates their answers
Use it for: Strategy decisions, architecture choices, risk analysis
Link: github.com/hungv47/meta-skills
Model-chat (Debate)
Purpose: Puts multiple Claude instances into a debate to stress-test ideas
Use it when: You're choosing between 2-3 big bets
Link: github.com/tommasinigiovanni/conclave
Custom YT Search
Purpose: Searches and analyzes YouTube content autonomously
Link: github.com/ZeroPointRepo/youtube-skills/blob/main/README.md
Playwright CLI
Purpose: Controls a real browser via Playwright for UI regression checks and funnel walkthroughs
Link: github.com/microsoft/playwright
Firecrawl Skill
Purpose: Scrapes structured data from hostile or complex sites that block naive scrapers
Link: github.com/mendableai/firecrawl
How to wire this into your workflow
Start with meta skills - Install Write a Skill and Skill Creator so you can build and fix skills properly from day one.
Add planning skills first - Grill Me, Write a PRD, PRD to Plan, PRD to Issues, Design an Interface. These prevent 80% of rework.
Lock in code safety - Git Guardrails, Setup Pre-Commit, TDD, Systematic Debugging, Triage Issue. Install these on every repo.
Add Superpowers as your engineering base - github.com/obra/superpowers
Layer business skills on top - Marketing Skills, Claude SEO, Lead Research, Content Researcher.
Use SkillsMP to fill gaps - skillsmp.com - when you hit a new problem, search before you build
Save this before you forget
You just got the full Claude skill stack - planning, coding, design, marketing, docs, media, and multi-agent orchestration in one place
Most people will skim this, close the tab, and go back to prompting Claude like it's 2024
Don't be that person
Bookmark this page right now
Copy the full link index into your own doc
Pick one skill from each section and install it today
Come back in a week when you realize you can't work without them
If this saved you time - repost it. Someone on your timeline is still writing 500-word prompts to get what a single SKILL.md does automatically
Follow me @polydao for more posts on Claude, AI tools, prediction markets, and what's actually worth your time in crypto