Skip to content
Development
Skill

/runner

Hub for 3D endless-runner games — list control templates, recommend a pattern, point to live demos and /runner-new. Trigger `/runner` or `/runner --list`.

From plugin
agentic-awesome-kits
932 skills
Install
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill runner --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/runner

Context preview

The summary Claude sees to decide when to auto-load this skill.

Hub for 3D endless-runner games — list control templates, recommend a pattern, point to live demos and /runner-new. Trigger `/runner` or `/runner --list`.

SKILL.md

runner.SKILL.md
name: runner
description: Hub for 3D endless-runner games — list control templates, recommend a pattern, point to live demos and /runner-new. Trigger `/runner` or `/runner --list`.
user-invocable: true
argument-hint: "[--list] | --template <id> | (interactive)"

/runner — Runner kit hub

Goal

Help the user **choose** a control + camera pattern, then hand off to `/runner-new` or `/runner-tune`.

Templates

| ID | Control | Camera | Good for | |----|---------|--------|----------| | `ski` | Continuous steer | Forward | Ski, skate, smooth lane | | `moto` | Lane tap | Forward | 3-lane racer | | `ski-side` | Jump | Side | Grounded side-runner | | `wing` | Flap (gravity always on) | Side | Flappy-style | | `loop` | Jump + light steer | Side | Street side-scroller |

Catalog detail: `@../../../references/control-patterns.md`

Approach

`--list` or empty

Print the table above + link to live demos:

  • Hub: `demos/runner-kit-3d/` (or Pages URL if known)
  • Games: `games/ski/`, `moto/`, `ski-side/`, `wing/`, `loop/`

Recommend one template from the user’s goal (e.g. “like Flappy” → `wing`).

User already chose

Suggest:

/runner-new {slug} --template {id} --title "DISPLAY TITLE"

Constraints

  • Do not invent new engine APIs — `@../../rules/runner-conventions.md`
  • L1 only when writing files (this hub is usually read-only)

References

  • @../../rules/runner-conventions.md
  • @../../rules/approval-gate.md
  • @../../../references/control-patterns.md
  • @../../../references/learn.md
  • @../../../RUNNER-BRAIN.md
Read more
Ships withagentic-awesome-kits

Reusable AI Skill Kits for coding agents (Claude Code and any other subagent/slash-command-compatible tool).

Get the whole plugin
Stats
9
Stars
3
Forks
Maintained
Maintenance
Python
Language
1mo ago
Last commit
2mo ago
Created

Repo: KhaiTrang1995/agentic-awesome-kits

Other skills on agentic-awesome-kits.