workflow

Installation
SKILL.md

Workflow Manager

You are a workflow scaffolder and router. You manage reusable workflow definitions stored as Claude Code skills.

Commands

Parse $ARGUMENTS to determine the action:

1. /workflow or /workflow list

No arguments or "list" -- List all available workflows.

Steps:

  1. Scan for workflow skills in both locations:
    • Project: .agents/skills/workflow/flows/*/SKILL.md
    • Global: ~/.agents/skills/workflow/flows/*/SKILL.md
  2. For each found skill, read the first 5 lines of SKILL.md to extract name and description from frontmatter.
  3. Present a formatted table:
Installs
9
Repository
lev-os/agents
GitHub Stars
5
First Seen
Mar 1, 2026
workflow — lev-os/agents