Agent skill
prompt-engineering
Optimize prompts for LLMs and AI systems with structured techniques, evaluation patterns, and synthetic test data generation. Use when building AI features, improving agent performance, or crafting system prompts.
Install this agent skill to your Project
npx add-skill https://github.com/NickCrew/Claude-Cortex/tree/main/skills/prompt-engineering
SKILL.md
Prompt Engineering
Craft, test, and iterate prompts that deliver reliable outputs across LLMs. Covers prompt optimization techniques, structured prompt design, synthetic test data generation, and evaluation methodology.
When to Use This Skill
- Building or optimizing prompts for AI-powered features
- Crafting system prompts for agents or assistants
- Improving reliability and consistency of LLM outputs
- Generating synthetic test data to validate prompt behavior
- Evaluating prompt performance across edge cases
- Designing prompt chains and pipelines
Quick Reference
| Task | Load reference |
|---|---|
| Prompt techniques and patterns | skills/prompt-engineering/references/techniques.md |
| Synthetic test data generation | skills/prompt-engineering/references/synthetic-data.md |
Workflow
- Research: Gather the use case, constraints, and evaluation criteria. Audit existing prompts and model behaviors.
- Design: Draft structured prompts with examples, constraints, and evaluation hooks. Plan experiments and measurement strategy.
- Generate test data: Analyze prompt variables, generate diverse and realistic test cases to validate the prompt.
- Validate: Run prompt trials, capture outputs, document adjustments. Iterate until quality thresholds are met.
- Deliver: Hand off the final prompt with usage guidance and evaluation results.
Core Principle
When creating prompts, always display the complete prompt text in a clearly marked section. Never describe a prompt without showing it. The prompt must be copyable and self-contained.
Deliverables Checklist
For every prompt engineering task, produce:
- The complete prompt text (displayed in full, properly formatted)
- Explanation of design choices and techniques used
- Usage guidelines (model, temperature, parameters)
- Example expected outputs
- Test cases covering happy path, edge cases, and adversarial inputs
Example Interactions
- "Optimize this system prompt for our code review agent"
- "Create a prompt for extracting structured data from support tickets"
- "Generate test cases to validate this classification prompt"
- "Design a prompt chain for multi-step document analysis"
- "Improve consistency of this summarization prompt"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
claude-consult
Consult Claude specialist agents during implementation for codebase understanding, pattern checking, security review, debugging help, and more. Use this skill whenever you're unsure about conventions, stuck on a failure, or need expert input before writing code. Does not replace the formal review gates in agent-loops — this is for mid-implementation consultation.
doc-quality-review
Assess documentation quality across readability, consistency, audience fit, and prose clarity. Produces a scored review with actionable findings. This skill should be used before releases, during doc reviews, or when documentation feels unclear or inconsistent.
event-driven-architecture
Event-driven architecture patterns with event sourcing, CQRS, and message-driven communication. Use when designing distributed systems, microservices communication, or systems requiring eventual consistency and scalability.
compliance-audit
Regulatory compliance auditing across GDPR, HIPAA, PCI DSS, SOC 2, and ISO frameworks with automated evidence collection and gap analysis. Use when conducting compliance assessments, preparing for certifications, or implementing regulatory controls.
react-performance-optimization
React performance optimization patterns using memoization, code splitting, and efficient rendering strategies. Use when optimizing slow React applications, reducing bundle size, or improving user experience with large datasets.
doc-architecture-review
Evaluate documentation information architecture: navigation paths, discoverability, progressive disclosure, cross-linking, and mental model alignment. This skill should be used when restructuring docs, adding new sections, or when users report difficulty finding information.
Didn't find tool you were looking for?