This skill should be used when the user asks to 'create a prompt', 'run a prompt', 'manage prompt chains', or 'refine prompt artifacts'. Manages the lifecycle of prompt artifacts including Single Prompts, Prompt Chains (Research/Plan/Do), and Meta-Prompts using standardized templates and quality audit criteria. <example> Context: User wants to create a prompt user: "Create a prompt for code review" assistant: "I will use the prompt-library skill templates to create a single prompt." </example> <example> Context: User needs a multi-step workflow user: "Build a prompt chain for document analysis" assistant: "I will use the prompt-library skill to design a sequential prompt chain." </example> <example> Context: User wants to execute a saved prompt user: "Run my competitive-analysis prompt" assistant: "I will use the prompt-library skill execution workflow to run the saved prompt." </example>
/plugin marketplace add Git-Fg/thecattoolkit/plugin install git-fg-strategist-plugins-strategist@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/: Step-specific templates (research, plan, execute, refine).assets/templates/meta/: Specialized generators and optimizers.references/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.