The official PixiJS v8 scaffolding CLI that spits out a ready-to-run project folder with your choice of bundler. You get nine templates including Vite, Webpack, esbuild, a no-bundler import-map setup, a batteries-included Creation Engine preset, React integration, and an extension starter. Run `npm create pixi.js@latest`, pick your template from the interactive menu, and you're coding in under a minute. The skill covers the non-interactive flag syntax (crucial if you're scripting this), the npm 7+ double-dash gotcha, Node version requirements, and when to skip the CLI entirely and just `npm install pixi.js` into an existing project. Good first stop if you're starting fresh and don't want to wire up a PixiJS render loop by hand.
npx skills add https://github.com/pixijs/pixijs-skills --skill pixijs-create