Skip to main content
Userplane publishes an Agent Skills package that gives AI agents built-in knowledge of Userplane’s APIs, SDKs, and workflows. Once installed, agents load the relevant context automatically — no manual prompting required.

Install

npx skills add wizenheimer/userplane-agent-skills
The skills CLI is maintained by Vercel Labs. See the skills.sh documentation for more details.

Verify

npx skills list
You should see userplane-agent-skills 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:
LevelWhen loadedWhat’s included
MetadataAlways (at startup)Skill name and description — minimal overhead
InstructionsWhen triggered by your queryFull instructions from the Skill
ResourcesAs neededBundled files, scripts, and references
The agent only loads what’s relevant to your current task.

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.