# Agent Workflows

> Use when prototyping, authoring agent skills, or asking the agent to zoom out and map unfamiliar code before acting.

- Skill: `bnema/agent-workflows` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add bnema/agent-workflows`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bnema/agent-workflows/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: bnema (https://skillmd.com/u/bnema)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bnema/agent-workflows

---


# Agent Workflows Router

Load only the matching sub-skill:

| Trigger | Read |
|---|---|
| prototype this, sanity-check a data model or state machine, mock up UI options, let me play with it | `agent-workflows/subskills/prototype/SKILL.md` |
| create, write, edit, or structure an agent skill | `agent-workflows/subskills/write-a-skill/SKILL.md` |
| zoom out, explain a code area at a higher level, map relevant modules and callers | `agent-workflows/subskills/zoom-out/SKILL.md` |

