rule2hook

Task: Convert Project Rules to Claude Code Hooks

Content Preview
# Task: Convert Project Rules to Claude Code Hooks

---
**Attribution**: This command is based on the excellent work by zxdxjtu from the [claudecode-rule2hook](https://github.com/zxdxjtu/claudecode-rule2hook) repository. 
Licensed under MIT License. Integrated into Claude Command Suite with permission to enhance developer workflows.
---

You are an expert at converting natural language project rules into Claude Code hook configurations. Your task is to analyze the given rules and generate approp
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/rule2hook.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/dev/rule2hook.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/dev/rule2hook.md

Related Skills