Thanks for wanting to contribute! This list curates workflow recipes — patterns that combine hooks, MCP servers, skills, agents, and CLAUDE.md to automate real tasks.
A workflow is a recipe that combines multiple Claude Code primitives to accomplish a task. It should include:
- What the workflow does (the outcome)
- What components it uses (hooks, skills, MCP servers, agents, CLAUDE.md)
- How to set it up (install commands, config)
- A link to the source (GitHub repo, blog post, or gist)
A single skill or a single hook is NOT a workflow. See awesome-claude-code-hooks for hooks and awesome-claude-skills for skills.
- Fork this repo
- Add your workflow to the appropriate section in README.md
- Follow the format:
- [Name](url) - Description of what the workflow does and what it combines. - One workflow per PR
- Submit a PR
- The workflow must be something you have actually used or thoroughly evaluated
- It must combine at least 2 Claude Code primitives (e.g., hook + skill, MCP + agent)
- It must be actively maintained (last commit < 6 months)
- Description must start with capital letter and end with period
- [Workflow Name](https://github.com/user/repo) - What it does, combining X + Y + Z.