A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A community-curated collection of real-world Claude Code Dynamic Workflows — multi-agent orchestration scripts that inst
A community-curated list of real-world Dynamic Workflows in Claude Code — shared by the people who actually run them in production.
Browse workflows · Install one · Contribute yours
New to the feature? See the official docs and the launch post. This list isn't a tutorial — it's a directory of battle-tested examples.
Claude Code auto-discovers any workflow file dropped into ~/.claude/workflows/ (user scope, every
project) or ./.claude/workflows/ (project scope). Each one becomes a /<name> slash command — no
plugin, manifest, or registration needed.
Install with one command (installs into ~/.claude/workflows/):
# no clone needed — install a single workflow by name
curl -fsSL https://raw.githubusercontent.com/lxcong/awesome-claude-dynamic-workflows/main/install.sh | bash -s -- <name>
Or from a clone:
git clone https://github.com/lxcong/awesome-claude-dynamic-workflows.git
cd awesome-claude-dynamic-workflows
./install.sh # install all workflows (user scope)
./install.sh <name> # just one
./install.sh --project <name> # into ./.claude/workflows/ instead
Then, in Claude Code:
/<name> ...
or run /workflows to browse. (Manual alternative: copy any
workflows/<name>/<name>.workflow.js to ~/.claude/workflows/<name>.js yourself.)
Prerequisites: Claude Code v2.1.154+, a paid plan, and Dynamic workflows enabled in
/config. The first run asks you to approve the plan — pick "don't ask again" to skip it next
time. Workflows can use many tokens; start scoped.
🌱 This list is just getting started. Our first showcase, TradingFlow, grew big enough to graduate into its own repo. The categories below are the scenarios we want to fill next. Run a workflow on a real problem? Add it — that's the whole point of this repo.
This repo lives on your contributions. If you've built a workflow that solved a real problem, share it so others can learn from a working example.
See CONTRIBUTING.md. In short — add one entry to the right use-case section:
- [Name](link) — One-line description of the problem it solves. *By [@you](https://github.com/you)*
Prefer workflows you've actually run, and note the rough token cost / plan if you can.
MIT © 2026 lxcong and contributors. Curated entries remain under their respective owners' licenses.
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Pocket Flow: Codebase to Tutorial
A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)