Skip to main content

list

List all installed skills in the source directory.

skillshare list              # Compact view
skillshare list --verbose # Detailed view

list demo

Example Output

Compact View

Installed skills
→ my-skill local
→ commit-commands github.com/user/skills
→ _team-skills:review tracked: _team-skills

Tracked repositories
✓ _team-skills 3 skills, up-to-date

Verbose View

skillshare list --verbose
Installed skills
my-skill
Source: (local - no metadata)

commit-commands
Source: github.com/user/skills
Type: github
Installed: 2026-01-15

_team-skills:review
Tracked repo: _team-skills
Source: github.com/team/skills
Type: github
Installed: 2026-01-10

Tracked repositories
✓ _team-skills 3 skills, up-to-date
! _other-repo 5 skills, has changes

Options

FlagDescription
--verbose, -vShow detailed information (source, type, install date)
--help, -hShow help

Understanding the Output

Skill Sources

LabelMeaning
localCreated locally, no metadata
github.com/...Installed from GitHub
tracked: <repo>Part of a tracked repository

Repository Status

IconMeaning
Up-to-date, no local changes
!Has uncommitted changes