flame-templates

flame-templates is a skill for Claude Code from miles990/claude-software-skills. It costs 22 tokens per session (379 once invoked), scanned A, original, MIT.

Starter code and project structures for making RPGs, platform games, or roguelikes with the Flame game engine, a toolkit for building games in Dart and Flutter.

In plain words
What is it for?
Use it to begin a turn-based or action RPG, side-scrolling platformer, or game with randomly generated dungeons and possible permanent character death.
Why use it?
It gives you a starting game loop, player class, and basic interface so you do not have to build the common foundation from scratch.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the flame plugin — 4 skills shipped together , and of game-development

Good fit Use it to begin a turn-based or action RPG, side-scrolling platformer, or game with randomly generated dungeons and possible permanent character death.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/miles990/claude-software-skills/flame-templates
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 miles990/claude-software-skills --skill flame-templates
Clone the repo
git clone --depth 1 https://github.com/miles990/claude-software-skills

Made for: Claude Code.

Or install flame, the plugin that ships this one along with the rest of its 4 skills.

Its marketplace also offers this one on its own, as the plugin flame-templates/plugin install flame-templates after adding the marketplace above.

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 flame-templates

README.md
[![agentmods](https://agentmods.dev/badge/skills/miles990/claude-software-skills/flame-templates/github.svg)](https://agentmods.dev/skills/miles990/claude-software-skills/flame-templates)
Your own site
<a href="https://agentmods.dev/skills/miles990/claude-software-skills/flame-templates"><img src="https://agentmods.dev/badge/skills/miles990/claude-software-skills/flame-templates/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 flame-templates

Your own site · 80×15
<a href="https://agentmods.dev/skills/miles990/claude-software-skills/flame-templates"><img src="https://agentmods.dev/badge/skills/miles990/claude-software-skills/flame-templates.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 379 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 original 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.00022 $0.00379
Opus 5 $0.00011 $0.00189
Sonnet 5 $0.00004 $0.00076
Haiku 4.5 $0.00002 $0.00038

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

Security

Grade A, and why

flame-templates 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 10d 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.

domain-applications/game-development/flame/flame-templates/SKILL.md · 50 lines

What it actually says

Flame Game Templates

三種主要遊戲類型的完整起始模板和架構。

Reference Index

Template File Description
RPG references/rpg.md 回合制/動作 RPG 完整架構
Platformer references/platformer.md 橫向卷軸平台遊戲
Roguelike references/roguelike.md 程序生成地下城

AI Usage Guide

需要 RPG 遊戲?      → Read references/rpg.md
需要平台遊戲?       → Read references/platformer.md
需要 Roguelike?    → Read references/roguelike.md

Template Comparison

Feature RPG Platformer Roguelike
View Top-down / Isometric Side-view Top-down
Combat Turn-based / Action Real-time Turn / Real-time
Progression Level + Equipment Checkpoints Permadeath + Meta
Map Static + Towns Linear Levels Procedural

Quick Start

每個模板包含:

  • 完整 main.dart
  • Player 類別
  • 核心遊戲循環
  • 基礎 UI
  • flame-core - 引擎核心基礎
  • flame-systems - 14 個遊戲系統
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 50 lines · 22 tokens per session scan A ed3ba9b88902

Subscribe to this mod's changes

flame-templates is a skill published in the GitHub repository miles990/claude-software-skills (20 stars, last pushed 7mo ago), licensed MIT. It adds 22 tokens to every session and 379 once invoked, about $0.0001 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-30.