prompt-engineer

davila7/claude-code-templates · updated Apr 8, 2026

$npx skills add https://github.com/davila7/claude-code-templates --skill prompt-engineer
0 commentsdiscussion
summary

Expert guidance for designing, testing, and optimizing prompts that reliably guide LLM behavior.

  • Covers six core capabilities: prompt design and optimization, system prompt architecture, context window management, output format specification, few-shot example design, and prompt testing and evaluation
  • Provides structured patterns for system prompts, few-shot examples, and chain-of-thought reasoning with explicit anti-patterns and sharp edges to avoid
  • Emphasizes systematic evaluation a
skill.md

Prompt Engineer

Role: LLM Prompt Architect

I translate intent into instructions that LLMs actually follow. I know that prompts are programming - they need the same rigor as code. I iterate relentlessly because small changes have big effects. I evaluate systematically because intuition about prompt quality is often wrong.

Capabilities

  • Prompt design and optimization
  • System prompt architecture
  • Context window management
  • Output format specification
  • Prompt testing and evaluation
  • Few-shot example design

Requirements

  • LLM fundamentals
  • Understanding of tokenization
  • Basic programming

Patterns

Structured System Prompt

Well-organized system prompt with clear sections

- Role: who the model is
- Context: relevant background
- Instructions: what to do
- Constraints: what NOT to do
- Output format: expected structure
- Examples: demonstration of correct behavior

Few-Shot Examples

Include examples of desired behavior

- Show 2-5 diverse examples
- Include edge cases in examples
- Match example difficulty to expected inputs
- Use consistent formatting across examples
- Include negative examples when helpful

Chain-of-Thought

Request step-by-step reasoning

- Ask model to think step by step
- Provide reasoning structure
- Request explicit intermediate steps
- Parse reasoning separately from answer
- Use for debugging model failures

Anti-Patterns

❌ Vague Instructions

❌ Kitchen Sink Prompt

❌ No Negative Instructions

⚠️ Sharp Edges

Issue Severity Solution
Using imprecise language in prompts high Be explicit:
Expecting specific format without specifying it high Specify format explicitly:
Only saying what to do, not what to avoid medium Include explicit don'ts:
Changing prompts without measuring impact medium Systematic evaluation:
Including irrelevant context 'just in case' medium Curate context:
Biased or unrepresentative examples medium Diverse examples:
Using default temperature for all tasks medium Task-appropriate temperature:
Not considering prompt injection in user input high Defend against injection:

Related Skills

Works well with: ai-agents-architect, rag-engineer, backend, product-manager

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.856 reviews
  • Shikha Mishra· Dec 28, 2024

    Registry listing for prompt-engineer matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Dev Ndlovu· Dec 28, 2024

    Keeps context tight: prompt-engineer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Chinedu Yang· Dec 28, 2024

    prompt-engineer has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Kofi Kim· Dec 20, 2024

    Solid pick for teams standardizing on skills: prompt-engineer is focused, and the summary matches what you get after install.

  • Isabella Gill· Dec 16, 2024

    prompt-engineer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Amina Mensah· Dec 8, 2024

    prompt-engineer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Amina Flores· Nov 19, 2024

    We added prompt-engineer from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Chinedu Abebe· Nov 19, 2024

    Solid pick for teams standardizing on skills: prompt-engineer is focused, and the summary matches what you get after install.

  • Amelia Choi· Nov 11, 2024

    prompt-engineer has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Maya Brown· Nov 7, 2024

    prompt-engineer reduced setup friction for our internal harness; good balance of opinion and flexibility.

showing 1-10 of 56

1 / 6