A curated collection of creative CLAUDE.md files, Claude Code patterns, and orchestration techniques for AI-assisted development
Claude Code is powerful out-of-the-box, but with creative CLAUDE.md configurations and custom commands, it becomes a development superpower. This collection showcases:
- π Productivity Patterns - Streamline repetitive tasks
- π§ Advanced Orchestration - Multi-agent development systems
- π Real-World Examples - Battle-tested configurations
- π¬ Research & Analysis - What's possible vs. what's practical
|
Infinite Agent Loop - Generate unlimited variations with parallel agents
# π Location: examples/infinite_agent_loop/
# β‘ Complexity: Expert
# π― Use Case: Mass content generation, solution exploration
Key Features:
- Parallel agent coordination
- Wave-based execution
- Automatic uniqueness enforcement
- Context optimizationTask-Driven Orchestrator - Give a goal, get a complete solution
# π Location: examples/infinite_agent_loop/task-driven-orchestrator.md
# β‘ Complexity: Advanced
# π― Use Case: Feature development, system optimization
Key Features:
- Automatic task decomposition
- Intelligent agent selection
- Dependency-aware execution
- Adaptive quality gatesSPARC Methodology - Structured approach to complex problems
# π Location: examples/multi_agent_coordination/claude-sparc.md
# β‘ Complexity: Intermediate
# π― Use Case: Systematic development, code architecture
SPARC Flow:
1. Specification - Define the problem
2. Pseudocode - Plan the approach
3. Architecture - Design the system
4. Refinement - Iterate on solution
5. Completion - Finalize and test- Annotated Orchestrator - Learn prompt engineering with heavy annotations
- Adaptive Multi-Agent - Self-organizing based on project needs
- Multi-File Development - Parallel file editing without conflicts
# Project Name
## π Commands
- Build: `npm run build`
- Test: `npm test`
- Deploy: `npm run deploy`
## π¨ Conventions
- TypeScript strict mode
- Prettier formatting
- Conventional commits
## π Structure
- `/src` - Source code
- `/tests` - Test files
- `/docs` - Documentation# Command Name
Parse from $ARGUMENTS:
1. `param1` - Description
2. `param2` - Description (optional)
## Execution
[Your command logic here]- Getting Started Guide - First steps with CLAUDE.md
- Pattern Catalog - Common patterns and when to use them
- Advanced Techniques - Push Claude Code to its limits
- Research Findings - What's real vs. conceptual
- CLAUDE.md Syntax - Complete syntax reference
- Best Practices - Do's and don'ts
- Troubleshooting - Common issues and solutions
- Performance Tips - Optimize your workflows
We love contributions! See our Contributing Guide for details.
- π Share Your CLAUDE.md - Add your creative configurations
- π Report Issues - Help us improve examples
- π Improve Docs - Make examples clearer
- π‘ Suggest Ideas - What would you like to see?
- @indydevdan - Infinite Agent Loop concept
- @harper_reed - Minimalist power configuration
- @simon_couch - Content injection technique
- Your name here!
- 30+ Creative examples
- 24 Research documents
- 4 Orchestration patterns
- Growing community
- Claude Code Docs - Official documentation
- Anthropic Blog - Latest updates
- awesome-mcp-servers - MCP server collection
- awesome-gpt-prompt-engineering - Prompt engineering
- Claude Code CLI - Command line interface
- VS Code Extension - IDE integration
This collection is MIT licensed. Individual examples may have their own licenses.
β Star this repo to bookmark it!
Built with β€οΈ by the Claude Code community