Usage
Description
Thelist command displays all installed skills, showing their canonical paths and which agents they’re linked to. Similar to npm ls, it provides an overview of your skill installations.
Skills are grouped by plugin name (if available) for better organization.
Options
List global skills from
~/<agent>/skills/ instead of project-scoped skills.Default: false (lists project skills)Filter skills by specific agents. Only shows skills installed for the specified agents.Examples:
-a claude-code-a claude-code -a cursor
claude-code, opencode, cursor, codex, cline, etc.Examples
Output Example
Output Format
For each skill, the output shows:Canonical Path
The primary location where the skill is stored. Shortened for readability:
~for home directory.for current directory
Skill Grouping
Skills are automatically grouped by their plugin name (from the lock file):- Plugin Groups: Skills with a
pluginNameare grouped together (e.g., “Design”, “Development”) - General: Skills without a plugin name appear in the “General” group
- Alphabetical: Groups are sorted alphabetically
Understanding Scope
Project Skills (Default)
Skills installed in the current project directory:- Located in
./<agent>/skills/or.agents/skills/ - Committed with your project (if in version control)
- Shared with team members
- Only available in this project
Global Skills
Skills installed in your home directory:- Located in
~/<agent>/skills/or~/.agents/skills/ - Available across all projects
- User-specific (not committed to version control)
- Persist after project deletion
Alias
The following alias is available:skills ls→skills list
Exit Codes
| Code | Description |
|---|---|
0 | Success |
1 | Invalid agent names provided |
Related Commands
skills add- Install new skillsskills remove- Remove installed skillsskills find- Search for skills to installskills check- Check for skill updates