USE when user asks to 'create a prompt', 'optimize prompt', 'design system instructions', or 'reduce hallucinations'. Prompt design theory (CoT, few-shot), XML vs Markdown decision framework, and optimization techniques.
Designs effective prompts using proven techniques like CoT and few-shot learning.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install git-fg-guide-plugins-guide@Git-Fg/thecattoolkitThis skill is limited to using the following tools:
assets/examples/few-shot.jsonreferences/anti-patterns.mdreferences/execution-protocol.mdreferences/optimization.mdreferences/patterns.mdreferences/techniques.mdMaster the art and science of prompt design through proven techniques and frameworks.
Every token competes with conversation history. Assume Claude is already intelligent.
Match specificity to task fragility:
# Context and # Assignment as the primary structural elements for all prompts.<thinking>) or complex data isolation ONLY when Markdown headers are insufficient due to high data density.Encourage the model to reason before providing an answer.
<thinking> blocks for internal monologue.Demonstrate intent through concrete examples.
<example> tags to prevent example leakage.Instead of the prompt type determining the format, the Density of Context and Logic Non-Negotiability should drive the architecture.
| Feature | Use Markdown (Headers/Lists) | Use XML (Flat Semantic Tags) |
|---|---|---|
| Instructional Flow | Default: Linear, simple, or descriptive. | Complex: Strict, non-negotiable step sequences. |
| Data Isolation | Standard context and injected files. | High-density: Large logs or noisy data sets. |
| Role Definition | Standard: Professional persona. | Specialized: Isolated identity with high constraints. |
| Output Type | Standard: Conversational or Markdown. | Technical: Machine-parseable JSON or strict code. |
| Safety Risk | Standard: Analytic or creative tasks. | Critical: Security audits or data protection. |
For 80% of standalone prompts, Markdown is superior because it consumes fewer tokens and aligns better with Claude's native training for following prose instructions.
Upgrade to a Hybrid XML/Markdown structure only when the prompt hits these "Complexity Triggers":
<context> or <data> to prevent the data from "leaking" into the instructions.<constraints> so the model's attention mechanism anchors to them.<thinking> to force a Chain-of-Thought isolated from the final answer.references/techniques.md: Deep dive into CoT, few-shot, and reasoning patterns.references/patterns.md: Detailed library of prompt structure patterns.references/optimization.md: Systematic refinement and troubleshooting.references/anti-patterns.md: Common pitfalls and how to avoid them.references/execution-protocol.md: Step-by-step execution guidelines.assets/examples/few-shot.json: Curated example datasets for various domains.This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.