koota
Real-time ECS state management for games, apps, and XR
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Koota?โผ
Run `npx skills add pmndrs/koota --all -g -y` in your terminal to install the Koota agent skill globally.
What is Koota used for?โผ
Koota is an ECS-based state management library for real-time apps, games, and XR experiences. It organizes state as entities with composable traits that you update through fast batch queries.
Does Koota work with React?โผ
Yes. Koota ships React hooks like useQuery, useTrait, and useActions that reactively rerender components whenever entity data changes.
How does the Koota AI skill help my agent?โผ
The bundled SKILL.md gives your AI agent reference docs on traits, queries, relations, and React patterns so it generates correct Koota code without guesswork.
Can Koota model relationships between entities?โผ
Yes. Relations let you build graphs like hierarchies, inventories, and targeting systems, with options for auto-destroy, exclusive targets, and ordered lists.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core