# Workflows

> List the user's documented workflows in ~/.mdx/workflows/. Use when the user asks "what workflows do I have?", "list my workflows", "show workflows", "/workflows", or otherwise wants to see what reusable orchestration patterns are on disk.

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

---


List the workflow docs the user has captured.

Run:

```bash
ls -1 ~/.mdx/workflows/ 2>/dev/null
```

If the directory is empty or missing, say so in one line. Otherwise, present each filename without the `.md` extension as a bullet list. Do not read the file contents unless the user asks for a specific workflow.

