AgileFlow

/skill:list

PreviousNext

List installed skills and browse marketplace recommendations

/skill:list

Display installed skills and recommended skills from the skills.sh marketplace based on your project's tech stack.

Quick Start

/agileflow:skill:list

Shows installed skills and top marketplace recommendations.

What It Does

  1. Lists installed skills from .claude/skills/ with metadata
  2. Detects your tech stack from project files
  3. Recommends matching skills from the curated catalog
  4. Provides install commands for one-click installation

Parameters

This command has no parameters.

/agileflow:skill:list

Output 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:recommend for full results
  • Browse marketplace - Run npx skills find for 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
  • /skill:recommend - Full recommendation engine with detailed matching