From claude-commands
Provides quick-start orientation for the WorldArchitect.ai repository, answering navigation, architecture, and setup questions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-commands:worldarchitect-codebase-sherpaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Equip Claude with a quick-start orientation for the WorldArchitect.ai repository so it can answer navigation, onboarding, and architecture questions without deep prompting.
Equip Claude with a quick-start orientation for the WorldArchitect.ai repository so it can answer navigation, onboarding, and architecture questions without deep prompting.
$PROJECT_ROOT/ houses the Flask backend, MCP servers, templates, static assets, and tests. Frontend variants live in $PROJECT_ROOT/frontend_v1/ and $PROJECT_ROOT/frontend_v2/.world/ and world_reference/. Campaign prompts live under prompt_archive/.scripts/ plus top-level run_*.sh helpers.docs/, roadmap/, analysis/, and GENESIS.md capture requirements, planning notes, and retros..claude/, claude_command_scripts/, and mcp_servers/ define MCP behaviors and bot orchestration.pip install -r requirements/base.txt.env.example to .env; ensure TEST_MODE=mock for local work../vpython $PROJECT_ROOT/main.py serve
# or
./run_local_server.sh
./scripts/install_mcp_servers.sh claude or ./start_game_mcp.sh depending on the workflow../kill_dev_server.sh cleans up hanging processes../run_tests.sh, ./run_tests.sh --integration, ./run_tests_with_coverage.sh./run_lint.sh, pre-commit run -a./run_ui_tests.sh./deploy.sh, ./deploy_mcp.shsource scripts/oracle_helpers.sh then use helpers like oracle_arch_preview (dry-run bundle), oracle_arch (architecture review), oracle_ai_debug (AI pipeline bug with optional report path), oracle_diff_review (reviews git diff), oracle_ui_debug (frontend triage). Playbook at docs/oracle_playbook.md.$PROJECT_ROOT/main.py broker requests to modular MCP servers under mcp_servers/.world/ and selectors defined in $PROJECT_ROOT/services/persona_service.py.firestore_service.py and $PROJECT_ROOT/services/firestore/ modules.$PROJECT_ROOT/tests/; cross-system flows sit in $PROJECT_ROOT/test_integration/ and top-level tests/.docs/vision/ and docs/company/.docs/product/game_loop.md and GENESIS.md.roadmap/ for upcoming milestones.npx claudepluginhub jleechanorg/claude-commands --plugin claude-commandsExplores project's .claude/ directory and documents settings, commands, agents, rules, relating them to global ~/.claude/ configuration. Useful for initial Claude Code project onboarding.
Delivers codebase onboarding via project discovery, architecture walkthrough, key files list, naming conventions, dependency graph, code tour, and summary report. For new team members or orientation.