flame-templates

Generate Flame Engine boilerplate templates for RPG, platformer, and roguelike games.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/shirulot/codex-skill --skill flame-templates-shirulot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flame-templates
Source: https://github.com/shirulot/codex-skill/tree/main/flame-templates
Command: npx skills add https://github.com/shirulot/codex-skill --skill flame-templates-shirulot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of setting up complex game architectures from scratch, providing pre-built, scalable foundations for RPGs, platformers, and roguelikes.

Core Features & Use Cases

  • Multi-Genre Templates: Includes complete boilerplate code for RPG, Platformer, and Roguelike game types.
  • System Integration: Provides ready-to-use implementations for game loops, collision detection, camera management, and procedural generation.
  • Use Case: If you are starting a new Flutter game project, you can use these templates to instantly scaffold your player movement, enemy AI, and level loading systems instead of writing them from zero.

Quick Start

Read the references/rpg.md file to initialize the architecture for your new turn-based RPG project.

Frequently Asked Questions about flame-templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Flutter game architecture for an RPG without starting from scratch?

You can use Flame Engine boilerplate templates to scaffold a Flutter RPG game architecture instantly. These templates provide structured code for game loops, entity management, and turn-based mechanics, accelerating development without writing foundational systems from zero.

What is the best way to handle collision detection and game state management in Flame?

The best way to handle collision detection and game state in Flame is by using pre-built architectural patterns. These boilerplates offer modular, scalable structures for collision handling and entity management within the Flutter ecosystem.

Can I use these Flame Engine templates for platformer and roguelike games?

Yes, these Flame Engine templates support platformer and roguelike games. They include multi-genre boilerplate code with ready-to-use implementations for player movement, enemy AI, procedural generation, and level loading systems.

Do I need to write my own game loops and camera management code for a Dart game project?

No, you do not need to write game loops and camera management code from scratch. These Flame templates provide ready-to-use system integrations for game loops, camera management, and procedural generation for your Dart game project.

How do I start building a turn-based RPG with the Flame Engine in Flutter?

To start building a turn-based RPG with the Flame Engine, read the rpg.md reference file to initialize the architecture. This instantly scaffolds your game state management and entity systems for your new Flutter project.