skills/smithery.ai/skill-list

skill-list

Installation
SKILL.md

Skill List

Scan and list all available skills from the project's AGENTS.md configuration file.

Workflow

  1. Run the scan script to extract skills from AGENTS.md:

    python3 .claude/skills/skill-list/scripts/scan_skills.py
    
  2. Parse the output between SKILL_LIST_OUTPUT_START and SKILL_LIST_OUTPUT_END markers.

  3. Display results to user in a friendly format:

    • Show the skills summary table
    • Highlight the command column (/command-name)
    • Remind user: "使用对应的 command 命令来触发技能"
  4. Confirm file output: If content changed, Markdown document is saved to assets/skill_list.md. If no changes detected, file update is skipped.

Installs
1
First Seen
Apr 27, 2026
skill-list from smithery.ai