USE when user needs prompt templates, wants to manage prompt chains, or run saved prompts. Template library for single prompts, prompt chains (Research/Plan/Do), and meta-prompts.
/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/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.mdexamples/single/prompt-patterns.mdreferences/discovery.mdreferences/metadata.mdreferences/quality.mdreferences/taxonomy.mdStandardized templates and management for prompt artifacts.
We distinguish three core categories of prompt artifacts:
Standalone, reusable prompts for direct, one-shot execution.
.cattoolkit/prompts/Sequential multi-step workflows where output from one step feeds the next.
.cattoolkit/chains/{number}-{topic}/Higher-order prompts that generate, optimize, or analyze other prompts.
.cattoolkit/generators/assets/templates/single-prompt.md: General purpose template.assets/templates/chain/research.md: Research step templateassets/templates/chain/plan.md: Planning step templateassets/templates/chain/execute.md: Execution step templateassets/templates/chain/refine.md: Refinement step templateassets/templates/chain-summary.md: Chain result summaryassets/templates/meta/generator.md: Prompt generator templateassets/templates/meta/optimizer.md: Prompt optimizer templatereferences/metadata.md: Guidelines for YAML frontmatter and SUMMARY.md.references/discovery.md: Standard questions for gathering requirements.references/taxonomy.md: Detailed definitions and examples of prompt types.references/quality.md: Audit criteria for production-ready prompts./run-prompt for execution./refine-prompt for updates.assets/templates/
├── single-prompt.md
├── chain/ (research, plan, execute, refine)
└── meta/ (generator, optimizer)
.cattoolkit/
├── prompts/ # Single prompts
├── chains/ # Sequential workflows
└── generators/ # Meta-prompts
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.