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: quick plus runtime profile setup (.env, mission, context profile, init report) and optional git 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:

Installs
12
GitHub Stars
1.1K
First Seen
Feb 12, 2026