onboard
Installation
SKILL.md
/onboard - Project Setup Guide
$ARGUMENTS
What This Command Does
Guide the user through setting up the ai-toolkit in their project, including configuration and customization.
Setup Steps
Step 0: Intent Capture Interview
Before setting up tooling, understand the project's undocumented context. Ask the developer these questions (adapt based on what the codebase scan reveals):
- What's the one thing a new contributor always gets wrong? — This reveals the biggest documentation gap
- Are there files or directories that should NOT be modified? — Identifies protected areas (legacy, generated, vendor)
- What's the deployment model? — Monolith, microservices, serverless, edge — shapes which agents and skills are most relevant
- Are there non-obvious constraints? — Compliance requirements, performance budgets, browser support matrix
- What's the team's review culture? — Strict PR reviews, trunk-based, pair programming — configures
/reviewbehavior