test-skill
スター1
フォーク0
更新日2026年4月26日 11:47
A test skill with a mermaid diagram showing workflow
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
A test skill with a mermaid diagram showing workflow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | Test Skill |
| description | A test skill with a mermaid diagram showing workflow |
| allowed-tools | Bash, Read |
This skill demonstrates how to include mermaid diagrams in skill documentation. The diagram shows a typical decision flow.
graph TD
A[Start] --> B[Process Data]
B --> C{Decision}
C -->|Yes| D[Success]
C -->|No| E[Retry]
E --> B