Use this skill when the user asks to query Shadmin admin platform resources
(users, roles, menus, registered API resources) from a terminal — for example
"list shadmin users", "show shadmin role detail", "dump shadmin menu tree",
"what API endpoints does shadmin expose". The skill calls the `shadmin-cli`
binary, which wraps the Shadmin REST API and inherits the logged-in user's
RBAC permissions. Do NOT use this skill for write operations (create / update
/ delete) — the MVP exposes read-only commands only.
2026-04-24