runner

runner is a skill for Claude Code from KhaiTrang1995/agentic-awesome-kits. It costs 39 tokens per session (432 once invoked), scanned A, original, no licence file.

A hub for patterns used in 3D endless-runner games, where a player moves through an ongoing course while avoiding obstacles. It lists control templates, suggests a pattern, and links to working demonstrations.

In plain words
What is it for?
Use the /runner command to list control templates, get a recommendation, view live demos, or start a new runner game with /runner-new.
Why use it?
It helps choose a suitable game-control approach without starting from an undefined design. The available examples make it easier to compare patterns before building one.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use the /runner command to list control templates, get a recommendation, view live demos, or start a new runner game with /runner-new.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khaitrang1995/agentic-awesome-kits/runner
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 KhaiTrang1995/agentic-awesome-kits --skill runner
Clone the repo
git clone --depth 1 https://github.com/KhaiTrang1995/agentic-awesome-kits

Made for: Claude Code.

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 runner

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaitrang1995/agentic-awesome-kits/runner.svg)](https://agentmods.dev/skills/khaitrang1995/agentic-awesome-kits/runner)
Your own site
<a href="https://agentmods.dev/skills/khaitrang1995/agentic-awesome-kits/runner"><img src="https://agentmods.dev/badge/skills/khaitrang1995/agentic-awesome-kits/runner.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 432 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.00039 $0.00432
Opus 5 $0.00019 $0.00216
Sonnet 5 $0.00008 $0.00086
Haiku 4.5 $0.00004 $0.00043

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

Security

Grade A, and why

runner 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.

kits/software/runner-kit-3d/.claude/skills/runner/SKILL.md · 57 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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 · 57 lines · 39 tokens per session scan A 205e9778ac08

Subscribe to this mod's changes

runner is a skill published in the GitHub repository KhaiTrang1995/agentic-awesome-kits (8 stars, last pushed 1mo ago), with no licence file. It adds 39 tokens to every session and 432 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

pufferlib

Version-aware guidance for PufferLib reinforcement-learning environments, vectorization, policies, PuffeRL training, evaluation, and safe checkpoint review. Use when adapting Gymnasium/PettingZoo environments to published PufferLib 3.0.0 or working with the redesigned native 4.0 source line.

K-Dense-AI/scientific-agent-skills · 65 tokens

build-world

Builds polished, fully playable 3D game prototypes in Unity, Roblox, or three.js with high-quality (.glb) meshes from the Thrixel API, and publishes finished games to a public thrixel.world link that anyone can play in a browser. Use when the user wants to make a game, build a playable prototype, or generate 3D assets…

thrixel/build-world · 120 tokens

game-builder

Convert any topic into playable browser games. Types: trivia, matching, word puzzles, adventure games. Uses Phaser.js or Kaboom.js.

OneWave-AI/claude-skills · 31 tokens

add-mechanic

Add game mechanics with correct GDScript 4.x patterns -- movement, health, inventory, save/load.

n24q02m/better-godot-mcp · 26 tokens

meshy-3d-generation

Generate 3D models, textures, images, rig characters, and animate them using the Meshy AI API. Handles API key detection, setup, and all generation workflows via direct HTTP calls. Use when the user asks to create 3D models, convert text/images to 3D, texture models, rig or animate characters, or interact with the…

meshy-dev/meshy-3d-agent · 101 tokens

img2mo-learn

Learn reusable 2D motion-generation knowledge from user-specified action resources with /img2mo-learn . Use when the user provides videos, extracted frame sequences, spritesheets, Spine assets, generated outputs, failed attempts, or reference motion folders and wants to summarize animation timing, pose beats, style…

WU-HAOTIAN34/2dimg2motion · 104 tokens