Hookify Configure banner
SaaSy-Solutions SaaSy-Solutions

Hookify Configure

Development community

Description

--- allowed-tools: Glob, Read, Edit description: Enable or disable hookify rules interactively --- # /hookify:configure — Configure Hookify Rules Enable, disable, or delete hookify rules interactively. ## Steps 1. Find all files matching `.claude/hookify.*.local.md` 2. Parse and display each rule with its current status 3. Ask the user what they want to do: - **Enable/disable**: Toggle the `enabled` field in the frontmatter - **Delete**: Remove the rule file entirely (confirm first)

Installation

Installs to ~/.claude/commands/saasy-solutions-mockforge-hookify-configure.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SaaSy-Solutions/mockforge/HEAD/.claude/commands/hookify-configure.md -o ~/.claude/commands/saasy-solutions-mockforge-hookify-configure.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository