/skill:list
Display installed skills and recommended skills from the skills.sh marketplace based on your project's tech stack.
Quick Start
/agileflow:skill:listShows installed skills and top marketplace recommendations.
What It Does
- Lists installed skills from
.claude/skills/with metadata - Detects your tech stack from project files
- Recommends matching skills from the curated catalog
- Provides install commands for one-click installation
Parameters
This command has no parameters.
/agileflow:skill:listOutput Format
Installed Skills
Installed Skills (2 total)
python-fastapi - FastAPI REST API patterns with validation
Files: SKILL.md, references.md, cookbook/crud.md
react-hooks - Custom React hooks and best practices
Files: SKILL.md, references.md
Marketplace Recommendations
Recommended for Your Stack
Detected: React, TypeScript, Tailwind, Prisma, Jest
Frontend:
next-best-practices (95% match) - Next.js App Router and data fetching
Install: npx skills add vercel/next-skills
Database:
prisma-orm (85% match) - Prisma schema design and queries
Install: npx skills add mcpmarket/skills
No Skills Installed
No skills installed yet.
Install from the marketplace: npx skills add owner/repo
Or browse recommendations: /agileflow:skill:recommend
Next Actions
After listing, choose from:
- Get more recommendations - Run
/agileflow:skill:recommendfor full results - Browse marketplace - Run
npx skills findfor all available skills - Done - Exit
Installing Skills
Copy the install command from the output:
npx skills add vercel/next-skills
Or browse and search the marketplace:
npx skills search react npx skills find
Skill Structure
Each installed skill contains:
.claude/skills/<skill-name>/
├── SKILL.md # Main skill file (required)
├── references.md # Documentation links (recommended)
└── cookbook/ # Use-case workflows (optional)
├── use-case-1.md
└── use-case-2.md
Related Commands
/skill:recommend- Full recommendation engine with detailed matching