Claude Code Architect
Write Claude Code skills and hook automations — without spending an hour reverse-engineering the format.
What it solves
- Skills that don't trigger because the description is wrong
- Hookify rules that run on every message instead of the right one
- No examples of a complete, working skill to learn from
- No guide for when to use a skill vs a hook vs both
What's in the box
claude-code-architect/ ├── SKILL.md 5 modes: CREATE CAPTURE IMPROVE HOOK AUDIT ├── README.md INSTALL.md ├── references/ │ ├── skill-writing-guide.md full anatomy │ ├── hook-patterns.md all events + regex ref │ └── automation-strategies.md └── examples/ ├── example-pr-summary.md complete reference skill └── example-hooks/ 4 working hooks