worldarchitect-codebase-sherpa
Orientation guide for navigating the WorldArchitect.ai repository and tooling
What this skill does
# WorldArchitect Codebase Sherpa ## Purpose Equip Claude with a quick-start orientation for the WorldArchitect.ai repository so it can answer navigation, onboarding, and architecture questions without deep prompting. ## When to activate - A user asks for codebase orientation, file locations, or architectural explanations. - Someone needs environment spin-up steps or CLI references. - A request mentions "where is", "how do I run", "what does" regarding repository assets. ## Repository tour - **Core application**: `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/`. - **Game content**: Narrative assets in `world/` and `world_reference/`. Campaign prompts live under `prompt_archive/`. - **Automation**: Scripts for local dev and CI under `scripts/` plus top-level `run_*.sh` helpers. - **Documentation**: `docs/`, `roadmap/`, `analysis/`, and `GENESIS.md` capture requirements, planning notes, and retros. - **Agent tooling**: `.claude/`, `claude_command_scripts/`, and `mcp_servers/` define MCP behaviors and bot orchestration. ## Quick spin-up checklist 1. **Install deps**: `pip install -r requirements/base.txt` 2. **Environment**: Copy `.env.example` to `.env`; ensure `TEST_MODE=mock` for local work. 3. **Run API locally**: ```bash ./vpython mvp_site/main.py serve # or ./run_local_server.sh ``` 4. **Pair MCP tools**: Use `./scripts/install_mcp_servers.sh claude` or `./start_game_mcp.sh` depending on the workflow. 5. **Stop services**: `./kill_dev_server.sh` cleans up hanging processes. ## Frequently referenced commands - Tests: `./run_tests.sh`, `./run_tests.sh --integration`, `./run_tests_with_coverage.sh` - Linting: `./run_lint.sh`, `pre-commit run -a` - UI checks: `./run_ui_tests.sh` - Deployment helpers: `./deploy.sh`, `./deploy_mcp.sh` - Oracle CLI: `source 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`. ## Architectural highlights - **MCP-centric**: Backend routes in `mvp_site/main.py` broker requests to modular MCP servers under `mcp_servers/`. - **Persona system**: Narrative logic leans on persona configs in `world/` and selectors defined in `mvp_site/services/persona_service.py`. - **Persistence**: Firestore integrations live in `firestore_service.py` and `mvp_site/services/firestore/` modules. - **Testing layout**: Unit tests reside beside code in `mvp_site/tests/`; cross-system flows sit in `mvp_site/test_integration/` and top-level `tests/`. ## Knowledge links - Company vision and values: `docs/vision/` and `docs/company/`. - Gameplay overview: `docs/product/game_loop.md` and `GENESIS.md`. - Roadmap context: `roadmap/` for upcoming milestones. ## Response style - Provide directory references with relative paths. - Suggest the minimal command sequence needed. - Surface related docs when they clarify the task.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.