loocor / hooks-wizard
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/hooks-wizard && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2572" && unzip -o skill.zip -d .claude/skills/hooks-wizard && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/hooks-wizard/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Generate CodMate hook drafts from requirements.
0 views
0 installs
Skill Content
--- name: hooks-wizard description: Generate CodMate hook drafts from requirements. metadata: short-description: Generate hook configuration drafts in JSON. --- # Hooks Wizard ## Overview Generate a CodMate Hook draft based on the user's requirement and provided event/variable catalogs. Output only JSON that matches the schema. ## Instructions 1. Read the user's request and any conversation context. 2. Choose the most appropriate event and matcher from the catalog. 3. Produce a Hook draft with one or more commands. 4. If the requirement is unclear, return mode "question" with follow-up questions. ## Output Return only JSON.