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.js uses testMatch: ['**/*.test.ts'] and ignores some paths — *.spec.ts files 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:

Installs
1
GitHub Stars
1
First Seen
Jun 25, 2026
cloud-agent-starter-kotor-js — th3w1zard1/kotor.js