AI Hook Factory CLI — generate and manage AI agent lifecycle hooks.
Part of the Shipyard Series — Build-It-Yourself AI Tools.
git clone https://github.com/MikeS071/hook-factory.git
cd hook-factory
python3 hook_factory.py --helpCompanion CLI for Build Your Own AI Hook Factory (Shipyard S02).
The full build guide — step-by-step explanations, design decisions, and extensions — is available on ArchonHQ.
- Python 3.10+
- OpenRouter API key (or compatible endpoint)
- Set
OPENROUTER_API_KEYenvironment variable
MIT
Built with the Shipyard methodology — every article ships a working tool.