ScaffoldGuard
scaffold-guard creates strict Python starter repositories for coding-agent
workflows. The generated project includes typed package defaults, uv commands,
GitHub Actions CI, local policy checks, and agent instruction files.
What V1 Provides
scaffold-guard initfor package-style Python repositories.AGENTS.mdfor Codex and shared cross-agent guidance.CLAUDE.mdplus.claude/rules/*.mdwhen Claude Code is selected..cursor/rules/*.mdcwhen Cursor is selected.scaffold-guard checkfor fast local policy checks.scaffold-guard inspect-difffor diff-specific validation guidance.scaffold-guard validate,compile-rules,doctor, andversion.
Basic Flow
uv tool install scaffold-guard
scaffold-guard init my_project --agent all
cd my_project
uv sync --all-groups
scaffold-guard check
scaffold-guard validate --quick
Generated projects include CI and local development defaults, but the
user-facing CLI remains the installed scaffold-guard command.
Read the quickstart first, then use the adapter and checks pages when tuning a generated project.