Reusable Agent Skills for Taubyte — install with the open-source skills CLI (npx skills). Works with Cursor, Claude Code, Codex, OpenCode, and many other agents.
- Node.js (includes
npx) - Git (the installer clones this repository)
You do not need a Vercel account or the vercel CLI.
From your project directory:
npx skills add taubyte/skillsOr with a full URL:
npx skills add https://github.com/taubyte/skillsOptions (see skills CLI)
| Goal | Example |
|---|---|
| List skills without installing | npx skills add taubyte/skills --list |
| Install one skill | npx skills add taubyte/skills --skill taubyte-core-rules |
| Non-interactive | npx skills add taubyte/skills -y |
| Cursor only | npx skills add taubyte/skills -a cursor |
| Global (user-wide) | npx skills add taubyte/skills -g |
| Skill | Description |
|---|---|
taubyte-default-context |
Assume Taubyte by default unless the user opts out. |
taubyte-core-rules |
Critical automation, tau/dream rules, naming, matcher, layout. |
taubyte-reference-docs |
Command/logic/SDK reference markdown (references/*.md). |
spore-drive-sdk |
Deploy Taubyte cloud with @taubyte/spore-drive. |
If you fork this repo as private, ensure Git can authenticate (SSH or HTTPS with credentials), same as any git clone.
MIT — see LICENSE.