Help us improve
Share bugs, ideas, or general feedback.
From skills-toolkit
Lists Claude Code skills from personal, project, and shared scopes in an organized tree structure with counts, names, categories, and descriptions. Supports --all and scope-specific flags.
npx claudepluginhub youngleadersdottech/young-leaders-tech-marketplace --plugin skills-toolkitHow this command is triggered — by the user, by Claude, or both
Slash command
/skills-toolkit:list-skillsThe summary Claude sees in its command listing — used to decide when to auto-load this command
List all available Claude Code skills with clear scope organization. **Steps:** 1. Check for personal skills in `~/.claude/skills/personal/` 2. Check for project skills in `.claude/skills/projects/` 3. Check for shared skills in `.claude/skills/shared/` 4. Display organized tree structure with skill metadata 5. Show skill name, category, and description for each **Output Format:** **Note:** This command executes directly without invoking an agent. Use `--all` flag to show all scopes, or specify scope with `--personal`, `--project`, or `--shared`.
/skillsDynamically discovers all Groundwork skills from SKILL.md files, categorizes by keywords, and displays organized markdown tables with names and descriptions.
/skillsDiscovers and recommends relevant skills from 410+ library by analyzing project files, conversation context, and optional [category|search-term]. Outputs project-specific suggestions and categories.
/fire-skillManages skills: create interactively/quick/from-session/summary, import from URL/file/marketplace, test/validate, list/filter, stats, export, browse, upgrade.
/skillsManages Conductor skills: lists available with status, shows details, enables or disables for current project via Python CLI or file ops.
/f5-skillManages F5 knowledge skills: list, load, create, or run by name for tech stacks like NestJS and React, core skills like TDD and security, and domains.
/suggest-skillsSuggests new skills to create by analyzing project context for gaps in technologies, workflows, and common practices. Reports skill name, purpose, usefulness, complexity, and similar skills.
Share bugs, ideas, or general feedback.
List all available Claude Code skills with clear scope organization.
Steps:
~/.claude/skills/personal/.claude/skills/projects/.claude/skills/shared/Output Format:
Personal Skills (count):
└── skill-name/ (category) - Brief description
Project Skills (count):
└── project-name/
└── skill-name/ (category) - Brief description
Shared Skills (count):
└── category/
└── skill-name/ - Brief description
Note: This command executes directly without invoking an agent. Use --all flag to show all scopes, or specify scope with --personal, --project, or --shared.