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.
npx agentmods add skills/vucinatim/air-jam/controller-uinpx skills add vucinatim/air-jam --skill controller-uigit clone --depth 1 https://github.com/vucinatim/air-jamWrote 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.
[](https://agentmods.dev/skills/vucinatim/air-jam/controller-ui)<a href="https://agentmods.dev/skills/vucinatim/air-jam/controller-ui"><img src="https://agentmods.dev/badge/skills/vucinatim/air-jam/controller-ui.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00528 |
| Opus 5 | $0.00017 | $0.00264 |
| Sonnet 5 | $0.00007 | $0.00106 |
| Haiku 4.5 | $0.00003 | $0.00053 |
Grade A, and why
controller-ui 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Controller UI
Use this skill for controller gameplay and lobby surfaces.
Read First
docs/airjam/generated/controller-ui.mddocs/airjam/visual-system.mddocs/airjam/iconography.mddocs/airjam/composition-shell-contract.mdwhen the controller needs lobby/status/lifecycle shell work
Gameplay Rules
- gameplay controller UI should live inside an absolute
inset-0root - avoid scroll during active gameplay
- use large touch targets
- disable accidental text selection
- keep actions obvious and single-purpose
Lobby Rules
- keep the flow simple
- allow scroll only when it helps
- keep the hierarchy sparse
- prefer the shared shell contract for top status and lifecycle action placement unless the game has a strong reason to go fully custom
Shell Contract Rule
For controller shell work:
- prefer
RuntimeShellHeader,LifecycleActionGroup,useControllerShellStatus,useControllerLifecyclePermissions, anduseControllerLifecycleIntentsfor the default composition path - if you need custom markup, keep the same lifecycle behavior and action ordering
- do not keep duplicate lifecycle controls in both a top shell and a legacy local panel
Design Direction
- build controller UI like a game control surface
- avoid card-heavy dashboards
- avoid tiny controls and dense text
- avoid emoji-as-icon UI
- if the template already defines semantic panel, shell, or touch-surface utilities, use those before inventing new visual patterns
Icon Rule
Prefer:
@tabler/icons-reactfor general UI and system actionsreact-iconsGi*exports for gameplay-specific concepts such as abilities, status effects, pickups, and damage types
Do not mix icon packs casually throughout the tree.
Prefer local wrapper modules so icon usage stays curated and replaceable.
Attribution Note
If the project uses react-icons Gi* icons, remember that the underlying Game Icons set has its own attribution requirements.
Downstream teams remain responsible for how they satisfy those requirements.
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.
- 5d ago First seen · 70 lines · 34 tokens per session scan A c40db533e4dc
controller-ui is a skill published in the GitHub repository vucinatim/air-jam (6 stars, last pushed yesterday), licensed MIT. It adds 34 tokens to every session and 528 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.
Other skills, from other repositories
design-lenses
Structured game-design critique: review a game through Schell's design lenses, Wright's systems-and-emergence lenses, and the MDA framework, producing severity-ranked findings with concrete fixes. Use when the user asks 'is my game fun?', 'review my game design', 'why is it boring?', 'critique this game', 'what's…
teach-me
Teach the user end-to-end browser game development over multiple sessions — design, engine, art, audio, juice, multiplayer, shipping — by building real games together. Use when the user wants to LEARN to make games themselves: 'teach me game development', 'I want to learn to make games', 'teach me Phaser', 'how do…
gaming-expert
Build comprehensive game systems including gameplay mechanics, multiplayer infrastructure, analytics tracking, and monetization features. Use when the user mentions game development, Unity or Unreal, gameplay mechanics, multiplayer netcode, game analytics, or in-game monetization.
pc-games
PC and console game development principles. Engine selection, platform features, optimization strategies.
game-development
Game development orchestrator. Routes to platform-specific skills based on project needs.
game-design
Game design principles. GDD structure, balancing, player psychology, progression.