From fullstack-dev-skills
Designs, optimizes, and evaluates LLM prompts — generating templates, structured output schemas, evaluation rubrics, and test suites. Use for prompt refactoring, chain-of-thought, or system prompt design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fullstack-dev-skills:prompt-engineerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases.
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.
npx claudepluginhub jeffallan/claude-skills --plugin fullstack-dev-skillsProvides workflows to write, debug, and optimize LLM prompts using few-shot examples, chain-of-thought structuring, system prompts, and templates. Activates for prompt improvement requests.
Applies advanced prompt engineering patterns including few-shot, chain-of-thought, structured outputs, and prompt optimization for production LLM applications.
Provides structured techniques for designing, optimizing, and debugging prompts for production LLM applications. Covers few-shot learning, chain-of-thought, template systems, and system prompt design.