Workflow
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
Steps
- First, initialize the system
- Then process the data
- Finally, validate results