Back to store
Dev ToolkitDeveloperScripts
ACE Hook-System
The guard rails that protect ACE itself.
79€incl. VAT
Instant download after purchaseinstall.sh — one command, doneSecure checkout (Lemon Squeezy)14-day money back
Description
Hooks are the guard rails of your agent OS: protect secrets, enforce done gates, validate completion contracts. The system ACE itself uses — now as a drop-in for your setup.
Plug & play installation
Every pack ships with an install.sh — unzip, one command, done. Rules, agents, skills and hooks land in the right places in your project automatically.
unzip hook-system.zip && cd hook-system bash install.sh /path/to/your/project
Requirements
- macOS / Linux (bash)
- Claude Code (hooks support)
- jq recommended (for settings merge)
install.sh copies hooks into .claude/hooks/, makes them executable and creates the hook settings. An existing settings.json is never overwritten — the merge block is provided separately.
Use cases
- Prevent AI from editing .env or secrets
- Block 'done' without real verification
- Audit-ready quality gates in your pipeline
Features
- Pre/post-tool hooks (protect-files)
- Done gate & completion contract
- Audit-ready quality gate
What's inside?
- hooks/protect-files.sh
- done-gate.sh
- completion-contract.sh + completion-contract.schema.json
- settings.hooks.json
- README.md + LICENSE.txt
- install.sh — plug & play installer
Reviews
No reviews yet — be the first!
Write a reviewInclude your order number to get the "Verified purchase" badge.
License & sharing
- One license per developer/seat — use in your own (including commercial) projects is allowed.
- Adapting and extending for your own use is explicitly encouraged.
- Not allowed: reselling or redistributing the files as a standalone product — modified or not.
- Team licenses from 5 seats: store@appiq-solutions.com
Source: .claude/hooks, Done-Gate, Completion-Contract