game-engine

game-engine is a skill for Claude Code, Codex from MarieLynneBlock/arcanum-artifex. It costs 95 tokens per session (1,449 once invoked), scanned A, original, no licence file.

A guide to building games and game engines that run in a web browser with HTML5, Canvas, WebGL, and JavaScript. It covers the systems needed to draw scenes, update game state, handle input, and simulate movement and collisions.

In plain words
What is it for?
Use it to create web games or game engines with game loops, collision detection, physics, sprites, controls, and 2D or 3D rendering.
Why use it?
It provides a reference for connecting the main parts of a browser game into a working loop. This reduces the need to design rendering, controls, and physics structure from scratch.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to create web games or game engines with game loops, collision detection, physics, sprites, controls, and 2D or 3D rendering.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marielynneblock/arcanum-artifex/game-engine
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MarieLynneBlock/arcanum-artifex --skill game-engine
Clone the repo
git clone --depth 1 https://github.com/MarieLynneBlock/arcanum-artifex

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for game-engine

README.md
[![agentmods](https://agentmods.dev/badge/skills/marielynneblock/arcanum-artifex/game-engine/github.svg)](https://agentmods.dev/skills/marielynneblock/arcanum-artifex/game-engine)
Your own site
<a href="https://agentmods.dev/skills/marielynneblock/arcanum-artifex/game-engine"><img src="https://agentmods.dev/badge/skills/marielynneblock/arcanum-artifex/game-engine/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for game-engine

Your own site · 80×15
<a href="https://agentmods.dev/skills/marielynneblock/arcanum-artifex/game-engine"><img src="https://agentmods.dev/badge/skills/marielynneblock/arcanum-artifex/game-engine.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,449 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00095 $0.01449
Opus 5 $0.00048 $0.00724
Sonnet 5 $0.00019 $0.00290
Haiku 4.5 $0.00010 $0.00145

Measured 7d ago against content hash 69c32623b93d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

game-engine scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/development/game-development/game-engine/SKILL.md · 142 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 142 lines · 95 tokens per session scan A 69c32623b93d

Subscribe to this mod's changes

game-engine is a skill published in the GitHub repository MarieLynneBlock/arcanum-artifex (4 stars, last pushed 5d ago), with no licence file. It adds 95 tokens to every session and 1,449 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

tutti-workspace-app-factory

Create, convert, or repair one Tutti workspace app as either a self-contained publishable package under package/ or a Chrome-style local debug app under .tutti/dev-app/. Use for mention://workspace-app-factory/create handoffs, mention://workspace-app-factory handoffs, standalone app generation, adapting existing…

tutti-os/tutti · 138 tokens

playwright-execute

Run Playwright tests or suites and upload the resulting report to Katalon True Platform. Use when you need to execute Playwright scripts, package scripts, spec files, projects, or suites, configure or verify @katalon/playwright-reporter, upload Playwright reports with Katalon CLI/reporter commands, and verify uploaded…

katalon-labs/true-skills · 122 tokens

yutori-browse

Automate browser tasks like form filling, data extraction, or multi-step web workflows. Use when the user needs to interact with websites that require clicking, typing, or navigation.

yutori-ai/yutori-mcp · 41 tokens

qa-e2e

End-to-end tests with Playwright or Cypress. Trigger when the user wants to create user journey tests, UI integration tests, or browser automation.

christopherlouet/claude-base · 34 tokens

web-scraping

Clean LLM-ready web scraping via Firecrawl (scrape/crawl/map/extract/search). Trigger when the user wants to extract content from a page, crawl a site, collect structured data, bypass anti-bot/JS-rendering, or perform a web search with integrated extraction. Fallback to Playwright/curl if Firecrawl is unavailable.

christopherlouet/claude-base · 75 tokens

browser-automation

Local Python-based browser automation toolkit using Playwright. Provides command-line tools for navigating, interacting with, and testing web applications without using MCP protocols. Supports clicking, typing, hovering, screenshots, content extraction, and JavaScript execution.

archubbuck/workspace-architect · 50 tokens