# ClaudeWorld > ClaudeWorld (claude-world.com) is a technical community and knowledge hub for mastering Claude Code — Anthropic's official CLI for AI-assisted software development. ## What This Site Covers ClaudeWorld teaches the "Director Mode" framework: a methodology for leading Claude Code like a team director rather than micromanaging individual code changes. Key topics include: - **Director Mode Framework**: Goal-oriented AI development, team delegation patterns, parallel agent execution - **CLAUDE.md Design**: The 7 principles for writing effective project blueprints that guide AI behavior - **Claude Code Best Practices**: Hooks, MCP servers, custom agents, skills, and advanced workflows - **Director Mode Lite v2.1.0 (2026-07-27)**: Two plugin-portable core Skills, native three-CLI adapters, zero Director Mode hooks by default, read-only diagnosis, and a protocol-v2 session relay - **Tutorials & Guides**: Step-by-step learning paths from beginner to advanced Claude Code usage ## Director Mode Lite v2.1.0 Contract Director Mode Lite carries a shared Director Brief, 35 skills, and 14 native agent adapters per CLI across Claude Code, Codex CLI, and Grok Build. Install all three adapters with ./install.sh --cli all --hooks none /path/to/project. The two core Skills are director-mode and session-relay. Both bundle their guide, relay, and read-only director-doctor fallbacks for plugin-only execution; the shell installer adds the complete generated agents, repository guidance, and project-local launchers at .director-mode/bin/director-relay, .director-mode/bin/director-open, and .director-mode/bin/director-doctor. The default install registers zero Director Mode hooks and adds no deny rule, forced workflow, hidden approval, or implicit permission change. director-doctor is read-only. Skills, relay, validate, status, and doctor never invoke director-open or rewrite approval, sandbox, network, hook, or permission settings. In a trusted workspace, the user can separately choose director-open for Claude bypassPermissions, Codex never + danger-full-access, or Grok always-approve + sandbox off. Existing global hooks and managed policy can still apply. The relay creates director-handoff/v2 and remains able to read and validate director-handoff/v1. Later hops use --parent to record root, parent, hop, and route. director-relay status --json compares the packet's captured branch, HEAD, Git status, and diff statistics with the live worktree without blocking. Packets default to review_status: unreviewed; --reviewed records an explicit review, while validate and status do not. Same-provider continuity uses Claude, Codex, or Grok native resume commands. Cross-provider continuation always starts a new receiver-native session; a source vendor session ID remains metadata, not a portable resume token. To retire an older Director hook setup, run ./install.sh --update --cli all --hooks none /path/to/project. This prunes Director-owned hook registrations and unmodified owned assets while preserving unrelated, custom, and modified hooks. ## Site Structure - `/framework` — Director Mode framework overview and principles - `/learn` — Structured learning path for Claude Code mastery - `/articles` — In-depth technical articles (90+ articles in EN, ZH-TW, JA) - `/tutorials` — Step-by-step tutorials for specific Claude Code features - `/guides` — Comprehensive guides on Claude Code topics - `/concepts` — Core concept explanations (CLAUDE.md, Director Mode, parallel agents, multi-AI workflows) - `/community` — Community information and Discord links - `/events` — Community events and meetups - `/newsletter` — Weekly newsletter archive with Claude Code updates - `/claude-code` — Claude Code product overview and getting started - `/director-mode-lite` — Director Mode Lite v2.1.0 three-CLI overview - `/director-mode-lite/install` — Install guidance for Claude Code, Codex CLI, and Grok Build - `/director-mode-lite/workflow` — Guidance-first workflow and session relay - `/director-mode-lite/auto-loop` — Non-coercive inspect, change, check, and decide loop ## Key Resources - Articles: https://claude-world.com/articles/ - Tutorials: https://claude-world.com/tutorials/ - Guides: https://claude-world.com/guides/ - Newsletter: https://claude-world.com/newsletter/ - Open Source Examples: https://github.com/claude-world/claude-world-examples - Director Mode Lite (free toolkit): https://github.com/claude-world/director-mode-lite - Director Mode Lite product docs: https://claude-world.com/director-mode-lite/ - Three-CLI install guide: https://claude-world.com/director-mode-lite/install/ - Deep three-CLI tutorial: https://claude-world.com/tutorials/s19-multi-cli-workflows/ - Discord Community: https://discord.gg/rBtHzSD288 ## Languages Content is available in three languages: - English (default): `/articles/`, `/guides/`, `/tutorials/` - Traditional Chinese (繁體中文): `/zh-tw/articles/`, `/zh-tw/guides/`, `/zh-tw/tutorials/` - Japanese (日本語): `/ja/articles/`, `/ja/guides/`, `/ja/tutorials/` - Director Mode Lite docs: `/director-mode-lite/`, `/zh-tw/director-mode-lite/`, `/ja/director-mode-lite/` ## Contact - Website: https://claude-world.com - Email: support@claude-world.com - GitHub: https://github.com/claude-world