All Skills
AI / LLM

prompt-engineering

Systematic prompt engineering: structured prompt design, few-shot examples, chain-of-thought, and output format control.

Install

clawhub install prompt-engineering

Cross-tool: Claude Code ~/.claude/skills/ · Qoder ~/.qoder/skills/ · TRAE ~/.trae/skills/

When to Use

Trigger this skill when designing high-quality prompts for LLMs, optimizing existing prompts, or building prompt template systems.

Core Methods

Prompt Structure

[Role] You are a {domain} expert
[Context] {background information}
[Task] {specific instruction}
[Constraints] {format/length/style requirements}
[Examples] {input → output pairs}
[Output Format] {JSON / Markdown / custom template}

Few-shot Examples

Chain-of-Thought (CoT)

Output Control

#Prompt#LLM#Chain-of-Thought#Few-shot