Awesome-omni-skill prompt-optimization
Guidelines for creating effective prompts that maximize AI understanding and response quality. Helps developers craft clear, specific, actionable prompts with appropriate context for optimal AI assistance.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data-ai/prompt-optimization" ~/.claude/skills/diegosouzapw-awesome-omni-skill-prompt-optimization-2ab161 && rm -rf "$T"
manifest:
skills/data-ai/prompt-optimization/SKILL.mdsource content
Prompt Optimization Guide
Comprehensive guide for crafting high-quality prompts that maximize AI understanding and effectiveness. Contains best practices for clarity, context, structure, and tactical approaches to prompt engineering.
When to Apply
Reference these guidelines when:
- Crafting initial prompts for complex tasks
- Improving AI response quality and accuracy
- Training team members on effective AI interaction
- Iterating on prompts that aren't producing desired results
- Creating reusable prompt templates
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Clarity and Precision | CRITICAL | |
| 2 | Context Provisioning | CRITICAL | |
| 3 | Structure and Formatting | HIGH | |
| 4 | Tactical Tips | MEDIUM | |
| 5 | Examples and Patterns | MEDIUM | |
| 6 | Advanced Techniques | HIGH | |
Quick Reference
1. Clarity and Precision (CRITICAL)
- Use precise terminology instead of vague conceptsclarity-specific-language
- Define technical terms or acronymsclarity-define-terms
- State specific goals and expectationsclarity-clear-objectives
- Eliminate vague pronouns and referencesclarity-avoid-ambiguity
2. Context Provisioning (CRITICAL)
- Include relevant project backgroundcontext-project-info
- Describe current situation and constraintscontext-current-state
- Specify desired outcomes and success criteriacontext-goals-outcomes
- Explain important priorities and trade-offscontext-priorities-tradeoffs
3. Structure and Formatting (HIGH)
- Break complex requests into logical sectionsstructure-segmentation
- Present information in logical sequencestructure-order-of-info
- Use markdown for readabilitystructure-formatting-visual
- Number steps when sequence mattersstructure-sequential-steps
4. Tactical Tips (MEDIUM)
- Assign specific roles to AItactical-role-definition
- Explicitly state output formattactical-expectation-setting
- Include iteration and refinement cyclestactical-feedback-loops
- Clearly define limitationstactical-constraints-clarification
5. Examples and Patterns (MEDIUM)
- Compare effective and ineffective approachesexample-good-vs-bad
- Provide reusable prompt templatesexample-template-patterns
- Show domain-specific best practicesexample-industry-specific
- Highlight common mistakes to avoidexample-error-patterns
6. Advanced Techniques (HIGH)
How to Use
Follow the systematic approach outlined in USAGE.md for consistent prompt optimization results.