個人的にClaude Codeに入れておきたいスキルたち

個人的にClaude CodeでAgent Skillsを使用する際に、おすすめのリポジトリ・ツールを紹介します (2025/12/30現在)

1. UI UX Pro Max#

nextlevelbuilder
/
ui-ux-pro-max-skill
Waiting for api.github.com...
00K
0K
0K
Waiting...

UIデザインの知識をClaudeに持たせるスキルです
Claude Code、Cursor、Windsurf、GitHub Copilot、Kiroに対応してます

このスキルを使って、ブログのUI/UX改善をやってみた記事があるので、導入方法や使い方はそちらを参照してください
UI/UX Pro Max Skillを使ってAstroブログのUI/UX改善を試してみた

2. wshobson/agents#

wshobson
/
agents
Waiting for api.github.com...
00K
0K
0K
Waiting...

Claude Code向けの大規模なエージェント・スキルコレクションです
このリポジトリの特徴は「必要なものだけインストールする」設計です

Terminal window
# 汎用
/plugin install developer-essentials # Git, SQL, コードレビュー等(8スキル)
# 開発系
/plugin install python-development # Python(5スキル)
/plugin install javascript-typescript # JS/TS(4スキル)
/plugin install backend-development # バックエンドAPI(3スキル)
# インフラ系
/plugin install kubernetes-operations # K8s(4スキル)
/plugin install cloud-infrastructure # AWS/Azure/GCP(4スキル)
# 品質系
/plugin install security-scanning # SAST
/plugin install code-review-ai # AIコードレビュー

個人的おすすめは汎用的なDeveloper Essentialsです

kpi-dashboard-designemployment-contract-templatesなど開発以外のスキルもあるので、きいなった方は下記を参照して見てください
https://github.com/wshobson/agents/blob/main/docs/agent-skills.md

3. superpowers#

obra
/
superpowers
Waiting for api.github.com...
00K
0K
0K
Waiting...

一言で言うと、TDDと設計ファーストをClaudeに強制するスキルです

ワークフロー#

  1. コーディングエージェントを起動すると、すぐにコードを書き始めずに「本当にやりたいことは何か」を聞いてくる
  2. 会話から仕様を引き出し、読みやすい長さに分割して提示
  3. 設計を承認すると、実装計画を作成
    • READMEには「clear enough for an enthusiastic junior engineer with poor taste, no judgement, no project context, and an aversion to testing to follow」と書かれている
    • RED/GREEN TDD、YAGNI、DRYを重視
  4. 「go」と言うとサブエージェント駆動開発を開始
    • 各タスクをエージェントが処理してレビューしながら進める

インストール#

Claude Codeを立ち上げて、以下を順番に実行します

Terminal window
/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers@superpowers-marketplace

その他#

claude-scientific-skills#

K-Dense-AI
/
claude-scientific-skills
Waiting for api.github.com...
00K
0K
0K
Waiting...

科学・研究者向けのスキルコレクションです

  • バイオインフォマティクス
  • ケモインフォマティクス
  • 臨床研究
  • 機械学習

など125以上のスキルが含まれてます 一般のWeb開発者向けではないですが、研究をやっている人には良いかもしれません


skillsmp#

https://skillsmp.com

GitHubからエージェントスキルを収集・集約している検索サイトです
37,000件以上のスキルが登録されていて、カテゴリ別(ツール、開発、データ&AI、DevOpsなど)に整理されています
Claude Code、OpenAI Codex CLI、ChatGPTに対応したスキルを探せます

日本語にも対応しています

個人的にClaude Codeに入れておきたいスキルたち
https://p4ni.com/posts/claude-code-skills/
作者
kpab
公開日
2025-12-30
ライセンス
CC BY-NC-SA 4.0