{"id":39971481,"url":"https://github.com/luandro/awesome-claude-code-workflows","last_synced_at":"2026-01-18T22:11:09.788Z","repository":{"id":311060007,"uuid":"1042308180","full_name":"luandro/awesome-claude-code-workflows","owner":"luandro","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-21T21:44:12.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-21T22:54:00.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luandro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-21T20:06:29.000Z","updated_at":"2025-08-21T21:44:15.000Z","dependencies_parsed_at":"2025-08-21T23:08:10.340Z","dependency_job_id":null,"html_url":"https://github.com/luandro/awesome-claude-code-workflows","commit_stats":null,"previous_names":["luandro/awesome-claude-code-workflows"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/luandro/awesome-claude-code-workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fawesome-claude-code-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fawesome-claude-code-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fawesome-claude-code-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fawesome-claude-code-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luandro","download_url":"https://codeload.github.com/luandro/awesome-claude-code-workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luandro%2Fawesome-claude-code-workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28552538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-18T22:11:08.017Z","updated_at":"2026-01-18T22:11:09.781Z","avatar_url":"https://github.com/luandro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Awesome Claude Code [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n\u003e A curated list of tools, workflows, configurations, and resources for enhancing Claude Code productivity\n\n[Claude Code](https://docs.anthropic.com/claude-code) is Anthropic's agentic coding assistant that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.\n\n## Contents\n\n- [Official Resources](#official-resources)\n- [Development Environments \u0026 Docker](#development-environments--docker)\n- [Guides \u0026 Best Practices](#guides--best-practices)\n- [Project Management \u0026 Workflows](#project-management--workflows)\n- [Configuration \u0026 Setup Tools](#configuration--setup-tools)\n- [Terminal \u0026 CLI Enhancements](#terminal--cli-enhancements)\n- [Authentication \u0026 OAuth](#authentication--oauth)\n- [Agent Orchestration \u0026 Parallel Execution](#agent-orchestration--parallel-execution)\n- [Learning Resources](#learning-resources)\n- [Community \u0026 Collections](#community--collections)\n\n## Official Resources\n\n- **[Claude Code Documentation](https://docs.anthropic.com/claude-code)** - Official Anthropic documentation\n- **[Claude Code GitHub](https://github.com/anthropics/claude-code)** - Official repository (30.8k⭐)\n- **[Claude Code Best Practices](https://www.anthropic.com/engineering/claude-code-best-practices)** - Comprehensive guide by Anthropic engineering team covering workflows, customization, and advanced patterns\n\n## Development Environments \u0026 Docker\n\n### ClaudeBox\n- **Repository**: [RchGrav/claudebox](https://github.com/RchGrav/claudebox)\n- **Stars**: 403⭐\n- **Description**: The Ultimate Claude Code Docker Development Environment with pre-configured development profiles\n- **Key Features**:\n  - Containerized environment with 15+ language profiles (Python, Rust, Go, C/C++, etc.)\n  - Project isolation with separate Docker images per project\n  - Persistent configuration and Python virtual environments\n  - Tmux integration for multi-pane workflows\n  - Built-in security with network isolation\n- **Strengths**: Production-ready containerization, excellent isolation, cross-platform support\n- **Maintenance**: Very active (last commit 2025-08-20)\n- **Best for**: Teams wanting containerized, reproducible development environments\n\n### SuperClaude Framework\n- **Repository**: [SuperClaude-Org/SuperClaude_Framework](https://github.com/SuperClaude-Org/SuperClaude_Framework)\n- **Stars**: 13.6k⭐\n- **Description**: Configuration framework that enhances Claude Code with specialized commands, cognitive personas, and development methodologies\n- **Key Features**:\n  - 16 specialized commands for common dev tasks\n  - MCP server integration (Context7, Sequential, Magic, Playwright)\n  - Cognitive personas and development methodologies\n  - Component-based installation system\n- **Status**: Active development (V4 Beta)\n- **Best for**: Developers wanting pre-built command sets and personas\n\n## Guides \u0026 Best Practices\n\n### Complete Command Reference\n- **Repository**: [zebbern/claude-code-guide](https://github.com/zebbern/claude-code-guide)\n- **Stars**: 1.8k⭐\n- **Description**: Most complete Claude Code command reference available as of August 2025\n- **Key Features**:\n  - Every discoverable Claude Code command documented\n  - Installation guides for Windows, Linux, macOS\n  - MCP integration overview\n  - Security \u0026 permissions best practices\n  - Automation \u0026 scripting examples\n- **Strengths**: Comprehensive documentation, regularly updated, practical examples\n- **Best for**: New users wanting complete command reference\n\n### Context Engineering Theory\n- **Repository**: [davidkimai/Context-Engineering](https://github.com/davidkimai/Context-Engineering)\n- **Stars**: 5.8k⭐ \n- **Description**: Advanced handbook moving beyond prompt engineering to context design and optimization\n- **Key Features**:\n  - Progressive learning from atoms→molecules→cells→organs→neural systems\n  - Research-backed with 1400+ papers surveyed\n  - Support for Claude Code and other AI tools\n  - Mathematical foundations and practical applications\n- **Strengths**: Deep theoretical foundation, research-backed, comprehensive\n- **Maintenance**: Very active (last commit 2025-08-18)\n- **Best for**: Advanced users wanting deep understanding of context engineering\n\n## Project Management \u0026 Workflows\n\n### Spec-Driven Development\n- **Repository**: [Pimzino/claude-code-spec-workflow](https://github.com/Pimzino/claude-code-spec-workflow)\n- **Stars**: 1.6k⭐\n- **Description**: Automated workflows featuring spec-driven development (Requirements → Design → Tasks → Implementation)\n- **Key Features**:\n  - Complete feature development workflow\n  - Requirements generation and validation\n  - Task decomposition and automation  \n  - Sub-agent orchestration\n- **Status**: Evolved to MCP version (spec-workflow-mcp)\n- **Best for**: Structured feature development with clear specifications\n\n### Claude Code Project Management (CCPM)\n- **Repository**: [automazeio/ccpm](https://github.com/automazeio/ccpm)\n- **Stars**: 1.1k⭐\n- **Description**: Battle-tested project management system using GitHub Issues and Git worktrees for parallel agent execution\n- **Key Features**:\n  - PRD → Epic → Tasks → GitHub Issues workflow\n  - Parallel agent execution with worktrees\n  - GitHub Issues as single source of truth\n  - Complete audit trail and traceability\n- **Strengths**: Production-tested, excellent documentation, team collaboration focus\n- **Maintenance**: Very active (last commit 2025-08-21)\n- **Best for**: Teams wanting structured PM with GitHub integration\n\n### Task Delegation System\n- **Repository**: [GitHub Gist](https://gist.github.com/worksfornow/df0cb6c4f6fd4966cd17133bc711fd20)\n- **Description**: Lightweight slash command for delegating multiple tasks in parallel using tmux, git worktrees, and markdown prompts\n- **Key Features**:\n  - Task Master Agent Spawner\n  - Automatic worktree creation\n  - Tmux session management\n  - Task status tracking\n- **Best for**: Solo developers wanting simple parallel task execution\n\n## Configuration \u0026 Setup Tools\n\n### Production Configuration Collections\n- **Repository**: [Matt-Dionis/claude-code-configs](https://github.com/Matt-Dionis/claude-code-configs)\n- **Stars**: 404⭐\n- **Description**: Comprehensive collection of production-grade Claude Code configurations for different tech stacks\n- **Key Features**:\n  - Next.js 15, shadcn/ui, MCP server configurations\n  - Dynamic config generator (Claude Config Composer)\n  - Specialized agents for different domains\n  - Production-ready hooks and automation\n- **Strengths**: Real-world tested, covers popular frameworks, excellent documentation\n- **Maintenance**: Very active (last commit 2025-08-14)\n- **Best for**: Developers wanting battle-tested configurations\n\n### Claude Code Settings Collection\n- **Repository**: [feiskyer/claude-code-settings](https://github.com/feiskyer/claude-code-settings)\n- **Stars**: 393⭐\n- **Description**: Curated settings and commands for \"vibe coding\" workflows\n- **Key Features**:\n  - Kiro workflow implementation\n  - GitHub Copilot API proxy integration\n  - Custom slash commands\n  - Analysis and reflection tools\n- **Best for**: Developers wanting predefined workflow patterns\n\n## Terminal \u0026 CLI Enhancements\n\n### Terminal Automation Tools\n- **Repository**: [pchalasani/claude-code-tools](https://github.com/pchalasani/claude-code-tools)\n- **Stars**: 160⭐\n- **Description**: Collection of practical tools for enhancing Claude Code with terminal automation\n- **Key Features**:\n  - tmux-cli for terminal automation (\"Playwright for terminals\")\n  - Interactive CLI application control\n  - Claude-to-Claude communication\n  - Environment file management (vault, env-safe)\n- **Strengths**: Solves real pain points, well documented, practical\n- **Maintenance**: Very active (last commit 2025-08-21)\n- **Best for**: Developers needing terminal automation and CLI interaction\n\n## Authentication \u0026 OAuth\n\n### OAuth Authentication for GitHub Actions\n- **Repository**: [grll/claude-code-login](https://github.com/grll/claude-code-login)\n- **Stars**: 59⭐\n- **Description**: OAuth 2.0 authentication tool for Claude Code with GitHub Actions integration\n- **Key Features**:\n  - OAuth 2.0 + PKCE authentication\n  - GitHub Actions workflow ready\n  - Automatic token refresh\n  - Max subscription support\n- **Status**: Made obsolete by native Anthropic OAuth support (July 2025)\n- **Best for**: Historical reference (superseded by official solution)\n\n## Agent Orchestration \u0026 Parallel Execution\n\n### 24/7 Autonomous Agents\n- **Repository**: [Jedward23/Tmux-Orchestrator](https://github.com/Jedward23/Tmux-Orchestrator)\n- **Stars**: 1.3k⭐\n- **Description**: Run AI agents 24/7 with autonomous scheduling, coordination across multiple projects\n- **Key Features**:\n  - Three-tier hierarchy (Orchestrator → Project Managers → Engineers)\n  - Self-triggering agent check-ins\n  - Context window management\n  - Persistent work continuation\n- **Architecture**: Solves context limitations with role separation\n- **Best for**: Long-running autonomous development projects\n\n## Learning Resources\n\n### Official Course\n- **Course**: [Claude Code: A Highly Agentic Coding Assistant](https://www.deeplearning.ai/short-courses/claude-code-a-highly-agentic-coding-assistant/)\n- **Provider**: DeepLearning.AI (in partnership with Anthropic)\n- **Instructor**: Elie Schoppik (Head of Technical Education at Anthropic)\n- **Duration**: 1 hour 50 minutes, 10 lessons\n- **Content**:\n  - Best practices and advanced patterns\n  - MCP server integration (Playwright, Figma)\n  - GitHub integration and automation\n  - Multi-session parallel development\n- **Best for**: Comprehensive understanding of Claude Code capabilities\n\n## Community \u0026 Collections\n\n### Awesome Claude Code Collection\n- **Repository**: [hesreallyhim/awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code)\n- **Stars**: 11.9k⭐\n- **Description**: Curated list of slash-commands, CLAUDE.md files, CLI tools, and resources\n- **Focus**: Community-driven resource collection\n- **Best for**: Discovering community-created resources\n\n### Topic Collections\n- **GitHub Topics**: \n  - [claude-code](https://github.com/topics/claude-code) - 30+ repositories\n  - [claude-code-guide](https://github.com/topics/claude-code-guide) - Tips and optimization guides\n\n## Getting Started Recommendations\n\n### For Beginners\n1. Start with the **[Claude Code Best Practices](https://www.anthropic.com/engineering/claude-code-best-practices)** by Anthropic\n2. Use **[zebbern/claude-code-guide](https://github.com/zebbern/claude-code-guide)** for complete command reference\n3. Take the **[DeepLearning.AI course](https://www.deeplearning.ai/short-courses/claude-code-a-highly-agentic-coding-assistant/)** for structured learning\n\n### For Intermediate Users\n1. Explore **[Matt-Dionis/claude-code-configs](https://github.com/Matt-Dionis/claude-code-configs)** for production configurations\n2. Try **[pchalasani/claude-code-tools](https://github.com/pchalasani/claude-code-tools)** for terminal enhancements\n3. Implement structured workflows with **[automazeio/ccpm](https://github.com/automazeio/ccpm)**\n\n### For Teams \u0026 Advanced Users\n1. Deploy **[ClaudeBox](https://github.com/RchGrav/claudebox)** for containerized team environments\n2. Study **[Context Engineering](https://github.com/davidkimai/Context-Engineering)** for advanced theory\n3. Experiment with **[Tmux-Orchestrator](https://github.com/Jedward23/Tmux-Orchestrator)** for autonomous agents\n\n## Contributing\n\nContributions are welcome! Please read the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/main/contributing.md) first.\n\n## License\n\n[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)\n\nTo the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fawesome-claude-code-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluandro%2Fawesome-claude-code-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluandro%2Fawesome-claude-code-workflows/lists"}