agent-repo-init
Installation
SKILL.md
Agent Repo Init
Initialize a new project from this repository template with two modes.
Modes
quick: Fast scaffold with clean copy and minimal setup.full:quickplus runtime profile setup (.env, mission, context profile, init report) and optionalgit init.
Run via Script
Use the portable script in this skill directory:
python skills/agent-repo-init/scripts/init_project.py \
--project-name my-agent \
--destination-root /absolute/path \
--mode quick
Full mode example: