pixijs-create

Scaffold PixiJS v8 projects using the create-pixi CLI.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/matthewharwood/dean-stack --skill pixijs-create-matthewharwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pixijs-create
Source: https://github.com/matthewharwood/dean-stack/tree/main/.claude/skills/pixijs-create
Command: npx skills add https://github.com/matthewharwood/dean-stack --skill pixijs-create-matthewharwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding PixiJS v8 projects often requires navigating multiple templates, options, and setup steps; this Skill consolidates those tasks into a clear, repeatable workflow that speeds bootstrapping and ensures consistency across projects.

Core Features & Use Cases

  • Scaffold new PixiJS v8 projects using the create-pixi CLI with interactive prompts or non-interactive flags.
  • Enable template presets across bundler-vite, bundler-webpack, bundler-esbuild, bundler-import-map, creation-web, framework-react, and extension-default.
  • Handle post-scaffold steps such as installing pixi.js and validating Node version requirements for smooth first runs.

Quick Start

Run the create-pixi CLI to bootstrap a new PixiJS project, selecting a template or using a non-interactive command, then install dependencies and start the development server.

Frequently Asked Questions about pixijs-create

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

FAQPage Schema
How do I scaffold a new PixiJS v8 project using the CLI?

To scaffold a PixiJS v8 project, run the create-pixi CLI to bootstrap your application, select a template preset via interactive prompts, then install dependencies and start the development server.

What templates are available when bootstrapping a PixiJS v8 application?

Available PixiJS v8 templates include bundler presets for Vite, Webpack, esbuild, and import-map, alongside framework presets like React and extension-default configurations.

Can I add PixiJS to an existing project instead of creating a new one?

Yes, the create-pixi CLI supports adding PixiJS to existing projects by running the scaffolding tool within your current directory to integrate the framework dependencies.

Do I need a specific Node version to scaffold PixiJS v8 apps?

Yes, scaffolding PixiJS v8 apps requires validating Node version requirements to ensure compatibility, which the workflow checks before completing post-scaffold steps and installing dependencies.

Can I bootstrap a PixiJS project non-interactively without prompts?

Yes, you can bootstrap PixiJS v8 projects non-interactively by passing specific flags to the create-pixi CLI, bypassing the interactive template selection prompts for automated setups.

Does create-pixi work across multiple package managers?

Yes, create-pixi supports scaffolding across multiple package managers, allowing you to bootstrap PixiJS v8 projects consistently regardless of your preferred Node package manager environment.