Design, optimize, and evaluate LLM prompts for maximum accuracy and efficiency.
Works with
Covers prompt patterns including zero-shot, few-shot, chain-of-thought, and ReAct, with before/after optimization examples
Provides structured workflow from requirements definition through testing, iteration, and production deployment with validation checkpoints
Includes evaluation frameworks, metrics, and test suite generation to measure and improve model performance
Supports structured output design
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionprompt-engineerExecute the skills CLI command in your project's root directory to begin installation:
Fetches prompt-engineer from jeffallan/claude-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate prompt-engineer. Access via /prompt-engineer in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
4
total installs
4
this week
7.9K
GitHub stars
0
upvotes
Run in your terminal
4
installs
4
this week
7.9K
stars
Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases.
Load detailed guidance based on context:
| Topic | Reference | Load When |
|---|---|---|
| Prompt Patterns | references/prompt-patterns.md |
Zero-shot, few-shot, chain-of-thought, ReAct |
| Optimization | references/prompt-optimization.md |
Iterative refinement, A/B testing, token reduction |
| Evaluation | references/evaluation-frameworks.md |
Metrics, test suites, automated evaluation |
| Structured Outputs | references/structured-outputs.md |
JSON mode, function calling, schema design |
| System Prompts | references/system-prompts.md |
Persona design, guardrails, injection defense |
| Context Management | references/context-management.md |
Attention budget, degradation patterns, context optimization |
Zero-shot (baseline):
Classify the sentiment of the following review as Positive, Negative, or Neutral.
Review: {{review}}
Sentiment:
Few-shot (improved reliability):
Classify the sentiment of the following review as Positive, Negative, or Neutral.
Review: "The battery life is incredible, lasts all day."
Sentiment: Positive
Review: "Stopped working after two weeks. Very disappointed."
Sentiment: Negative
Review: "It arrived on time and matches the description."
Sentiment: Neutral
Review: {{review}}
Sentiment:
Before (vague, inconsistent outputs):
Summarize this document.
{{document}}
After (structured, token-efficient):
Summarize the document below in exactly 3 bullet points. Each bullet must be one sentence and start with an action verb. Do not include opinions or information not present in the document.
Document:
{{document}}
Summary:
When delivering prompt work, provide:
Reference files cover major prompting techniques (zero-shot, few-shot, CoT, ReAct, tree-of-thoughts), structured output patterns (JSON mode, function calling), context management (attention budgets, degradation mitigation, optimization), and model-specific guidance for GPT-4, Claude, and Gemini families. Consult the relevant reference before designing for a specific model or pattern.
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
mattpocock/skills
Useful defaults in prompt-engineer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
prompt-engineer reduced setup friction for our internal harness; good balance of opinion and flexibility.
prompt-engineer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Registry listing for prompt-engineer matched our evaluation — installs cleanly and behaves as described in the markdown.
Registry listing for prompt-engineer matched our evaluation — installs cleanly and behaves as described in the markdown.
We added prompt-engineer from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Keeps context tight: prompt-engineer is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for prompt-engineer matched our evaluation — installs cleanly and behaves as described in the markdown.
prompt-engineer reduced setup friction for our internal harness; good balance of opinion and flexibility.
prompt-engineer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 54