# Test Skill

> A test skill with a mermaid diagram showing workflow

- Skill: `tupe12334/test-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tupe12334/test-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tupe12334/test-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tupe12334 (https://skillmd.com/u/tupe12334)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tupe12334/test-skill

---


## Workflow

This skill demonstrates how to include mermaid diagrams in skill documentation. The diagram shows a typical decision flow.

```mermaid
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

