🛠️ 検索Skills
ユーザーが「〜するには?」「〜のSkillはある?」など、機能拡張に関心を示した場合に、インストール可能なSkillを検索し、発見を支援するSkill。
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
🇯🇵 日本人クリエイター向け解説
ユーザーが「〜するには?」「〜のSkillはある?」など、機能拡張に関心を示した場合に、インストール可能なSkillを検索し、発見を支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o find-skills.zip https://jpskill.com/download/4817.zip && unzip -o find-skills.zip && rm find-skills.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/4817.zip -OutFile "$d\find-skills.zip"; Expand-Archive "$d\find-skills.zip" -DestinationPath $d -Force; ri "$d\find-skills.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
find-skills.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
find-skillsフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Find Skills を使って、最小構成のサンプルコードを示して
- › Find Skills の主な使い方と注意点を教えて
- › Find Skills を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
スキルを検索する
このスキルは、オープンエージェントスキルエコシステムからスキルを発見し、インストールするのに役立ちます。
このスキルを使用するタイミング
ユーザーが次のような場合に、このスキルを使用してください。
- 「Xをどうすればいいですか」と尋ねる(Xは既存のスキルで対応できる一般的なタスクである可能性があります)
- 「Xのスキルを見つけてください」または「Xのスキルはありますか」と言う
- 「Xができますか」と尋ねる(Xは専門的な機能です)
- エージェントの機能を拡張することに興味を示す
- ツール、テンプレート、またはワークフローを検索したい
- 特定のドメイン(デザイン、テスト、デプロイなど)で助けが欲しいと述べる
Skills CLIとは何ですか?
Skills CLI(npx skills)は、オープンエージェントスキルエコシステムのパッケージマネージャーです。スキルは、専門知識、ワークフロー、ツールでエージェントの機能を拡張するモジュール式のパッケージです。
主要なコマンド:
npx skills find [query]- 対話的に、またはキーワードでスキルを検索しますnpx skills add <package>- GitHubまたはその他のソースからスキルをインストールしますnpx skills check- スキルの更新を確認しますnpx skills update- インストールされているすべてのスキルを更新します
スキルを閲覧する: https://skills.sh/
ユーザーがスキルを見つけるのを助ける方法
ステップ1: ユーザーのニーズを理解する
ユーザーが何かについて助けを求めたら、以下を特定してください。
- ドメイン(例:React、テスト、デザイン、デプロイ)
- 特定のタスク(例:テストの作成、アニメーションの作成、PRのレビュー)
- これがスキルが存在する可能性が高いほど一般的なタスクであるかどうか
ステップ2: スキルを検索する
関連するクエリでfindコマンドを実行します。
npx skills find [query]
例:
- ユーザーが「Reactアプリを高速化するにはどうすればいいですか?」と尋ねる →
npx skills find react performance - ユーザーが「PRレビューを手伝ってもらえますか?」と尋ねる →
npx skills find pr review - ユーザーが「変更履歴を作成する必要があります」と尋ねる →
npx skills find changelog
コマンドは次のような結果を返します。
Install with npx skills add <owner/repo@skill>
vercel-labs/agent-skills@vercel-react-best-practices
└ https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices
ステップ3: ユーザーにオプションを提示する
関連するスキルが見つかったら、以下を添えてユーザーに提示してください。
- スキル名とその機能
- 実行できるインストールコマンド
- skills.shで詳細を学ぶためのリンク
応答例:
役立つかもしれないスキルが見つかりました!「vercel-react-best-practices」スキルは、
Vercel EngineeringによるReactおよびNext.jsのパフォーマンス最適化ガイドラインを提供します。
インストールするには:
npx skills add vercel-labs/agent-skills@vercel-react-best-practices
詳細はこちら:https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices
ステップ4: インストールを提案する
ユーザーが続行したい場合、スキルをインストールできます。
npx skills add <owner/repo@skill> -g -y
-gフラグはグローバル(ユーザーレベル)にインストールし、-yは確認プロンプトをスキップします。
一般的なスキルカテゴリ
検索する際は、これらの一般的なカテゴリを考慮してください。
| カテゴリ | クエリ例 |
|---|---|
| Web開発 | react, nextjs, typescript, css, tailwind |
| テスト | testing, jest, playwright, e2e |
| DevOps | deploy, docker, kubernetes, ci-cd |
| ドキュメント | docs, readme, changelog, api-docs |
| コード品質 | review, lint, refactor, best-practices |
| デザイン | ui, ux, design-system, accessibility |
| 生産性 | workflow, automation, git |
効果的な検索のヒント
- 具体的なキーワードを使用する: 「testing」だけでなく「react testing」の方が良いです
- 代替用語を試す: 「deploy」が機能しない場合は、「deployment」または「ci-cd」を試してください
- 人気のあるソースを確認する: 多くのスキルは
vercel-labs/agent-skillsまたはComposioHQ/awesome-claude-skillsから来ています
スキルが見つからない場合
関連するスキルが見つからない場合:
- 既存のスキルが見つからなかったことを認めます
- 一般的な機能を使用してタスクを直接支援することを提案します
- ユーザーが
npx skills initで独自のスキルを作成できることを提案します
例:
「xyz」に関連するスキルを検索しましたが、一致するものが見つかりませんでした。
このタスクは私が直接お手伝いできます!続行しますか?
もしこれが頻繁に行うことでしたら、独自のスキルを作成できます:
npx skills init my-xyz-skill 📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Find Skills
This skill helps you discover and install skills from the open agent skills ecosystem.
When to Use This Skill
Use this skill when the user:
- Asks "how do I do X" where X might be a common task with an existing skill
- Says "find a skill for X" or "is there a skill for X"
- Asks "can you do X" where X is a specialized capability
- Expresses interest in extending agent capabilities
- Wants to search for tools, templates, or workflows
- Mentions they wish they had help with a specific domain (design, testing, deployment, etc.)
What is the Skills CLI?
The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem. Skills are modular packages that extend agent capabilities with specialized knowledge, workflows, and tools.
Key commands:
npx skills find [query]- Search for skills interactively or by keywordnpx skills add <package>- Install a skill from GitHub or other sourcesnpx skills check- Check for skill updatesnpx skills update- Update all installed skills
Browse skills at: https://skills.sh/
How to Help Users Find Skills
Step 1: Understand What They Need
When a user asks for help with something, identify:
- The domain (e.g., React, testing, design, deployment)
- The specific task (e.g., writing tests, creating animations, reviewing PRs)
- Whether this is a common enough task that a skill likely exists
Step 2: Search for Skills
Run the find command with a relevant query:
npx skills find [query]
For example:
- User asks "how do I make my React app faster?" →
npx skills find react performance - User asks "can you help me with PR reviews?" →
npx skills find pr review - User asks "I need to create a changelog" →
npx skills find changelog
The command will return results like:
Install with npx skills add <owner/repo@skill>
vercel-labs/agent-skills@vercel-react-best-practices
└ https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices
Step 3: Present Options to the User
When you find relevant skills, present them to the user with:
- The skill name and what it does
- The install command they can run
- A link to learn more at skills.sh
Example response:
I found a skill that might help! The "vercel-react-best-practices" skill provides
React and Next.js performance optimization guidelines from Vercel Engineering.
To install it:
npx skills add vercel-labs/agent-skills@vercel-react-best-practices
Learn more: https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices
Step 4: Offer to Install
If the user wants to proceed, you can install the skill for them:
npx skills add <owner/repo@skill> -g -y
The -g flag installs globally (user-level) and -y skips confirmation prompts.
Common Skill Categories
When searching, consider these common categories:
| Category | Example Queries |
|---|---|
| Web Development | react, nextjs, typescript, css, tailwind |
| Testing | testing, jest, playwright, e2e |
| DevOps | deploy, docker, kubernetes, ci-cd |
| Documentation | docs, readme, changelog, api-docs |
| Code Quality | review, lint, refactor, best-practices |
| Design | ui, ux, design-system, accessibility |
| Productivity | workflow, automation, git |
Tips for Effective Searches
- Use specific keywords: "react testing" is better than just "testing"
- Try alternative terms: If "deploy" doesn't work, try "deployment" or "ci-cd"
- Check popular sources: Many skills come from
vercel-labs/agent-skillsorComposioHQ/awesome-claude-skills
When No Skills Are Found
If no relevant skills exist:
- Acknowledge that no existing skill was found
- Offer to help with the task directly using your general capabilities
- Suggest the user could create their own skill with
npx skills init
Example:
I searched for skills related to "xyz" but didn't find any matches.
I can still help you with this task directly! Would you like me to proceed?
If this is something you do often, you could create your own skill:
npx skills init my-xyz-skill