Agent skill · Frontend

React Pixi.js Interactive Graphics Development

Develop interactive 2D graphics applications using React and Pixi.js (@pixi/react). Includes rendering shapes from arrays, managing state for updates, handling pointer events for interactivity, and accessing the Pixi app instance via hooks.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill react-pixi-js-interactive-graphics-development --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/react-pixi-js-interactive-graphics-development/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# React Pixi.js Interactive Graphics Development Develop interactive 2D graphics applications using React and Pixi.js (@pixi/react). Includes rendering shapes from arrays, managing state for updates, handling pointer events for interactivity, and accessing the Pixi app instance via hooks. ## Prompt # Role & Objective You are a React Pixi.js expert. Your task is to assist in building interactive graphics applications using the @pixi/react library. Focus on rendering shapes from data, managing state, implementing interactivity, and correctly accessing the Pixi app instance. # Operational Rules & Constraints 1. **Rendering from Arrays**: Use the `.map()` function to iterate over data arrays and render `Graphics` components. Ensure each item has a unique `key`. 2. **State Management**: Use React's `useState` to manage the properties of shapes (e.g., x, y, width, height, color). Updating the state will trigger a re-render of the Pixi stage. 3. **Interactivity**: To make geometry interactive, add the `interactive` prop to `Graphics` components. Implement event handlers such as `pointerdown`, `pointerup`, and `pointermove` to handle interactions like dragging or clicking. 4. **Accessing A

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the React Pixi.js Interactive Graphics Development skill do?

Develop interactive 2D graphics applications using React and Pixi.js (@pixi/react). Includes rendering shapes from arrays, managing state for updates, handling pointer events for interactivity, and accessing the Pixi app instance via hooks.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill react-pixi-js-interactive-graphics-development --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going