How skills load
The agent only loads what’s relevant. Multiple skills load in parallel when a task spans topics.
Framework integration skills
Each skill covers the full integration: CDN quick start, npm SDK, URL parameter preservation, sensitive data, metadata, SSR safety, environment variables, and troubleshooting.
SDK and reference skills
Workflow skills
Example prompts
Framework detection
The/userplane:integrate and /userplane:audit commands auto-detect the framework by reading package.json.
Compatibility
Skills follow the open Agent Skills standard. They work with Claude Code (via plugin), Cursor, Windsurf, and any agent that supports the standard.Claude Code users usually start with slash commands. Cursor
users can use Cursor workflow commands. Codex users can invoke
the workflow skills directly with
$userplane-*.Related articles
- Commands — the slash commands that use these skills.
- Subagents — how each subagent loads skills.
- Codex Workflows — direct workflow skill usage in Codex.
- Cursor Workflows — slash commands that use the same workflows in Cursor.
- Agent Skills — install skills via the Skills CLI for other agents.
- Framework Guides — human-readable integration guides.