Official Superset agent skills — orchestrate parallel coding agents via the CLI and MCP server. Install: npx skills add superset-sh/skills
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"skills": {
"command": "npx",
"args": [
"-y",
"superset-sh/skills"
]
}
}
}
Run in terminal:
claude mcp add skills npx -y superset-sh/skills
Add to .cursor/mcp.json:
{
"mcpServers": {
"skills": {
"command": "npx",
"args": [
"-y",
"superset-sh/skills"
]
}
}
}