@uidu/skills
v0.3.0
Published
Agent skills for the uidu SDK — installable via the open agent skills ecosystem (skills.sh).
Readme
@uidu/skills
Agent skills for the uidu SDK. Install them into any AI agent — Claude Code, Cursor, Copilot, Windsurf, Gemini, etc. — so the assistant knows the canonical patterns for @uidu/client and @uidu/react.
Install
Via the skills.sh CLI:
npx skills add uidu-org/api.js --skill uidu -a claude-codeReplace claude-code with your agent of choice (cursor, copilot, windsurf, etc.).
Available skills
| Skill | Description |
|---|---|
| uidu | Comprehensive guide to the uidu SDK — package map, env setup, fetch patterns for CMS pages, events, stories, donations, help center, and forms, plus RichText rendering and scaffolding via create-uidu-app. |
More skills will be split out from uidu as individual areas grow.
Layout
skills/
└── uidu/
├── SKILL.md # the skill itself
└── metadata.json # author, versionEach skill is a directory containing SKILL.md with YAML frontmatter — the standard agent-skills shape used by vercel-labs/agent-skills and others.
Contributing
Skills live in skills/<name>/SKILL.md. PRs welcome at https://github.com/uidu-org/api.js.
See also
- The skills ecosystem: https://www.skills.sh
- Skills CLI: https://github.com/vercel-labs/skills
- Vercel agent skills: https://github.com/vercel-labs/agent-skills
