@sunboard/skills
v0.3.1
Published
First-party agent skills for Sunboard (Codex, Claude Code, opencode).
Downloads
1,086
Readme
@sunboard/skills
The agent skills that power Sunboard's /sunboard.* slash commands in Codex, Claude Code, and opencode.
You do not install this by hand. The
sunboardCLI installs the right skill files for your harness when you runsunboard init, andsunboard skills updaterefreshes them after upgrades. See thesunboardREADME for the full agent workflow.
This package exists as a separate npm release so tooling that wants to consume the skill files programmatically can do so without pulling in the CLI.
Programmatic access
import { sunboardSkills, claudeSpecCommand, codexSpecSkill } from "@sunboard/skills";sunboardSkills is the manifest of all seven workflows × three harnesses, with file paths, hashes, and versions. Each named export is the raw markdown content for one skill file.
Links
- CLI + agent skills entry point:
sunboard - App: https://app.sunboardhq.com
- Documentation: https://sunboardhq.com
License
MIT — see LICENSE.
