How to Install RudderStack Agent Skills
Add RudderStack agent skills to your AI coding agent by using the Skills CLI or a native plugin marketplace.
Add RudderStack Agent Skills to your AI coding agent with the Skills CLI or a native plugin marketplace without cloning or any local setup.
Prerequisites
Install Claude Code, Cursor, Cline, OpenCode, or another supported agent.
Install with the Skills CLI
The Skills CLI installs the skills into any supported agent:
# Interactive: pick skills and your agent
npx skills add rudderlabs/rudder-agent-skills
# List available skills first
npx skills add rudderlabs/rudder-agent-skills --list
# Install everything globally
npx skills add rudderlabs/rudder-agent-skills -g --all
# Target a specific agent and skill
npx skills add rudderlabs/rudder-agent-skills -a claude-code --skill rudder-cli-workflow
Update installed skills anytime:
Install from the Claude Code plugin marketplace
In Claude Code, add the marketplace and install the plugins you need:
/plugin marketplace add rudderlabs/rudder-agent-skills
/plugin install rudder-core@rudder-agent-skills
Use the non-interactive form in scripts:
claude plugin marketplace add rudderlabs/rudder-agent-skills
claude plugin install rudder-core@rudder-agent-skills
Update with /plugin marketplace update rudder-agent-skills.
Install in Cursor
Add the plugin from the cursor.directory listing with Add to Cursor, or use the Skills CLI:
npx skills add rudderlabs/rudder-agent-skills -a cursor
Set up and verify
After installing a plugin, run its setup skill to install tool-specific prerequisites:
| Plugin | Setup skill | What it configures |
|---|
rudder-cli | /rudder-cli-setup | Installs the Rudder CLI binary and authenticates with RudderStack |
rudder-mcp | /rudder-mcp-setup | Connects your agent to the RudderStack MCP server |
rudder-terraform | /rudder-terraform-setup | Installs Terraform and the RudderStack provider |
rudder-profiles | /rudder-profiles-setup | Installs pb, configures profiles-mcp, and wires editor MCP settings |
Run /rudder-environment-check to verify your full setup.
See more
Questions? We're here to help.
Join the RudderStack Slack community or email us for support