pixi-vector-arcade

Scaffold PixiJS 8 arcade game projects with TypeScript and ECS-lite architecture.

11|5|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/rbergman/dark-matter-marketplace --skill pixi-vector-arcade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pixi-vector-arcade
Source: https://github.com/rbergman/dark-matter-marketplace/tree/main/plugins/game-dev/skills/pixi-vector-arcade
Command: npx skills add https://github.com/rbergman/dark-matter-marketplace --skill pixi-vector-arcade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers bootstrap browser-based arcade game projects with a structured ECS-like architecture, providing scalable scaffolding and a cohesive design system.

Core Features & Use Cases

  • Project scaffolding: Generates a starter PixiJS 8 project with TypeScript, Vite, and ESModule workflow.
  • ECS-lite architecture: Lays out a minimal entity/component framework suitable for arcade gameplay.
  • Performance patterns: Includes pooling, spatial hashing, and a fixed timestep loop for smooth gameplay.
  • Use Case: When you want to spin up a retro arcade prototype or full game project quickly with a strong architecture.

Quick Start

Scaffold a new PixiJS arcade project using the skill to create a directory, install dependencies, and initialize ECS-lite scaffolding.

Frequently Asked Questions about pixi-vector-arcade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a PixiJS 8 arcade game with TypeScript and Vite?

To bootstrap a PixiJS 8 arcade game, you can scaffold a new project with TypeScript, Vite, and an ESModule workflow. This generates starter project scaffolding alongside an ECS-lite architecture for scalable arcade gameplay.

What is ECS-lite architecture for browser game development?

ECS-lite architecture is a minimal entity/component framework designed for arcade gameplay. It provides a structured, scalable layout for managing game entities and components without the overhead of a full entity-component-system library.

What performance patterns do I need for a smooth PixiJS arcade game?

For a smooth PixiJS arcade game, you need performance patterns like object pooling, spatial hashing, and a fixed timestep loop. These patterns ensure consistent gameplay and efficient rendering when managing many entities.

Can I use this PixiJS scaffolding for rapid retro game prototyping?

Yes, you can use this scaffolding for rapid retro game prototyping. It is specifically designed to help you quickly spin up retro arcade prototypes or full game projects with a strong architectural foundation.

Does the PixiJS arcade bootstrap include a visual design system?

Yes, the PixiJS arcade bootstrap includes a visual design system. Along with project scaffolding and ECS-lite entity management, it delivers a cohesive design system to streamline your game's visual development.