Stats
Actions
Tags
From preset-mcp-skills
Use Superset MCP health, instance, list, detail, schema, and chart-type discovery tools. Use only for MCP tool workflows; do not use for direct API work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/preset-mcp-skills:preset-mcp-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use for MCP metadata discovery that does not require result data or persistent changes.
Use for MCP metadata discovery that does not require result data or persistent changes.
preset-mcp for surface routing if there is any MCP/API ambiguity.health_check for basic service availability.get_instance_info for workspace/instance overview.list_* tools to find IDs before get_*_info tools.get_schema for valid filter/sort/select fields.get_chart_type_schema before creating or updating complex chart configs.health_check for service availability or MCP health questions.get_instance_info for workspace or instance overview.get_schema when valid fields, filters, sort keys, or request shape are needed.preset-mcp-data for result rows, chart data, previews, or rendered SQL.npx claudepluginhub preset-io/agent-skills --plugin preset-mcp-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.