smithery.ai

skill-list

List all available skills configured in AGENTS.md. Scan and display skills with their names, descriptions, and trigger commands. Triggers when user mentions "列出技能", "list skills", "可用技能", "show skills", "技能列表", or uses command /skill-list.

First seen Apr 27, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,494 B
  • docs SUMMARY.md 281 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

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:

``bash python3 .claude/skills/skill-list/scripts/scan_skills.py ``

  1. Parse the output between SKILLLISTOUTPUTSTART and SKILLLISTOUTPUTEND markers.
  1. Display results to user in a friendly format:

- Show the skills summary table - Highlight the command column (/command-name) - Remind user: "使用对应的 command 命令来触发技能"

  1. Confirm file output: If content changed, Markdown document is saved to assets/skill_list.md. If no changes detected, file update is skipped.

Output Format

Display to user like this:

## 📋 可用技能列表

| 技能名称 | 触发命令 | 说明 |
| :--- | :--- | :--- |
| skill-name | `/command` | Description... |

💡 **提示**: 使用上表中的「触发命令」来激活对应的技能。例如输入 `/skill-create` 来创建新技能。

Bundled Resources

  • scripts/scan_skills.py: Parses AGENTS.md and extracts skill information
  • assets/skill_list.md: Generated Markdown output file