pmndrspmndrsOfficialยท1 Agent Skills Included

koota

Real-time ECS state management for games, apps, and XR

Manages application state using entities, traits, and queries for real-time apps, games, and XR experiences. Eliminates messy class hierarchies and tangled state logic by separating data from behavior. Includes an AI agent skill with reference docs so your agent writes correct Koota code, React hooks, and entity relations automatically.
npx skills add pmndrs/koota --all -g -y
Available:

Tells the AI agent to use kebab-case file names, keep the koota skill documentation in sync with the README, and follow the repo's benchmark, typecheck, lint, and format workflow after editing files.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’