Automatically draft CodMate hook configurations based on your specific requirements.
Install
mkdir -p .claude/skills/hooks-wizard && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2572" && unzip -o skill.zip -d .claude/skills/hooks-wizard && rm skill.zipInstalls to .claude/skills/hooks-wizard
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Generate CodMate hook drafts from requirements.Key capabilities
- →Interpret user requirements for hooks
- →Map requirements to event catalogs
- →Configure event matchers
- →Generate JSON hook configuration
How it works
The skill analyzes user input against available event catalogs to draft a structured JSON configuration for CodMate hooks.
Inputs & outputs
When to use hooks-wizard
- →Draft new automation hooks
- →Configure event matchers
- →Generate hook configuration JSON
About this skill
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
- Read the user's request and any conversation context.
- Choose the most appropriate event and matcher from the catalog.
- Produce a Hook draft with one or more commands.
- If the requirement is unclear, return mode "question" with follow-up questions.
Output
Return only JSON.
When not to use it
- →When requirements are too vague to map to events
Prerequisites
Limitations
- →Requires clear requirements to function accurately
How it compares
It automates the generation of structured hook configurations, reducing manual JSON authoring errors.
Compared to similar skills
hooks-wizard side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| hooks-wizard (this skill) | 2 | 6mo | No flags | Beginner |
| command-development | 16 | 8mo | Review | Intermediate |
| skill-forge | 11 | 9mo | Review | Intermediate |
| codex-skill | 12 | 5mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by loocor
View all by loocor →You might also like
command-development
anthropics
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
skill-forge
WilliamSaysX
Automated skill creation workshop with intelligent source detection, smart path management, and end-to-end workflow automation. This skill should be used when users want to create a new skill or convert external resources (GitHub repositories, online documentation, or local directories) into a skill. Automatically fetches, organizes, and packages skills with proactive cleanup management.
codex-skill
feiskyer
Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.
agent-factory
alirezarezvani
Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns
subagent-driven-development
davila7
Use when executing implementation plans with independent tasks in the current session
peekaboo
openclaw
Capture and automate macOS UI with the Peekaboo CLI.