Get a working agent-homebase build into your project in three commands. Designed for the Pro Dev with AI persona — see PERSONAS.md.
Python 3.12+ and pip install pyyaml.
-
Clone and pick a profile that matches your stack:
git clone https://github.com/<owner>/agent-homebase.git cd agent-homebase # Pick one of: python-api, react-web-app, monorepo-fullstack Copy-Item profiles\python-api.config.yml config\my-project.config.yml
-
Fill the FIXMEs in
config\my-project.config.yml— repo name, coverage targets, tracker, etc. Comments mark every required value. -
Build the resolved artifacts:
python init.py --config config\my-project.config.yml
resolved\skills\— copy into your project's.github\agents\resolved\instructions\— copy into.github\instructions\resolved\agents\— copy into.github\agents\
Re-run python init.py any time you change the config or the source
under skills\, instructions\, or agents\. Never hand-edit
anything in resolved\ — it is regenerated every build.