← スキル一覧に戻る

skill-list
by lvzhengbin
AI Prompts for work
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: skill-list description: 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.
Skill List
Scan and list all available skills from the project's AGENTS.md configuration file.
Workflow
-
Run the scan script to extract skills from
AGENTS.md:python3 .claude/skills/skill-list/scripts/scan_skills.py -
Parse the output between
SKILL_LIST_OUTPUT_STARTandSKILL_LIST_OUTPUT_ENDmarkers. -
Display results to user in a friendly format:
- Show the skills summary table
- Highlight the command column (
/command-name) - Remind user: "使用对应的 command 命令来触发技能"
-
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: ParsesAGENTS.mdand extracts skill informationassets/skill_list.md: Generated Markdown output file
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です