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