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:

HarnessInstalled toHow 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.mdpicked 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

On this page