forge-skills

Ecosystem guide for building web apps and 2D games with Inglorious Forge packages. Use when selecting packages, combining @inglorious modules, or implementing architecture with @inglorious/store, @inglorious/web, @inglorious/engine, @inglorious/ssx, and related tooling.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "forge-skills" with this command: npx skills add ingloriouscoderz/forge-skills/ingloriouscoderz-forge-skills-forge-skills

Forge Skills

Use this file as the routing entry point for the Inglorious Forge skill set. Load only the specific files in skills/ that match the user request.

Workflow

  1. Identify the user goal (state management, web UI, realtime sync, game loop, scaffolding, charts, or tooling).
  2. Select the minimum number of files from skills/ needed to answer or implement the request.
  3. Prefer package-specific guidance over generic assumptions.
  4. For multi-package tasks, combine only the relevant skill files.

Skills Map

@inglorious/utils

Use for utility functions and algorithmic helpers.

  • Math, vector operations, trigonometry, random helpers
  • Physics helpers (velocity, acceleration, friction)
  • Functional helpers (composition, piping)
  • Data structures and algorithms

@inglorious/store

Use for entity-based state management.

  • Event-driven handlers and deterministic event queues
  • Middleware and testing utilities
  • Redux-compatible API and DevTools integration
  • Multiplayer-friendly patterns

@inglorious/server

Use for realtime server patterns.

  • Store-backed server architecture
  • Entity and event synchronization over WebSockets

@inglorious/react-store

Use for React integration with @inglorious/store.

  • Provider setup and simplified hooks
  • useEntity and useNotify patterns

@inglorious/web

Use for web UI architecture with @inglorious/store and lit-html.

  • render(entity, api) patterns
  • Whole-tree re-rendering with efficient DOM updates
  • Built-in form, table, list, select, and router modules
  • Testing patterns
  • Web UI type conventions: skills/web-best-practices.md

@inglorious/charts

Use for SVG chart construction.

  • Declarative and composable chart primitives
  • Configuration-driven chart behavior
  • SSR-friendly chart rendering

@inglorious/ui

Use for design system components and theming.

  • Render-function components (button, input, card, etc.)
  • CSS tokens for colors, spacing, radii, typography
  • Themeable with Inglorious, Material, and Bootstrap themes
  • Light and dark mode variants
  • UI primitive conventions: skills/ui-best-practices.md

@inglorious/ssx

Use for static site generation and hydration workflows.

  • Development server with HMR
  • Vite-based build and bundling
  • Markdown, LaTeX math, and Mermaid support
  • SEO support (sitemaps, manifests, metadata)
  • Fast hydration with @lit-labs/ssr

@inglorious/engine

Use for functional 2D game loop architecture.

  • Frame-based update(entity, dt) handlers
  • Entity pool middleware for high-frequency updates
  • Optional IngloriousScript vector operators via Babel

Tooling & Integration

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Bitpanda Official

Query a Bitpanda account via the Bitpanda API using a bundled bash CLI. Covers all read-only endpoints: balances, trades, transactions, asset info, and live...

Registry SourceRecently Updated
Coding

OPC Landing Page Manager

Landing page strategy, copywriting, design, and code generation for solo entrepreneurs. From product idea to a complete, self-contained, conversion-optimized...

Registry SourceRecently Updated
Coding

kintone Ops

Build, query, and automate Cybozu kintone apps — Japan's leading no-code business platform with global deployments. Use this skill whenever the user mentions...

Registry SourceRecently Updated
Coding

Decode

Decode - command-line tool for everyday use

Registry SourceRecently Updated