Universal (recommended)
Works with 40+ agentsDrop the skill collection into your agent with a single command. No config required.
npx skills add https://github.com/pixijs/pixijs-skills
Teach your AI coding agent how to correctly use PixiJS v8 with the official pixijs-skills collection. One install, 40+ agents supported.
The universal npx skills command works for most agents. The IDE-specific routes below are useful if you prefer native plugin or rule workflows.
Drop the skill collection into your agent with a single command. No config required.
npx skills add https://github.com/pixijs/pixijs-skills
Use Claude's built-in plugin marketplace. Run this from Claude Code's slash-command prompt.
/plugin marketplace add pixijs/pixijs-skills
Settings → Rules → Add Rule → Remote Rule (GitHub) and paste pixijs/pixijs-skills. Or use the universal command above.
Copilot doesn't load skill files, so copy the official copilot-instructions.md into your repo instead.
curl -o .github/copilot-instructions.md \ https://raw.githubusercontent.com/pixijs/pixijs-skills/main/.github/copilot-instructions.md
Once installed, describe your PixiJS task and the agent pulls in the relevant skills. You can also call the skill out by name when you want to be direct.
# Ask naturally, the agent picks up the skill when it fits Build a PixiJS v8 scene with Assets, Container, Sprite, and ticker-based animation. # Or be explicit Use the pixijs skill and refactor this scene to follow current v8 patterns.
Instead of hand-rolling prompts or pasting raw docs, point your agent at the official skill collection maintained by the PixiJS team.
Authored and updated by the PixiJS team alongside the library itself.
One install command covers Cursor, Claude Code, Codex, Windsurf, Copilot, and more.
25 focused skills across Application, Assets, Graphics, Filters, Mesh, Performance, and more.
Prefer the skills workflow whenever possible, but these files remain useful for tools that accept a llms.txt URL or for custom GPTs.
Lightweight navigation index optimized for quick context loading.
Complete guides and tutorials without the full API reference.
Complete API reference with all details in a single file.
llms.txt is a standardized format for AI-readable project documentation. It complements the official skills when you want raw context alongside a task-aware workflow.