pixijs-assets

Load and cache PixiJS assets with resolution and format detection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines loading and caching of PixiJS assets across bundles, manifests, and per-asset options.

Core Features & Use Cases

  • Centralized asset lifecycle: initialize, load, unload, and cache assets with resolution and format detection.
  • Bundle and manifest support: define bundles and manifests to group assets and preload efficiently.
  • Rich asset types: textures, fonts, spritesheets, videos, SVGs, GIFs, and more with per-asset data.

Quick Start

Initialize Assets and load your first assets to begin managing textures, fonts, and videos.

Frequently Asked Questions about pixijs-assets

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

FAQPage Schema
How do I load and cache PixiJS assets using bundles and manifests?

Yes, PixiJS asset management supports per-asset data and resolution detection to automatically load appropriate texture formats and sizes for your game or application.

Can I use PixiJS asset bundles to preload textures and videos?

Yes, you can define bundles and manifests to group rich asset types like textures, spritesheets, and videos, enabling efficient background loading and centralized caching across your application.

What is the best way to manage dynamic resource resolution for PixiJS textures?

Initialize the asset system with manifests to detect screen resolutions and dynamically load appropriate texture formats, streamlining resource resolution across different devices.

Does PixiJS v8 support forced-parser flows for extension-less URLs?

Yes, PixiJS v8 asset management supports forced-parser flows for extension-less URLs, allowing you to explicitly define how resources are parsed and loaded outside of standard file extensions.

How do I handle background loading for spritesheets and fonts in PixiJS?

Handle background loading by grouping spritesheets and fonts into bundles within a manifest, allowing the asset system to preload and cache them efficiently while your application runs.