Install
The
skills CLI is maintained by Vercel Labs. See the skills.sh
documentation for more details.Verify
userplane-agent in the output.
What Agent Skills do
Agent Skills are modular capabilities that extend AI agents with domain-specific context. They use a three-level loading system that keeps costs low while making the right knowledge available when needed:| Level | When loaded | What’s included |
|---|---|---|
| Metadata | Always (at startup) | Skill name and description — minimal overhead |
| Instructions | When triggered by your query | Full instructions from the Skill |
| Resources | As needed | Bundled files, scripts, and references |
Which AI agents support skills?
Skills work with popular AI coding agents including Claude Code, Cursor, Windsurf, and others. Check each skill’s documentation for specific compatibility information.Related articles
- Claude Code Plugin — the full plugin with skills, commands, subagents, and MCP servers.
- Documentation MCP — connect AI tools to Userplane documentation via MCP.
- Userplane MCP — connect AI agents to your workspace for debugging and root cause analysis.
- Installation — install the Userplane SDK in your app.