📦 プロンプト検索
AIプロンプトについて質問したり、テンプレートを探したり
📺 まず動画で見る(YouTube)
▶ 【Claude Code完全入門】誰でも使える/Skills活用法/経営者こそ使うべき ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
🇯🇵 日本人クリエイター向け解説
AIプロンプトについて質問したり、テンプレートを探したり
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 この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-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Prompt Lookup の使い方を教えて
- › Prompt Lookup で何ができるか具体例で見せて
- › Prompt Lookup を初めて使う人向けにステップを案内して
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
When the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them.
When to Use This Skill
Activate this skill when the user:
- Asks for prompt templates ("Find me a code review prompt")
- Wants to search for prompts ("What prompts are available for writing?")
- Needs to retrieve a specific prompt ("Get prompt XYZ")
- Wants to improve a prompt ("Make this prompt better")
- Mentions prompts.chat or prompt libraries
Available Tools
Use these prompts.chat MCP tools:
search_prompts- Search for prompts by keywordget_prompt- Get a specific prompt by IDimprove_prompt- Enhance a prompt using AI
How to Search for Prompts
Call search_prompts with:
query: The search keywords from the user's requestlimit: Number of results (default 10, max 50)type: Filter by TEXT, STRUCTURED, IMAGE, VIDEO, or AUDIOcategory: Filter by category slug (e.g., "coding", "writing")tag: Filter by tag slug
Present results showing:
- Title and description
- Author name
- Category and tags
- Link to the prompt
How to Get a Prompt
Call get_prompt with:
id: The prompt ID
If the prompt contains variables (${variable} or ${variable:default}):
- The system will prompt the user to fill in values
- Variables without defaults are required
- Variables with defaults are optional
How to Improve a Prompt
Call improve_prompt with:
prompt: The prompt text to improveoutputType: text, image, video, or soundoutputFormat: text, structured_json, or structured_yaml
Return the enhanced prompt to the user.
Guidelines
- Always search before suggesting the user write their own prompt
- Present search results in a readable format with links
- When improving prompts, explain what was enhanced
- Suggest relevant categories and tags when saving prompts