smithery/neversight

flame-templates

Game type templates for Flame Engine - RPG, Platformer, Roguelike starter code

Installation

$ npx skills add smithery/neversight --skill flame-templates

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,358 B
  • docs SUMMARY.md 101 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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

Related Skills

  • flame-core - 引擎核心基礎
  • flame-systems - 14 個遊戲系統