prompt-engineering-mastery
Installation
SKILL.md
Prompt Engineering Mastery
Techniques to extract maximum intelligence, reliability, and creativity from Large Language Models (LLMs).
When to Use This Skill
- Designing System Prompts for Agents
- Fixing LLM hallucinations or logic errors
- Creating "Persona" based bots
- Implementing complex reasoning tasks (Chain-of-Thought)
- Optimizing prompt costs (token reduction)
Core Techniques
1. Structural Prompting
Organize prompts clearly using Markdown or XML tags.
<context>
You are a senior specialized in Python.
</context>