cloud-agent-starter-kotor-js
Installation
SKILL.md
KotOR.js — Cloud agent starter (run & test)
Use this skill at the start of a Cloud session or whenever you need a fast path from clone to green checks, without hunting README.md / AGENTS.md / DEVELOPER_QUICK_REFERENCE.md.
Preconditions (read once per task)
- No game assets in repo: full game client / Forge archive flows need a local KotOR I or II install; do not claim full gameplay coverage without them.
- Jest only runs
**/*.test.ts:jest.config.jsusestestMatch: ['**/*.test.ts']and ignores some paths —*.spec.tsfiles are not picked up by default. - Electron on headless VMs often shows a black window (launcher is frameless/transparent). Prefer static web validation for UI in Cloud.
First commands (every clean workspace)
From repo root: