agent-development-repo-bootstrap
Installation
SKILL.md
Agent Development Repo Bootstrap
Use this skill to initialize an agent-development repo. The global skill is intentionally thin: it creates the project scaffold and writes the enduring development philosophy into the target repo's .agent/ directory so future Codex, Claude Code, or other code-agent sessions can read local guidance from the project itself.
Workflow
-
Confirm the target path and whether it is a new repo or an existing repo.
-
Collect only the necessary labels: project name, agent name, task domain, and runtime profile.
-
Run the deterministic bootstrap script:
python3 skills/agent-development-repo-bootstrap/scripts/bootstrap_agent_development_repo.py /path/to/repo \ --project-name "My Agent Project" \ --agent-name "my_agent" \ --domain "workflow automation" \ --runtime-profile single-agent -
Run the generated validator in the target repo: