id
Installation
SKILL.md
id - Enhanced User Identity
The id module provides a more readable and colorful alternative to the standard id command, showing user and group IDs along with memberships in a structured key-value format.
When to Activate
- When the user wants to view their own or another user's identity info (UID, GID).
- When a script needs to retrieve just the numeric UID or GID.
- When performing manual verification of group memberships.
Core Principles & Rules
- Readability: Automatically provides colorful output in TTY sessions.
- Script-Friendly: Use
uid_orgid_subcommands to store results directly in variables for automation. - Native Fallback: Reverts to standard behavior for unknown options.