Skip to content

ithiria894/awesome-claude-code-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Claude Code Workflows Awesome

Curated workflow recipes that combine hooks, MCP servers, skills, agents, and CLAUDE.md to automate real development tasks in Claude Code.

A workflow is more than a single tool — it's a recipe that chains multiple Claude Code primitives together. Think of this as a cookbook, not a tool catalog.

Looking for individual components? See awesome-claude-code for tools, awesome-claude-skills for skills, and awesome-claude-code-hooks for hooks.

Contents


Virtual Engineering Teams

Workflow systems that simulate an entire engineering team with specialized agents.

  • gstack - Virtual engineering team with 25 skills — CEO review, design review, eng review, QA, ship, canary deploy, freeze/guard safety hooks, and browser-based testing. The gold standard for "skills + hooks + CLAUDE.md as a startup engineering org."
  • Superpowers - Composable plugin with auto-triggering skills for TDD, brainstorming, plan-then-execute, subagent-driven development, parallel agent dispatch, and code review loops. Includes hooks for session-start and verification gates. 20K stars.
  • Solopreneur Plugin - Turns Claude into a virtual company with 6 agents, 16 skills, 1 hooks.json, 2 .mcp.json configs, and a CLAUDE.md. Full product lifecycle: discover → spec → backlog → design → build → review → ship. Includes decision journal and observer protocol. Codex-verified counts.
  • OneRedOak/claude-code-workflows - Battle-tested workflows from an AI-native startup's heavy daily Claude Code usage since launch. 3,734 stars.
  • claude-forge - oh-my-zsh-inspired plugin framework with 11 AI agents, 36 commands, 15 skills, and 6-layer security hooks. 593 stars.

Plan-Build-Review Pipelines

Workflows that structure the development cycle into distinct planning, building, and review phases.

  • gstack autoplan - Auto-chains CEO review → design review → eng review into a single pipeline. Each review phase has its own checklist and acceptance criteria. Found in /autoplan/SKILL.md.
  • Superpowers plan-execute - Two-phase workflow: /write-plan creates a structured plan, /execute-plan implements it step by step with verification gates between steps.
  • Spec-Flow - Turn product ideas into production launches with spec-driven development, repeatable workflows with quality gates, token budgets, and auditable artifacts. 73 stars.
  • Solopreneur sprint - Parallel feature building with isolated git branches per feature, auto git checkpointing after every skill completion, and agent team kickoff meetings where agents debate approach.
  • gmickel-claude-marketplace - Plan-first workflows (Flow-Next), Ralph autonomous mode for overnight coding, multi-model review gates, re-anchoring to prevent drift, receipt-based gating. 548 stars.
  • shinpr/claude-code-workflows - Production-ready dev workflows with specialized AI agents. Includes frontend plugin with React-specific agents (component architecture, Testing Library, TypeScript-first quality checks) and UI Spec generation.

Multi-Agent Orchestration

Workflows that coordinate multiple AI agents working in parallel or sequence.

  • ruflo - Agent orchestration platform for deploying multi-agent swarms with distributed intelligence, RAG integration, and native Claude Code/Codex integration. 22,810 stars.
  • multi-agent-shogun - Samurai-inspired multi-agent system orchestrating parallel AI tasks via tmux with shogun → karo → ashigaru hierarchy. 1,096 stars.
  • Superpowers parallel dispatch - Dispatch multiple subagents in parallel, each working on independent subtasks. Includes patterns for collecting results and merging.
  • Founder OS queue system - Queue-based task processing where agents pick up work items autonomously: /queue:add/queue:work/founder:review. Includes dependency management and blocked_by ordering.
  • Everything Claude Code orchestrate - Multi-agent orchestration command that coordinates agents across different roles. Found in commands/orchestrate.md.
  • catlog22/Claude-Code-Workflow - JSON-driven multi-agent cadence-team development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture. 1,555 stars.
  • agent-council - Multi-agent collaboration plugin orchestrating multiple AI agents (Codex CLI, Gemini CLI) for diverse perspectives on the same task. 118 stars.
  • Solopreneur kickoff - Agent team meetings where 6 specialist agents debate approach before building.
  • wshobson/agents - Intelligent automation and multi-agent orchestration for Claude Code with specialized agent roles and coordinated task execution.

Context and Memory Management

Workflows for managing Claude Code's context window, memory persistence, and session continuity.

  • claude-mem - Plugin that auto-captures everything Claude does, compresses it with AI via Agent SDK, and injects relevant context back into future sessions. 39,615 stars.
  • Continuous Claude v3 - Context management via hooks that maintain state through ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows. 3,619 stars.
  • arscontexta - Plugin that generates individualized knowledge systems from conversation — you describe how you think, and get a complete second brain as markdown files. 2,824 stars.
  • Claude Code Development Kit - Handle context at scale with custom workflows combining hooks, MCP, and sub-agents working together. 1,330 stars.
  • runesleo/claude-code-workflow - Battle-tested template for memory management, context engineering, and task routing from 3 months of daily usage. 521 stars.
  • cartographer - Plugin that maps and documents codebases of any size using parallel AI subagents. 522 stars.
  • vinicius91carvalho/.claude - Portable workflow system with hooks, agents, skills, and enforcement. Drop-in .claude/ directory that brings structured context management to any project.

