pixijs-create

Scaffold PixiJS v8 projects using the create-pixi CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds PixiJS v8 projects efficiently using the create-pixi CLI, enabling quick start for new apps or adding PixiJS to existing codebases.

Core Features & Use Cases

  • CLI-driven scaffolding with templates (bundler-vite, bundler-webpack, bundler-esbuild, bundler-import-map, creation-web, framework-react, extension-default)
  • Supports interactive prompts or non-interactive runs for automation
  • Post-s scaffold flow: install pixi.js and start the development server for immediate feedback

Quick Start

Run the create pixi.js command to scaffold a new PixiJS v8 project or add PixiJS to an existing one.

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 project using Vite or Webpack?

To scaffold a PixiJS project, use the create-pixi CLI to select from templates like bundler-vite, bundler-webpack, or bundler-esbuild, which sets up the project structure automatically. It applies the chosen bundler configuration.

Can I integrate PixiJS into an existing React application?

Yes, you can integrate PixiJS into an existing React application using the framework-react template provided by the create-pixi CLI. This template configures the necessary wrapper components for PixiJS v8.

Does scaffolding a PixiJS app require a specific Node.js version?

Scaffolding a PixiJS app requires Node.js 18 or higher to run the create-pixi CLI and support the underlying build tools. This version ensures compatibility with the latest PixiJS v8 development dependencies.

What is the best way to automate PixiJS project creation in a CI pipeline?

The best way to automate PixiJS project creation is using the non-interactive flow of the create-pixi CLI. This allows you to pass template arguments directly, bypassing interactive prompts for automated environments.

What templates are available for creating a PixiJS web extension?

For creating a PixiJS web extension, the create-pixi CLI offers the extension-default template. This template provides the foundational setup required to build custom extensions for the PixiJS v8 rendering engine.

How do I start the development server after scaffolding a PixiJS app?

After scaffolding a PixiJS app, start the development server by installing the pixi.js package and running the dev server command provided by your chosen bundler template. This provides immediate feedback during development.