list-skills
v1.0.0
Published
CLI tool to list all Claude Code skills from project and user directories
Maintainers
Readme
list-skills
CLI tool to list all Claude Code skills from project and user directories.
Installation
npm install -g list-skillsUsage
list-skillsRun from any directory to list all available Claude Code skills:
- Project Skills -
.claude/skills/in the current git repository - Project AgentUse Skills -
.agentuse/skills/in the current git repository - User Skills -
~/.claude/skills/ - User AgentUse Skills -
~/.agentuse/skills/ - Enabled Plugins - Skills from enabled Claude Code plugins
Output
┌─ Project Skills (.claude/skills) (3) ─┐
skill-name
Description of what this skill does
another-skill
Another skill description
────────────────────────────────────────
Total: 42 skillsSkill File Format
Skills are discovered by looking for SKILL.md files with frontmatter:
---
name: my-skill
description: A brief description of what this skill does
---
# My Skill
Full skill content here...License
MIT
