ai-prompting
AI prompt engineering and LLM interaction patterns. Use when user asks to "write prompts", "optimize prompts", "design system prompts", "few-shot prompting", "chain-of-thought", "prompt techniques", "LLM patterns", "prompt best practices", "model interactions", "AI assistant design", or mentions prompt optimization, LLM interactions, or generative AI patterns.
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 この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
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
AI Prompting & LLM Patterns
Prompt engineering techniques and LLM interaction patterns for Claude, GPT, and other AI models.
Prompt Techniques
Basic Structure
Role: [Specify role/expertise]
Task: [Clear, specific task]
Context: [Relevant background]
Format: [Desired output format]
Constraints: [Any limitations]
Few-Shot Prompting
Provide 2-3 examples of input-output pairs before the actual request to guide model behavior.
Chain-of-Thought
Ask model to "explain your reasoning step by step" for complex tasks. Improves accuracy on logical problems.
System Prompts
Design detailed system prompts that establish persona, expertise level, and behavioral guidelines.
Key Strategies
- Clarity - Be specific and unambiguous
- Examples - Provide concrete examples
- Constraints - Define output format and limits
- Role Definition - Specify expertise and perspective
- Iterative Refinement - Test and improve prompts
Common Patterns
- Classification & Categorization
- Text Generation & Creative Writing
- Code Generation & Debugging
- Data Extraction & Parsing
- Analysis & Reasoning
- Summarization & Synthesis
- Translation & Conversion
- Problem Solving & Ideation
References
- OpenAI Prompt Engineering Guide
- Anthropic Claude Best Practices
- Prompt Engineering Institute