TDD and Code Quality

Workflows that enforce test-driven development and automated code quality checks.

  • Superpowers TDD - Full red-green-refactor loop: write failing test → implement → verify → refactor. Auto-triggers verification before marking any task complete.
  • Everything Claude Code TDD - TDD workflow with autonomous loop support — agent keeps running test cycles until all pass.
  • gstack QA - Browser-based QA that opens real pages with Playwright, takes screenshots, and validates against acceptance criteria.
  • Superpowers code review loop - Two-skill combo: /requesting-code-review prepares the request, /receiving-code-review processes feedback. Uses a dedicated code-reviewer agent.
  • claude-pipeline - Portable multi-agent pipeline with skills, agents, hooks, orchestration scripts, and quality gates. 97 stars.
  • glebis/claude-skills TDD - Multi-agent TDD orchestration with architecturally enforced context isolation via Claude Code's Task tool. Interactive mode pauses at each RED checkpoint; autonomous mode runs all slices end-to-end.

Git and PR Automation

Workflows that automate git operations, branching strategies, and pull request management.

  • Superpowers git worktrees - Run parallel workstreams using git worktrees — each agent works in its own isolated copy of the repo.
  • gstack ship pipeline - Full deploy pipeline: merge PR → deploy → post-deploy monitoring loop. Chains /ship/land-and-deploy/canary skills.
  • Autoresearch branch-per-run - Creates a new git branch for each autonomous experiment run, tracks results in results.tsv, keeps or discards based on evaluation.

Ship and Deploy

Workflows for publishing packages, deploying applications, and monitoring releases.

  • gstack canary deploy - Post-deploy monitoring loop that watches for errors after canary release. Chains deploy → monitor → rollback-if-needed.

Cross-LLM Collaboration

Workflows that combine Claude Code with other AI models for multi-perspective development.

  • claude-review-loop - Plugin implementing automated code review loop with Codex as the reviewer — Claude codes, Codex reviews, iterate until approved. 603 stars.
  • codex-orchestrator - Delegate tasks to OpenAI Codex agents via tmux sessions, designed for Claude Code orchestration. 249 stars.
  • agent-council - Multi-agent collaboration orchestrating Claude, Codex CLI, and Gemini CLI for diverse perspectives on the same task. 118 stars.
  • gstack codex second opinion - Multi-AI second opinion via OpenAI Codex during code review. Found in skills/codex/.

Research and Discovery

Workflows for market research, codebase exploration, and knowledge gathering.

  • Everything Claude Code search-first - Research before coding — agent searches codebase, docs, and web before writing any code.
  • Autoresearch autonomous loop - Karpathy's autonomous AI research agent: modify code → train for 5 min → evaluate → keep/discard → repeat. Only 10 files — intentionally minimal. program.md is 114 lines of substantive instructions. Codex-verified.
  • Everything Claude Code continuous learning - Auto-extracts patterns from coding sessions into reusable skills. The agent learns from its own work.
  • glebis/claude-skills deep-research - Multi-tool research orchestration combining OpenAI, Firecrawl, and web scraping with structured output. Includes insight-extractor that parses Claude Code's /insights into actionable markdown files.

Browser and Testing

Workflows that combine browser automation with Claude Code for testing and data gathering.

  • gstack browser QA - Opens real web pages via Playwright, takes screenshots, validates UI against acceptance criteria.
  • UI Annotator + Claude Code - Dramatically improves AI-driven UI design and iteration. The pain: telling AI "move that button next to the search bar" never works because the AI can't see your page. UI Annotator fixes this — hover over any element and its component name appears as a label. Now you say "move SearchButton below NavBar" and Claude edits the right component instantly. No browser extensions, works with any framework. The workflow becomes: open page → hover to identify elements → describe changes using real component names → Claude edits → refresh and repeat. Turns a frustrating back-and-forth into a fluid design loop.
  • Pagecast demo recording - AI-powered product demo creation. After shipping a feature, AI reads your codebase (README, components, routes) to understand what the product does, then writes a demo script — you can review and adjust the plan before recording. It opens a browser, performs the interactions, and records with tooltip zoom overlays that auto-magnify each click and keystroke so viewers can see exactly what's happening. Exports to GIF/MP4 for README, plus formats optimized for IG Reels, YouTube Shorts, and TikTok. Full MCP workflow: record_pageinteract_pagestop_recordingsmart_export (tooltip mode) or cinematic_export (crop-pan mode).

Marketing and Content

