awesome-claude-code-workflows
Curated workflow recipes that combine hooks, MCP servers, skills, agents, and CLAUDE.md to automate real Claude Code tasks
https://github.com/ithiria894/awesome-claude-code-workflows
Last synced: 3 days ago
JSON representation
-
Browser and Testing
- 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_page` → `interact_page` → `stop_recording` → `smart_export` (tooltip mode) or `cinematic_export` (crop-pan mode).
-
Business Operating Systems
- 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.
-
Comprehensive Frameworks
- 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.
-
Context and Memory Management
- 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.
-
Cross-LLM Collaboration
- 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.
-
Git and PR Automation
- 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.
-
Marketing and Content
- 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.
-
Monitoring and Dashboards
- 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.
-
Multi-Agent Orchestration
- 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.
- 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.
- wshobson/agents - Intelligent automation and multi-agent orchestration for Claude Code with specialized agent roles and coordinated task execution.
-
Plan-Build-Review Pipelines
- Spec-Flow - Turn product ideas into production launches with spec-driven development, repeatable workflows with quality gates, token budgets, and auditable artifacts. 73 stars.
- 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.
-
Related Awesome Lists
- awesome-claude-code - Comprehensive catalog of Claude Code tools, skills, hooks, agents, and plugins. 30K stars.
- awesome-claude-code-hooks - Curated collection of Claude Code hooks for event-driven automation.
- awesome-mcp-servers - The definitive list of MCP servers. 83K stars.
- awesome-claude-skills - Claude Code skills collection. 47K stars.
- awesome-claude-skills (travisvn) - Another curated Claude Code skills list with different curation focus.
- awesome-vibe-coding - Vibe coding tools and resources. 3.6K stars.
-
Scope and Config Management
- 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.
- 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.
-
TDD and Code Quality
- 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.
-
Virtual Engineering Teams
- 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.
Programming Languages
Categories
Context and Memory Management
7
Multi-Agent Orchestration
7
Related Awesome Lists
6
Comprehensive Frameworks
6
Virtual Engineering Teams
5
Scope and Config Management
3
Monitoring and Dashboards
3
Plan-Build-Review Pipelines
3
Browser and Testing
2
Business Operating Systems
2
Cross-LLM Collaboration
2
TDD and Code Quality
2
Marketing and Content
2
Git and PR Automation
1
Sub Categories
Keywords
claude-code
16
anthropic
9
claude
8
mcp
5
ai-agent
5
ai-agents
5
claude-code-plugin
5
claude-skills
4
automation
4
developer-tools
4
ai
4
skills
3
awesome-list
3
awesome
3
mcp-server
3
agents
3
codex
2
typescript
2
multi-agent
2
claude-ai
2
plugin
2
claude-code-subagents
2
claude-code-plugins
2
claude-code-cli
2
agent-skills
2
marketplace
2
agentic-coding
2
llm
2
productivity
2
anthropic-claude
2
model-context-protocol
2
cli
2
awesome-lists
2
ai-tools
2
agentic-ai
2
embeddings
1
llm-orchestration
1
long-term-memory
1
mem0
1
memory-engine
1
openmemory
1
rag
1
development-workflow
1
sqlite
1
supermemory
1
code-quality
1
claude-desktop
1
claudeskills
1
prompt-engineering
1
ai-coding-assistant
1