Ocsidian

Templates

Starter templates for common game genres and systems.

Templates are pre-configured project scaffolds for common game genres and systems. They include project structure, starter assets, rules, and AI context so you can hit the ground running.

Built-in templates

  • First-Person Shooter — Character controller, weapon system, basic level
  • Third-Person Action — Camera, movement, combat, inventory
  • Open World RPG — World streaming, quest system, NPC framework
  • Puzzle Platformer — Physics interactions, checkpoints, level progression
  • Racing — Vehicle physics, track generation, lap system
  • Blank — Minimal project with Ocsidian config only

Custom templates

Create your own templates by saving a project state as a template. This captures the file structure, rules, settings, and optionally starter content.

ocsidian template create --name="my-template" --include-content