---
name: Hooks Wizard
slug: hooks-wizard
category: AI Engineering
description: Hooks Wizard generates CodMate hook drafts from a requirement and event catalog. Use it to choose events, matchers, and commands, or to ask follow-up questions when the request is unclear.
github: "https://github.com/loocor/codmate/tree/main/payload/internal-skills/hooks-wizard"
language: Swift
stars: 667
forks: 41
install: "npx degit https://github.com/loocor/codmate/tree/main/payload/internal-skills/hooks-wizard ~/.claude/skills/hooks-wizard"
installs_to: ~/.claude/skills/hooks-wizard
source_path: payload/internal-skills/hooks-wizard/SKILL.md
collection_size: 4
category_size: 2451
collection_url: "https://dirskills.com/collections/loocor/codmate"
added: 2026-08-24T05:16:53.932Z
last_synced: 2026-08-24T05:16:53.932Z
canonical_url: "https://dirskills.com/skills/hooks-wizard"
---

# Hooks Wizard

Hooks Wizard generates CodMate hook drafts from a requirement and event catalog. Use it to choose events, matchers, and commands, or to ask follow-up questions when the request is unclear.

**Install:**

```bash
npx degit https://github.com/loocor/codmate/tree/main/payload/internal-skills/hooks-wizard ~/.claude/skills/hooks-wizard
```

## README

# 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.
