bitecs
Installation
SKILL.md
bitECS v0.4.0 Agent Skill
This skill provides comprehensive guidance for using bitECS, a flexible, minimal, data-oriented Entity Component System (ECS) library for TypeScript.
When to Use This Skill
Use this skill when:
- Building games or simulations using ECS architecture
- Creating and managing entities with components
- Defining component data structures (SoA or AoS)
- Querying entities based on component composition
- Building entity hierarchies with relationships
- Implementing prefabs and entity templates
- Serializing/deserializing ECS data for networking or save systems
- Implementing observer patterns for reactive component changes
- Working with multithreaded ECS systems