Skip to content
Skillv1.0.0

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 sy

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/prompt-engineering/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill prompt-engineering. Copyright stays with the author.

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

  1. Research: Gather the use case, constraints, and evaluation criteria. Audit existing prompts and model behaviors.
  2. Design: Draft structured prompts with examples, constraints, and evaluation hooks. Plan experiments and measurement strategy.
  3. Generate test data: Analyze prompt variables, generate diverse and realistic test cases to validate the prompt.
  4. Validate: Run prompt trials, capture outputs, document adjustments. Iterate until quality thresholds are met.
  5. 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"

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-prompt-engineering/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-prompt-engineering.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-prompt-engineering",
  "kind": "skill",
  "name": "prompt-engineering",
  "description": "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.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "prompt-engineering",
      "llm",
      "system-prompt",
      "few-shot",
      "chain-of-thought",
      "synthetic-data",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/prompt-engineering/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/prompt-engineering/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/prompt-engineering/SKILL.md"
    }
  },
  "instructions": "# Prompt Engineering\n\nCraft, test, and iterate prompts that deliver reliable outputs across LLMs. Covers prompt optimization techniques, structured prompt design, synthetic test data generation, and evaluation methodology.\n\n## When to Use This Skill\n\n- Building or optimizing prompts for AI-powered features\n- Crafting system prompts for agents or assistants\n- Improving reliability and consistency of LLM outputs\n- Generating synthetic test data to validate prompt behavior\n- Evaluating prompt performance across edge cases\n- Designing prompt chains and pipelines\n\n## Quick Reference\n\n| Task | Load ",
  "cost": {
    "context_tokens": 573
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-prompt-engineering/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

prompt-engineering - Skill - OpenSmartRoute