aholo-viewer · git:20260916.c30fe1b · 2026-09-16 · sha256 637f1cab7930f5ec
aholo-viewer git:20260916.c30fe1bA
Immutable. This exact content is served forever at /api/v1/blob/637f1cab7930f5ec.
--- name: aholo-viewer description: Coordinate Aholo Viewer monorepo work. Use for cross-module tasks, workspace scripts, generated docs/build flow, validation routing, cleanup boundaries, or when work must be routed between examples, site, renderer, docs, and frontend design skills. --- # Aholo Viewer Read `AGENTS.md` first. Use this skill only when the task spans modules or needs repo-level validation/routing. ## Route - `aholo-examples`: example content pairs under `website/src/content/examples/`, including `walk-demo`. - `aholo-site`: Astro website shell, examples page chrome, docs UI, Playground, Monaco, client render runtime. - `aholo-renderer`: renderer package, public API, declarations, build, dist, release checks. - `aholo-docs`: README, AGENTS, architecture notes, manual copy/assets, AI guides, release notes. - `frontend-design`: website visual direction, responsive polish, UI review. ## Boundaries - Keep website work in `website/`, renderer work in `packages/renderer/`, shared automation in `scripts/`. - Keep examples as paired metadata/runners and manual as filesystem Markdown loaded through website utilities. - Do not hand-edit `external/egs-core`, `website/.generated/api/`, or generated `dist/`. - Do not change renderer public exports unless explicitly asked. ## Validate ```bash pnpm.cmd check:website pnpm.cmd check:renderer pnpm.cmd check pnpm.cmd build ``` If esbuild reports `Cannot read directory "../../../.."`, rerun the same command with approved workspace access.