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

  1. Confirm the target path and whether it is a new repo or an existing repo.

  2. Collect only the necessary labels: project name, agent name, task domain, and runtime profile.

  3. 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
    
  4. Run the generated validator in the target repo:

Installs
1
First Seen
Jun 28, 2026
agent-development-repo-bootstrap — a-green-hand-jack/agent-development-repo-bootstrap-skill