dojo-model

Installation
SKILL.md

Dojo Model Generation

Create Dojo models that define your game's state using Entity Component System (ECS) patterns.

When to Use This Skill

  • "Add a Position model"
  • "Create a Player entity with health and level"
  • "Generate an Inventory model"
  • "Define a model for [game concept]"

What This Skill Does

Generates Cairo model structs with:

  • #[dojo::model] attribute
  • Required trait derivations (Drop, Serde)
  • Key field configuration (#[key])
  • Field types appropriate to your data
Related skills
Installs
64
Repository
dojoengine/book
GitHub Stars
53
First Seen
Jan 30, 2026
Security Audits