What problem does it solve?
The onboard skill streamlines the tedious and error-prone process of initializing a new repository with forge's autonomous development pipeline by interactively generating project documentation, configuration, CI workflows, and GitHub setup guidance.
Core Features & Use Cases
- Interactive multi-phase onboarding: Guides the user through identity, tech stack, architecture, scaffolding, MVP issues, and GitHub setup, producing committed artifacts at each phase.
- Automated configuration generation: Populates forge.toml, .github/workflows/ci.yml, CODEOWNERS, CLAUDE.md, and docs/internal/VISION.md with project-specific content.
- Verification and guardrails: Checks for gh CLI, repository state, existing CLAUDE.md/VISION.md conflicts, and offers safe reset and manual steps while asking for confirmation before destructive actions.
- Use case: Quickly bootstrap a new repository from the forge template to produce a production-ready CI pipeline, documentation, and issue backlog for autonomous agents to act on.
Quick Start
Run /onboard to start an interactive onboarding session that generates CLAUDE.md, VISION.md, forge.toml, and CI workflows while verifying repository state.