Test Skill

A test skill with a mermaid diagram showing workflow

tupe12334 b3562a0 456 B Updated

File contents

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

  1. First, initialize the system
  2. Then process the data
  3. Finally, validate results

tupe12334/tools-view/tree/main/examples/.claude/skills/test-skill commit b3562a00dc

Frequently asked questions

npx skillmds@latest add tupe12334/test-skill