Skip to content
Development
Skill

/runner-tune

Tune an existing runner game — CONFIG difficulty, theme CSS, bloom — without rewriting architecture. Trigger `/runner-tune <game>`.

From plugin
agentic-awesome-kits
932 skills
Install
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill runner-tune --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-tune

Context preview

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

Tune an existing runner game — CONFIG difficulty, theme CSS, bloom — without rewriting architecture. Trigger `/runner-tune <game>`.

SKILL.md

runner-tune.SKILL.md
name: runner-tune
description: Tune an existing runner game — CONFIG difficulty, theme CSS, bloom — without rewriting architecture. Trigger `/runner-tune <game>`.
user-invocable: true
argument-hint: "<game-folder> [--gravity n] [--speed-max n] [--accent #hex]"

/runner-tune — Difficulty & theme

Goal

Adjust **numbers and theme** on an existing `games.js` / `index.html`. Do not replace the Spawner/hook architecture unless the user asks.

Examples

/runner-tune wing --gravity -32 --flap 10
/runner-tune moto --speed-max 50 --accent #33e6ff
/runner-tune loop --jump 15

Process

1. Read current `CONFIG` and `:root` CSS variables. 2. L1 short plan of keys to change. 3. Patch only those keys; keep comments. 4. Suggest playtest checklist (mobile touch, keyboard, mute).

Do not

  • Rewrite mesh builders “for fun”
  • Change `mode: 'side'|'forward'` without explicit request
  • Invent external leaderboard endpoints

References

  • @../../rules/runner-conventions.md
  • @../../rules/approval-gate.md
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.