Skip to content

feat: add skills list command to show installed skills#76

Merged
huozhi merged 5 commits intovercel-labs:mainfrom
ibrahimhajjaj:feature/list-installed-skills
Jan 28, 2026
Merged

feat: add skills list command to show installed skills#76
huozhi merged 5 commits intovercel-labs:mainfrom
ibrahimhajjaj:feature/list-installed-skills

Conversation

@ibrahimhajjaj
Copy link
Contributor

@ibrahimhajjaj ibrahimhajjaj commented Jan 22, 2026

Summary

  • Add skills list command (alias: ls) to display installed skills, similar to npm ls
  • Shows both project and global skills with metadata (name, description, path, linked agents)
  • Supports filtering by scope (-g for global only) and agents (-a claude-code)

Usage

npx skills list          # List all installed skills
npx skills ls            # Shortcut
npx skills ls -g         # Global skills only
npx skills ls -a claude-code cursor  # Filter by agents

Output

Show local skills skills ls

Project Skills

next-best-practices ~/workspace/repros/mini/.agents/skills/next-best-practices
  Agents: Amp, Claude Code, Codex, Kimi Code CLI

Show global skills skills list -g

Global Skills

find-skills ~/.agents/skills/find-skills
  Agents: Amp, Antigravity, Claude Code, Moltbot, Cline +23 more

@ibrahimhajjaj ibrahimhajjaj marked this pull request as draft January 22, 2026 09:00
@ibrahimhajjaj ibrahimhajjaj marked this pull request as ready for review January 22, 2026 09:07
@huozhi huozhi force-pushed the feature/list-installed-skills branch from c519425 to 04885ae Compare January 28, 2026 13:47
@huozhi huozhi changed the title feat: add --list-installed command to list installed skills feat: add skills list command to show installed skills Jan 28, 2026
@huozhi huozhi requested review from huozhi and quuu January 28, 2026 13:54
@huozhi huozhi merged commit 4bb20e7 into vercel-labs:main Jan 28, 2026
1 check passed
@huozhi
Copy link
Member

huozhi commented Jan 28, 2026

Thanks for the contribution, I repurposed the --list-installed to a more general list cmd which can show you all the installed skills from either global or local. LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants