Skip to content
Development
Skill

/preset-roles-permissions

Review Preset role, workspace membership, permission, access-control, DAR/RLS-adjacent, and effective-access changes through direct API calls. 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-roles-permissions --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-roles-permissions

Context preview

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

Review Preset role, workspace membership, permission, access-control, DAR/RLS-adjacent, and effective-access changes through direct API calls. Use only for direct API workflows; Do not use for MCP-only work.

SKILL.md

preset-roles-permissions.SKILL.md
name: preset-roles-permissions
description: Review Preset role, workspace membership, permission, access-control, DAR/RLS-adjacent, and effective-access changes through direct API calls. Use only for direct API workflows; Do not use for MCP-only work.

preset-roles-permissions

Use as the approval and access-review gate for permission-sensitive workflows.

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.
  • Use this skill alongside `preset-admin` role identifier and membership references for Management API role work.
  • Use `preset-superset` for workspace current-user roles, permissions, and OpenAPI availability.
  • Treat role and permission changes as `permission_write`.
  • Do not guess role IDs or custom role identifiers.
  • Do not use internal `/api-internal/*`, billing, SCIM, broad Superset security manager, or unsupported permission APIs from this skill; defer to `references/role-permission-changes.md`.
  • Require confirmation of target principal, current access, new access, seat impact, and rollback path.

Decision Rules

  • Classify role and permission changes as access mutations.
  • Resolve role identifiers before effect summary.
  • Require approval with target and effect.
  • Avoid applying role or permission changes until approval is explicit.

Workflow Order

1. Inspect membership roles and permissions. 2. Resolve target and role identifiers. 3. Summarize access effect, seat impact, and rollback path. 4. Stop before role or permission change.

Retrieve

  • Role/permission mutation guidance and approval checks: [references/role-permission-changes.md](references/role-permission-changes.md)
  • Approval policy: load `preset-api` and then `references/safety-policy.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.