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):

  1. What's the one thing a new contributor always gets wrong? — This reveals the biggest documentation gap
  2. Are there files or directories that should NOT be modified? — Identifies protected areas (legacy, generated, vendor)
  3. What's the deployment model? — Monolith, microservices, serverless, edge — shapes which agents and skills are most relevant
  4. Are there non-obvious constraints? — Compliance requirements, performance budgets, browser support matrix
  5. What's the team's review culture? — Strict PR reviews, trunk-based, pair programming — configures /review behavior
Installs
6
GitHub Stars
175
First Seen
May 16, 2026
onboard — softspark/ai-toolkit