用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jleechanorg/claude-commands --skill worldarchitect-codebase-sherpa命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | worldarchitect-codebase-sherpa |
| description | Orientation guide for navigating the WorldArchitect.ai repository and tooling |
| type | usage |
| scope | project |
Equip Claude with a quick-start orientation for the WorldArchitect.ai repository so it can answer navigation, onboarding, and architecture questions without deep prompting.
mvp_site/ houses the Flask backend, MCP servers, templates, static assets, and tests. Frontend variants live in mvp_site/frontend_v1/ and mvp_site/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 mvp_site/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.mvp_site/main.py broker requests to modular MCP servers under mcp_servers/.world/ and selectors defined in mvp_site/services/persona_service.py.firestore_service.py and mvp_site/services/firestore/ modules.mvp_site/tests/; cross-system flows sit in mvp_site/test_integration/ and top-level tests/.docs/vision/ and docs/company/.docs/product/game_loop.md and GENESIS.md.roadmap/ for upcoming milestones.