Automation

Project Bootstrap Skill Pack

Make any repo agent-ready in minutes — without guessing. Read-only stack detection, setup guidance, AGENTS.md gap checks, and sensitive-file flagging for safe handoff before agents touch a new codebase.

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

What it does

Project Bootstrap Skill Pack inspects a local repository and turns it into a structured agent onboarding checklist. It detects Node, Python, Docker, and documentation repo types, recommends setup and validation commands as text output (never executed), checks for missing AGENTS.md guidance, and flags sensitive-looking filenames without reading their contents.

Designed for safe first-pass repo intake: no package managers, shell commands, network calls, or config edits ever run. Output is clean JSON with ok, status, project_types, setup_commands, validation_commands, findings, handoff, and mutated_files: [].

Use cases

Example usage

python3 scripts/bootstrap_repo.py /path/to/repo --json
python3 scripts/project_bootstrap.py --repo /path/to/repo --json
python3 scripts/bootstrap_repo.py --self-test --json

Example output

{
  "ok": true,
  "status": "READY",
  "project_types": ["node", "python"],
  "setup_commands": ["npm install", "python3 -m venv .venv"],
  "validation_commands": ["npm test", "pytest"],
  "findings": [],
  "mutated_files": []
}

Requirements

QA and security

This skill has been reviewed and cleared for release through the GetAgentIQ release pipeline with Viper QA and Warlock security sign-off (2026-05-28). Stdlib-only, read-only repo inspection — no command execution, no network calls, no config or cron mutation, mutated_files: [] hardcoded in all outputs.

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Automation Price: $4.99 USD Released: 2026-05-28