skillpm list
List all skills installed in the current environment.
Usage
skillpm listFlags
| Flag | Default | Description |
|---|---|---|
| --scope | all | Filter by scope: global, shared, or project |
| --json | — | Output as JSON |
Examples
# List all installed skills
skillpm list
# List only project skills
skillpm list --scope project
# Machine-readable output
skillpm list --jsonExample output
Global skills (2):
forensics-agent 1.2.0 Verified score: 94
pr-reviewer 0.9.1 Community score: 81
Project skills (1):
test-generator 2.0.0 Community score: 87