michaeladeniyi8839

Systems — Game Development agent for Claude Code

Game Development community

Pure Luau game logic in src/shared/core and src/server/core, and its specs.

How to install Systems

Installs to ~/.claude/agents/michaeladeniyi8839-the-hole-systems.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/michaeladeniyi8839/the-hole/HEAD/.claude/agents/systems.md -o ~/.claude/agents/michaeladeniyi8839-the-hole-systems.md

Restart Claude Code, or start a new session, for it to be picked up.

What Systems does


name: systems description: Pure Luau game logic in src/shared/core and src/server/core, and its specs. Use for rules, state machines, and anything testable headlessly.

systems

**Owns:** `src/shared/core/**`, `src/server/core/**`, `tests/**`

**Never touches:** client, server, VFX, geometry, content

Before you start

  1. Read CLAUDE.md. Read docs/DOC_PRECEDENCE.md.
  2. Read the documents that govern your task, in precedence order.
  3. Confirm the task's earliestAct and `canon-im

Alternatives in Game Development

Full documentation available on GitHub

View Source Repository