guidelines
01Cursor rule Cursor
Cursor rule "guidelines" from vucinatim/air-jam, covering tooling, conventions, refactoring, tips and notes.
Cursor rule Cursor
Cursor rule "guidelines" from vucinatim/air-jam, covering tooling, conventions, refactoring, tips and notes.
MCP server Claude CodeCodexCursor +2
MCP server "airjam" as configured in vucinatim/air-jam. Launched with pnpm mcp.
Instructions file CodexOpenCode
Instructions for vucinatim/air-jam, covering agent contract, mission, ultimate vision, core principles and development standards.
Instructions file
Instructions for vucinatim/air-jam, covering claude workflow notes, local launch, preview controllers, gameplay proof and game authoring rule.
Skill Claude CodeCodex
Use when an Air Jam task needs canonical guidance and you need to know which local docs to read, when hosted docs are appropriate, and how to avoid reading the whole docs tree unnecessarily.
Skill Claude CodeCodex
Use when operating an Air Jam project through its first-party MCP tools for inspection, development, semantic game sessions, logs, quality gates, and releases.
Skill Claude CodeCodex
Use when building or reviewing a 2D Air Jam game with canvas so simulation, rendering, SVG/sprite assets, scaling, and collision stay clean instead of collapsing into DOM-heavy ad hoc logic.
Skill Claude CodeCodex
Use when building or reviewing Air Jam controller surfaces so touch controls stay simple, readable, and game-appropriate instead of drifting into dense web-app UI patterns.
Skill Claude CodeCodex
Use when debugging or validating an Air Jam project so diagnostics, logging, and tests stay intentional, structured, and aligned with the project architecture.
Skill Claude CodeCodex
Use when creating or refactoring gameplay code in an Air Jam project and you need guidance on host vs controller vs domain boundaries, modular structure, and when to refactor before implementing.
Skill Claude CodeCodex
Use when changing stores, per-frame gameplay logic, React state, refs, or rendering integration in an Air Jam project so state ownership stays clear and rerenders stay controlled.
Skill Claude CodeCodex
Use when building or reviewing the Air Jam host shell so the active game surface stays full-frame, overlays stay modular, and host UI does not interfere with gameplay layout.
Skill Claude CodeCodex
Use when creating reusable gameplay objects or scene presets so prefabs stay declarative, configurable, and ready for future tooling such as previews and scanned catalogs.
Skill Claude CodeCodex
Use when building or reviewing a 3D Air Jam game with React Three Fiber so scene structure, lighting, shadows, grounding, particles, and physics stay deliberate instead of becoming ad hoc Three.js chaos.