USE when user needs to draft, optimize, or audit prompts. Includes the full Prompt Library, Chain-of-Thought patterns, and Optimization workflows. Modes: draft, optimize, library access.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install sys-cognition@cattoolkitThis skill is limited to using the following tools:
assets/examples/few-shot.jsonassets/templates/chain-summary.mdassets/templates/chain/execute.mdassets/templates/chain/plan.mdassets/templates/chain/refine.mdassets/templates/chain/research.mdassets/templates/meta/generator.mdassets/templates/meta/optimizer.mdassets/templates/single-prompt.mdreferences/anti-patterns.mdreferences/discovery.mdreferences/execution-protocol.mdreferences/metadata.mdreferences/optimization.mdreferences/patterns.mdreferences/quality.mdreferences/taxonomy.mdreferences/techniques.mdworkflows/draft.mdworkflows/optimize.mdAnalyze the user's intent and select the appropriate workflow:
Trigger: "Create a prompt", "Draft system instructions", "New prompt for..."
Protocol: Apply workflow from workflows/draft.md
Assets: Use templates from assets/templates/
Trigger: "Fix this prompt", "Make this prompt better", "Optimize..."
Protocol: Apply workflow from workflows/optimize.md
Theory: Apply references/optimization.md
Trigger: "Show me examples", "List templates", "Prompt templates"
Action: List contents of assets/templates/
References: Use references/taxonomy.md for categorization
Every token competes with conversation history. Assume Claude is already intelligent.
Match specificity to task fragility:
Chain-of-Thought (CoT)
<thinking> blocks for internal monologueFew-Shot Learning
<example> tags to prevent example leakageStandalone, reusable prompts for direct, one-shot execution.
.cattoolkit/prompts/assets/templates/single-prompt.mdSequential multi-step workflows where output from one step feeds the next.
.cattoolkit/chains/{number}-{topic}/assets/templates/chain/Higher-order prompts that generate, optimize, or analyze other prompts.
.cattoolkit/generators/assets/templates/meta/assets/templates/single-prompt.md - General purpose templateassets/templates/chain-summary.md - Chain result summaryassets/templates/chain/ - Research → Plan → Execute → Refineassets/templates/meta/ - Generator and optimizer templatesassets/examples/few-shot.json - Curated example datasets for various domainsThis 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.