{"id":47305590,"url":"https://github.com/claude-world/claude-world-examples","last_synced_at":"2026-03-17T07:59:10.243Z","repository":{"id":331774619,"uuid":"1131956988","full_name":"claude-world/claude-world-examples","owner":"claude-world","description":"Practical examples \u0026 best practices for Claude Code and Director Mode — concepts, guides, templates, case studies","archived":false,"fork":false,"pushed_at":"2026-03-13T21:09:23.000Z","size":365,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-14T04:50:18.233Z","etag":null,"topics":["best-practices","claude-code","director-mode","examples","tutorials"],"latest_commit_sha":null,"homepage":"https://claude-world.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/claude-world.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-11T02:54:21.000Z","updated_at":"2026-03-13T21:16:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/claude-world/claude-world-examples","commit_stats":null,"previous_names":["claude-world/claude-world-examples"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/claude-world/claude-world-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-world%2Fclaude-world-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-world%2Fclaude-world-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-world%2Fclaude-world-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-world%2Fclaude-world-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claude-world","download_url":"https://codeload.github.com/claude-world/claude-world-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-world%2Fclaude-world-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30617979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T04:46:40.957Z","status":"ssl_error","status_checked_at":"2026-03-17T04:46:32.538Z","response_time":56,"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":["best-practices","claude-code","director-mode","examples","tutorials"],"created_at":"2026-03-17T07:59:09.640Z","updated_at":"2026-03-17T07:59:10.234Z","avatar_url":"https://github.com/claude-world.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude World Examples\n\n\u003e Practical examples and best practices for mastering Claude Code - the official AI-powered CLI from Anthropic\n\n[![Website](https://img.shields.io/badge/Website-claude--world.com-blue)](https://claude-world.com)\n[![Discord](https://img.shields.io/badge/Discord-Join%20Community-7289da)](https://discord.gg/rBtHzSD288)\n[![Version](https://img.shields.io/badge/version-1.2.0-green)](https://github.com/claude-world/claude-world-examples/releases/tag/v1.2.0)\n\n---\n\n**🎉 v1.2.0 Released!** Website is now live at [claude-world.com](https://claude-world.com) - built from zero to production in 48 hours using Claude Code + Director Mode.\n\n---\n\n## What is Claude World?\n\nClaude World is a community dedicated to helping developers master **Claude Code** - Anthropic's official CLI for AI-assisted software development.\n\nWe focus on:\n- **Director Mode** - A mindset shift from \"hands-on developer\" to \"team director\"\n- **Efficient Workflows** - Parallel agents, minimal interruption, autonomous execution\n- **Best Practices** - Battle-tested patterns from real production projects\n- **Advanced Features** - Hooks, MCP, Memory, Extended Thinking, and more\n\n## Repository Structure\n\n```\nclaude-world-examples/\n├── concepts/           # Core concepts and mental models\n├── examples/           # Practical code examples\n├── guides/             # In-depth guides and tutorials\n├── templates/          # Ready-to-use templates (CLAUDE.md, workflows)\n└── case-studies/       # Real-world project case studies\n```\n\n## Content Overview\n\n### Core Concepts\n\n| Concept | Description | Difficulty |\n|---------|-------------|------------|\n| [Director Mode Basics](./concepts/director-mode-basics.md) | The mindset shift that 10x your productivity | Beginner |\n| [CLAUDE.md Principles](./concepts/claude-md-principles.md) | How to write effective project instructions | Beginner |\n| [Hooks Basics](./concepts/hooks-basics.md) | Automated policies and guardrails | Beginner |\n| [MCP Basics](./concepts/mcp-basics.md) | Extend Claude with external tools and databases | Beginner |\n| [Memory System](./concepts/memory-system.md) | Build persistent project intelligence | Beginner |\n| [CLAUDE.md Anti-Patterns](./concepts/claude-md-anti-patterns.md) | Common mistakes and how to fix them | Intermediate |\n| [Parallel Agents](./concepts/parallel-agents.md) | Run 5 agents simultaneously for faster results | Intermediate |\n| [AI-Assisted Workflow](./concepts/ai-assisted-workflow.md) | Leverage Claude Code as a force multiplier | Intermediate |\n| [Multi-AI Workflow](./concepts/multi-ai-workflow.md) | Coordinate Claude, Codex, and Gemini CLI | Advanced |\n\n### Practical Examples\n\n| Example | Description | Use Case |\n|---------|-------------|----------|\n| [Simple CLAUDE.md](./examples/simple-claude-md.md) | A minimal but effective CLAUDE.md template | Getting started |\n| [Bug Hunting Pattern](./examples/bug-hunting.md) | Use parallel agents to find bugs fast | Debugging |\n| [Feature Development](./examples/feature-development.md) | Structured approach to building features | Implementation |\n| [Refactoring Patterns](./examples/refactoring-patterns.md) | Systematic code improvement with Claude | Code quality |\n| [Hooks Patterns](./examples/hooks-patterns.md) | Production-ready hook configurations | Automation |\n| [MCP Setup](./examples/mcp-setup.md) | Complete MCP configuration recipes | Integration |\n| [Trend Pulse: Basic Trending](./examples/trend-pulse/basic-trending.md) | Query live topics with `get_trending` and `search_trends` | Research |\n| [Trend Pulse: Content Brief](./examples/trend-pulse/content-brief.md) | Turn trending signals into a content brief | Content strategy |\n| [CF Browser: Screenshot Capture](./examples/cf-browser/screenshot-capture.md) | Capture and inspect rendered pages with browser MCP tools | QA |\n| [CF Browser: Page Scraping](./examples/cf-browser/page-scraping.md) | Scrape JavaScript-rendered pages through a browser session | Web data |\n| [GitHub Actions Automation](./examples/github-actions-automation.md) | Build automated workflows with Claude API | CI/CD |\n| [Multi-Language Astro](./examples/multi-language-astro.md) | Complete multi-language website setup | i18n |\n| [Supabase + Cloudflare](./examples/supabase-cloudflare-integration.md) | Full-stack with free hosting and database | Full-stack |\n| [Newsletter System](./examples/newsletter-system.md) | Complete multi-language newsletter architecture | Email |\n| [Content Pipeline](./examples/content-pipeline.md) | Automated content generation and distribution | Automation |\n| [Social Media Automation](./examples/social-media-automation.md) | X/Threads API with Claude-generated posts | Social |\n| [RSS Feed Astro](./examples/rss-feed-astro.md) | Multi-language RSS feeds with Astro | Content |\n| [React Components](./examples/react-components.md) | Common UI patterns for Claude Code projects | UI |\n| [API Endpoint Patterns](./examples/api-endpoint-patterns.md) | Cloudflare Edge API design patterns | Backend |\n\n### Guides\n\n| Guide | Description | Time |\n|-------|-------------|------|\n| [Agents Guide](./guides/agents-guide.md) | Complete guide to all Claude Code agents | 25 min |\n| [Extended Thinking](./guides/extended-thinking.md) | Unlock deeper reasoning with thinking mode | 15 min |\n| [Quick Reference Cards](./guides/quick-reference.md) | One-page visual guides for fast lookup | 5 min |\n| [Production Readiness](./guides/production-readiness.md) | Checklist before shipping to production | 15 min |\n| [Security Best Practices](./guides/security-best-practices.md) | Build secure applications from the start | 20 min |\n| [Specification-Driven Development](./guides/specification-driven-development.md) | Write specs first, implement reliably | 30 min |\n| [Designing Agents](./guides/designing-agents.md) | Create project-specific custom agents | 20 min |\n| [Designing Skills](./guides/designing-skills.md) | Build reusable slash command workflows | 20 min |\n\n### Templates\n\n| Template | Description |\n|----------|-------------|\n| [CLAUDE.md by Framework](./templates/claude-md-templates.md) | Ready-to-use templates for React, Next.js, Python, Go, and more |\n| [Release Monitor Workflow](./templates/release-monitor-workflow.yml) | GitHub Actions workflow for automated release monitoring |\n| [GitHub Actions Suite](./templates/github-actions-suite/) | Complete automation suite (CI, monitoring, social, newsletter) |\n\n### Case Studies\n\n| Case Study | Description |\n|------------|-------------|\n| [48-Hour Website](./case-studies/48-hour-website.md) | Building claude-world.com from zero to production in 48 hours |\n\n## Topics Covered on claude-world.com\n\nThe website covers these advanced topics (examples coming soon):\n\n| Topic | Article |\n|-------|---------|\n| **Fundamentals** | [From Operator to Director: The Mindset Shift](https://claude-world.com/articles/mindset-shift) |\n| **Framework** | [The Director Mode Framework](https://claude-world.com/articles/director-mode) |\n| **Configuration** | [CLAUDE.md Design Principles](https://claude-world.com/articles/claude-md-design) |\n| **Agents** | [Claude Code Agents: Complete Guide](https://claude-world.com/articles/agents-guide) |\n| **Multi-Agent** | [Multi-Agent Architecture Patterns](https://claude-world.com/articles/multi-agent-patterns) |\n| **Skills** | [Claude Code Skills: Complete Guide](https://claude-world.com/articles/skills-guide) |\n| **Hooks** | [Claude Code Hooks: Automated Policies](https://claude-world.com/articles/hooks-guide) |\n| **MCP** | [Model Context Protocol Guide](https://claude-world.com/articles/mcp-guide) |\n| **Memory** | [Building Persistent Project Intelligence](https://claude-world.com/articles/memory-system-guide) |\n| **Context7** | [Access Up-to-Date Documentation](https://claude-world.com/articles/context7-integration) |\n| **Extended Thinking** | [Unlock Deeper Reasoning](https://claude-world.com/articles/extended-thinking-guide) |\n| **SpecKit** | [Specification-Driven Development](https://claude-world.com/articles/speckit-guide) |\n| **Debugging** | [Advanced Debugging Techniques](https://claude-world.com/articles/debugging-techniques) |\n| **Security** | [Security-First Development](https://claude-world.com/articles/security-first) |\n| **CI/CD** | [Pipeline Integration](https://claude-world.com/articles/cicd-integration) |\n\n## Quick Start\n\n### 1. Install Claude Code\n\n```bash\nnpm install -g @anthropic-ai/claude-code\n```\n\n### 2. Create a CLAUDE.md in your project\n\n```markdown\n# Project Instructions\n\n## Tech Stack\n- [Your framework]\n- [Your database]\n\n## Development Guidelines\n- Run tests before committing\n- Use TypeScript strict mode\n\n## Autonomous Operations\n- Read any file\n- Run tests\n- Create/modify source files\n\n## Requires Confirmation\n- Push to remote\n- Delete files\n- Modify environment variables\n```\n\n### 3. Start Claude Code\n\n```bash\nclaude\n```\n\n## The Director Mode Mindset\n\n### Traditional approach (Hands-on Developer Mode):\n```\nYou: \"Can you help me fix this bug?\"\nClaude: \"Sure, I can help. First, let me ask...\"\nYou: [waits for questions]\nClaude: [asks 5 questions]\nYou: [answers questions]\nClaude: [finally starts working]\n```\n\n### Director Mode approach:\n```\nYou: \"Fix the login bug\"\nClaude: [immediately launches 3 parallel agents]\n       [Agent 1: searches for auth code]\n       [Agent 2: checks error logs]\n       [Agent 3: reviews recent changes]\n       [finds and fixes the bug]\n       [commits with clear message]\nYou: [reviews the completed work]\n```\n\n**Key principle**: You're the Director. Claude is your autonomous team. Define goals, let them execute.\n\n### The Three Pillars\n\n1. **Goals over Instructions** - Define outcomes, not steps\n2. **Team Delegation** - Trust parallel agents to work concurrently\n3. **Outcome Verification** - Review results, not every action\n\n## Model Selection\n\nChoose the right model for each task:\n\n| Model | Best For | Speed | Cost |\n|-------|----------|-------|------|\n| **Haiku 4.5** | Explore agents, file searches, pattern matching | Fast | Low |\n| **Sonnet 4.6** | Implementation, code review, refactoring | Balanced | Medium |\n| **Opus 4.6** | Architecture decisions, security audits, complex reasoning | Thorough | High |\n\n**Quick tip**: Press `Option+P` (macOS) or `Alt+P` (Windows/Linux) to switch models during prompting.\n\n## Community\n\n- **Website**: [claude-world.com](https://claude-world.com)\n- **Discord**: [Claude Code Builders Taiwan](https://discord.gg/rBtHzSD288)\n- **Twitter**: [@lukashanren1](https://twitter.com/lukashanren1)\n\n## Contributing\n\nWe welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.\n\n### How to Contribute\n\n1. **Examples**: Add practical examples showing patterns in action\n2. **Templates**: Create CLAUDE.md templates for different frameworks\n3. **Guides**: Write in-depth guides on specific topics\n4. **Translations**: Help translate content to other languages\n\nFor discussions and questions, join our [Discord community](https://discord.gg/rBtHzSD288).\n\n## License\n\nMIT License - see [LICENSE](./LICENSE)\n\n---\n\nBuilt with Claude Code by the Claude World community.\n\n*Last updated: 2026-03-14*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaude-world%2Fclaude-world-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaude-world%2Fclaude-world-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaude-world%2Fclaude-world-examples/lists"}