Skills
The agent commands that drive Sunboard — and how they're installed for Claude Code, Codex, and opencode.
Skills are the first-party commands your AI coding agent uses to drive the whole
Sunboard workflow — planning a spec, wiring it into your app, previewing,
deploying, targeting, and analyzing. You rarely run sunboard directly: you ask
your agent for a skill, and it picks the right CLI commands underneath.
How skills are installed
sunboard init installs the skills for whichever AI coding harnesses you select
— pick one or several. Each harness has its own file format and location, so
Sunboard writes the matching files for each:
| Harness | Installed to | How you invoke it |
|---|---|---|
| Claude Code | .claude/commands/sunboard.<skill>.md | /sunboard.<skill> slash command |
| opencode | .opencode/commands/sunboard.<skill>.md | /sunboard.<skill> slash command |
| Codex | .agents/skills/sunboard-<skill>/SKILL.md | picked up as an agent skill (sunboard-<skill>) |
These files live in your repo, so they're versioned with your code and shared with your team — anyone who clones the project gets the same skills.
After upgrading the CLI
Run sunboard skills update to refresh the installed skill files for your
harnesses to the latest version.
The skills
Spec
Plan and author the onboarding experience.
Implement
Wire selectors and track() calls into your app.
Checklist UI
Build a custom checklist styled to your design system.
Tour
Add or refine a product tour in a spec.
Preview
See the experience running in your local app.
Deploy
Upload a candidate version to promote in Sunboard.
Segment
Plan, create, and bind audience segments.
Analyze
Diagnose the funnel and plan improvements.