What problem does it solve? Setting up a new project for agent-assisted development requires many repetitive, error-prone steps: writing a CLAUDE.md, configuring git hooks, creating a staging branch, and wiring GitHub Actions workflows. This Skill automates that entire bootstrap in one explicit invocation. ## Core Features & Use Cases - Stack Detection and Caching: Detects Laravel, Next.js, Expo, Node, Go, or Python from project markers and caches the result in .bravros/config.json for later sessions. - Init and Update Modes: Creates CLAUDE.md, sync-db.sh, git hooks, and .planning/ on fresh repos without overwriting existing files; on established repos it only refreshes the claude.yml workflow. - Branch and CI Setup: Creates the homolog staging branch and writes claude.yml (@claude trigger) and tests.yml (@tests trigger) GitHub Actions workflows following documented GitHub gotchas. - Use Case: A developer clones a Laravel starter repo, types /start, and gets a filled CLAUDE.md, a database sync script, a homolog branch pushed to origin, and working PR automation in one pass. ## Quick Start Type /start in a git repository to initialize the project workflow files for your detected stack.