another-skill
星标1
分支0
更新时间2026年4月26日 11:47
Demonstrates skill references in mermaid diagrams
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Demonstrates skill references in mermaid diagrams
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Another Skill |
| description | Demonstrates skill references in mermaid diagrams |
| allowed-tools | Bash |
This skill calls /test-skill to do the actual work. Notice how the mermaid diagram below references test-skill by its ID - toolsview will highlight it with a green color to show it's a known skill in the graph.
graph LR
A[Input] --> test-skill["Execute test-skill"]
test-skill --> C[Output]
C --> D[Complete]