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]