Workflows for content creation, social media posting, and distribution.

  • Agency Agents marketing suite - 156 agent persona files across 13 categories including marketing, engineering, design, sales, and more. Install script converts to Claude Code, Cursor, or Copilot format. By Michael Sitarzewski. Codex-verified counts. 15K stars.
  • OPC Skills solopreneur marketing - 10 standalone skills for solopreneurs: SEO/GEO optimization, Reddit research, Product Hunt search, domain hunting, logo creation, banner creation. 612 stars.
  • Everything Claude Code content engine - Skills for article writing, market research, and investor materials.

Business Operating Systems

Complete systems that use Claude Code as the operating layer for running a business.

  • Founder OS - Queue-based markdown OS: autonomous task processing, research pipelines, institutional memory, context budgeting, goal-backward verification. Everything is markdown files — zero infrastructure.
  • BOS-AI - Business Operating System with 42 agents, 17 commands, 183 missions across business domains, 3 CLAUDE.md files, and the Business Chassis formula. By Jamie (TheWayWithin). Codex-verified counts.
  • ABF (Agentic Business Framework) - Full TypeScript runtime for agent-as-employee companies. Seed-to-company pipeline: upload business plan → LLM generates agent team + workflows. YAML workflow definitions, approval queues, behavioral bounds.

Autonomous Loops

Workflows where Claude Code runs continuously without human intervention.

Scope and Config Management

Workflows for managing Claude Code's own configuration across scopes.

  • Claude Code Organizer - Web dashboard + MCP server that scans ~/.claude/, shows scope hierarchy (Global → Workspace → Project), and lets you drag-and-drop config between scopes. 4 MCP tools for programmatic scope management.
  • gstack freeze/guard/unfreeze - File protection system using PreToolUse hook definitions in SKILL.md frontmatter with real shell scripts. Note: enforcement only works in Claude Code — Codex/non-Claude versions are advisory prose only. No hooks.json file exists.
  • agent-skill-manager (asm) - Universal CLI/TUI for managing AI agent skills across 17 providers (Claude Code, Codex, Cursor, Windsurf, and more). Install from GitHub, security scan before install, detect duplicates, and audit skills across all agents from one tool. Online catalog with 2,800+ searchable skills.
  • claude-code-skill-factory - Toolkit for building and deploying production-ready Claude Skills, agents, slash commands, and LLM prompts at scale. Generates structured skill templates with 7 hook event types and safety validation.

Monitoring and Dashboards

Workflows for tracking Claude Code activity and visualizing progress.

  • claude-hud - Plugin that shows real-time context usage, active tools, running agents, and todo progress as a dashboard overlay. 11,537 stars.
  • cc-context-stats - Real-time Model Intelligence (MI) score in your status bar — calibrated from Anthropic's MRCR benchmark per model (Opus/Sonnet/Haiku). Live ASCII dashboard tracks context growth, MI degradation, and token I/O. Five color-coded zones tell you when to plan, when to code-only, and when to start fresh. Python, Node.js, and Bash implementations.
  • ccproxy - Proxy that hooks into Claude Code requests for intelligent model routing, request/response modification, and LangFuse tracking. 189 stars.

Comprehensive Frameworks

All-in-one frameworks that bundle skills, hooks, agents, and commands into a single installable package.

  • Everything Claude Code - 28 agents, 59 commands, 116 skills, 26 hook entries across 7 event groups with 27 hook scripts, language-specific rules for 13 languages, and autonomous loop management. By Affaan Mustafa (Anthropic hackathon winner). 17K stars.
  • claude-code-infrastructure-showcase - Full showcase of Claude Code infrastructure with skill auto-activation, hooks, and agents working together as an integrated system. 9,315 stars.
  • ChrisWiles/claude-code-showcase - Comprehensive project config combining hooks, skills, agents, commands, and GitHub Actions workflows. 5,571 stars.
  • claude-code-plugins-plus-skills - 340 plugins + 1,367 agent skills with CCPI package manager, interactive tutorials, and production orchestration patterns. 1,689 stars.
  • CloudAI-X/claude-workflow-v2 - Universal Claude Code workflow plugin with agents, skills, hooks, and commands combined into one installable package. 1,301 stars.
  • shanraisshan/claude-code-best-practice - Trending on GitHub March 2026. Interactive examples of Command → Agent → Skill orchestration pattern. Shows how to chain commands into multi-step workflows with reports and verification gates.
  • luongnv89/claude-howto - Visual 10-module guide showing how to combine slash commands + hooks + skills + subagents + MCP into end-to-end workflows. Copy-paste templates for automated code review, CI/CD automation, and security audit pipelines.

Related Awesome Lists

Contributing

See CONTRIBUTING.md for guidelines. We curate, not collect — not every submission will be accepted.

About

Curated workflow recipes that combine hooks, MCP servers, skills, agents, and CLAUDE.md to automate real Claude Code tasks

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors