Skill repository for the Inglorious Forge ecosystem.
This repo contains focused skill/reference files that help an agent work with the Inglorious Forge packages for:
- Web applications
- Realtime applications
- 2D games
- Tooling and scaffolding
skills/**/SKILL.md: Package-specific references and implementation guidanceLICENSE: License for this repository
skills/utils/SKILL.md- Utility functions and algorithmsskills/store/SKILL.md- Entity-based state managementskills/server/SKILL.md- Realtime WebSocket server patternsskills/react-store/SKILL.md- React bindings for the storeskills/web/SKILL.md- lit-html based web framework patternsskills/charts/SKILL.md- SVG charting primitivesskills/ssx/SKILL.md- Static site generation and hydrationskills/engine/SKILL.md- Functional 2D game engineskills/vite-plugin-jsx/SKILL.md- JSX transform for@inglorious/webskills/vite-plugin-vue/SKILL.md- Vue-like template transform for@inglorious/webskills/create-app/SKILL.md- App scaffolding workflowsskills/create-game/SKILL.md- Game scaffolding workflows
Use skills/forge/SKILL.md as the entry point. It maps user goals to the smallest relevant files in skills/ so an agent can load only the needed context.
This repository is documentation-first. It does not publish runtime packages; it provides agent-oriented guidance for packages published under the @inglorious/* namespace.