Pixijs create
Skill Xopoko/plug-n-skills/plugins/pixijs/skills/pixijs-create
Ready-to-install skills and plugins for Codex, Claude Code, and AI coding agents: practical workflows for app delivery, architecture, research, design, and agent tooling.
npx -y skills add Xopoko/plug-n-skills --skill pixijs-createAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use for PixiJS v8 project scaffolding with create-pixi: npm/yarn/pnpm/bun create commands, Vite templates, React template, non-interactive flags, existing project setup.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.3 KB, 252 tokens by cl100k_base, as published. Nobody here has run it
Use this for creating a new PixiJS project or adding PixiJS to a frontend project.
Fast Path
npm create pixi.js@latest my-pixi-app
cd my-pixi-app
npm install
npm run dev
Rules
- Prefer the official
create-pixiflow for new projects. - Choose the template that matches the app stack; do not add React wrappers unless the project needs React.
- For existing apps, install
pixi.jsdirectly and wireApplicationlifecycle into the host framework. - Verify the dev server renders a nonblank canvas after setup.
- Keep package-manager commands consistent with the existing repo.
Deep Reads
- Full CLI commands, package-manager variants, templates, and non-interactive setup: references/details.md
- Application setup after scaffolding:
pixijs-application - Assets and bundling:
pixijs-assets
Common Fixes
- Blank first screen: check
await app.init(...), canvas append, and dev-server asset paths. - Wrong package manager: use the repo lockfile as the source of truth.
- React lifecycle leak: destroy the app on component unmount.
What ships with it: 1 file
8.5 KB alongside SKILL.md
references/
- details.md8.5 KB