Skip to content
Development
Skill

/preset-workspaces

Discover Preset teams and workspaces through direct Management API calls, including workspace lookup, hostnames, health/status, and read-only memberships. Use only for direct API workflows; Do not use for MCP-only work.

From plugin
preset-io-agent-skills
1228 skills
Install
$ npx -y skills add preset-io/agent-skills --skill preset-workspaces --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/preset-workspaces

Context preview

The summary Claude sees to decide when to auto-load this skill.

Discover Preset teams and workspaces through direct Management API calls, including workspace lookup, hostnames, health/status, and read-only memberships. Use only for direct API workflows; Do not use for MCP-only work.

SKILL.md

preset-workspaces.SKILL.md
name: preset-workspaces
description: Discover Preset teams and workspaces through direct Management API calls, including workspace lookup, hostnames, health/status, and read-only memberships. Use only for direct API workflows; Do not use for MCP-only work.

preset-workspaces

Use for read-only team, workspace, hostname, health, and workspace membership discovery.

Always

  • Auth and conventions come from `preset-api` (JWT exchange, base URLs, Rison); resolve the workspace hostname through the Management API when it is not already known.
  • Resolve workspace hostnames from Management API responses; never assume or hard-code them.
  • Keep this skill read-only.
  • Route team membership mutations, invites, roles, seat-limit checks, audit logs, and workspace lifecycle work to `preset-admin`.

Decision Rules

  • Treat Management API team/workspace discovery as read-only.
  • Distinguish membership listing from access change.
  • Use discovered workspace hostname and status.
  • Avoid changing access.

Workflow Order

1. List teams and workspaces. 2. Resolve workspace hostname and status. 3. Describe membership boundaries. 4. Stop before access changes.

Retrieve

  • Team/workspace listing, lookup, hostname resolution, health: [references/discovery.md](references/discovery.md)
  • Workspace membership listing: [references/membership.md](references/membership.md)
  • API conventions and environment base URLs: load `preset-api` and then `references/api-conventions.md`.
Read more
Ships withpreset-io-agent-skills

Agent guidance for working with Preset, Apache Superset, and Superset MCP tools. The skills work across Claude, OpenAI Codex, Cursor, GitHub Copilot, Snowflake Cortex Code CLI, and Gemini CLI from a single source.

Get the whole plugin
Stats
12
Stars
1
Forks
Active
Maintenance
Shell
Language
Apache-2.0
License
10d ago
Last commit
3mo ago
Created

Repo: preset-io/agent-skills

Other skills on preset-io-agent-skills.