Agent skill · AI & Agents

prompt-engineering

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, designing production prompt templates, or building AI-powered features.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill prompt-engineering-wpank-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-llm/prompt-engineering-wpank-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Prompt Engineering Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. ## Installation ### OpenClaw / Moltbot / Clawbot ```bash npx clawhub@latest install prompt-engineering ``` ## When to Use - Designing complex prompts for production LLM applications - Optimizing prompt performance and consistency - Implementing structured reasoning patterns (chain-of-thought, tree-of-thought) - Building few-shot learning systems with dynamic example selection - Creating reusable prompt templates with variable interpolation - Debugging prompts that produce inconsistent outputs - Implementing system prompts for specialized AI assistants - Using structured outputs (JSON mode) for reliable parsing ## Core Techniques ### 1. Few-Shot Learning Provide examples that demonstrate the desired behavior: - **Semantic similarity** — select examples closest to the input - **Diversity sampling** — cover the range of expected inputs - **Balance count vs context** — more examples aren't always better; respect the context window - **Dynamic retrieval** — pull examples from a knowledge base at runtime **For patterns and implementation**: See `references/few

What's inside
Steps it walks through
  1. Installation
  2. OpenClaw / Moltbot / Clawbot
  3. When to Use
  4. Core Techniques
  5. 1. Few-Shot Learning
  6. 2. Chain-of-Thought Prompting
  7. 3. Structured Outputs
  8. 4. System Prompt Design
  9. 5. Template Systems
  10. Key Patterns
  11. Pattern 1: Structured Output with Validation
  12. Pattern 2: Chain-of-Thought with Self-Verification
  13. Pattern 3: Progressive Disclosure
  14. Pattern 4: Error Recovery and Fallback
Ships with 1 file
  • metadata.json
Commands it runs
npx clawhub@latest install prompt-engineering
More from claude-skill-registry
All skills →
About this skill
What does the prompt-engineering skill do?

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, designing production prompt templates, or building AI-powered features.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-engineering-wpank-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going