| name | skills:list |
| description | Show current skill outfit (core + pluggable status), character costs, and operation history. Use when user asks "what skills are on", "show my skills", "skill cost", "skill history". |
| allowed-tools | ["Bash(bun:*)"] |
/skills:list — View Skill Outfit
Read-only views of the skill system state.
Commands
Show outfit (default)
bun x @jasonkuhrt/shan skills list
Shows:
- Core skills (user + project)
- Pluggable on skills with scope, own cost, and dependency-closure cost
- Pluggable off skills (available in library)
- Total budget usage
- ASCII dependency graph with shared-node markers
Show history
bun x @jasonkuhrt/shan skills history [--scope user]
Shows the operation log: what was turned on/off and when.
Output Interpretation
- Core (user/project): Real directories that shan never touches. Always active.
- Pluggable (on): Symlinks from outfit → library. Managed by shan.
[user] = in ~/.claude/skills/
[project] = in .claude/skills/
- Pluggable (off): In the library but not currently equipped.
- Budget: Approximate character cost of all model-visible skills.
own=<n>: Approximate cost of the skill's own frontmatter.
deps=<n>: Deduped transitive dependency-closure cost excluding the skill itself.
- Dependency graph: Active dependency graph rendered as ASCII.