agentsclimarketplace

Pixijs accessibility

Skill Xopoko/plug-n-skills/plugins/pixijs/skills/pixijs-accessibility

Use for PixiJS v8 accessibility: AccessibilitySystem, screen reader overlays, keyboard navigation, accessibleTitle, accessibleHint, tabIndex, roles, activation settings.From its SKILL.md

Install
npx -y skills add Xopoko/plug-n-skills --skill pixijs-accessibility

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 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 file declares

Copied from the file, not written here

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.2 KB, 199 tokens by cl100k_base, as published. Nobody here has run it

Use this when PixiJS content needs screen reader, keyboard, role, or focus support.

Rules

  • Enable and configure the AccessibilitySystem at the application/renderer level when needed.
  • Add per-object accessibility metadata such as title, hint, role, and tab index.
  • Keep keyboard focus order intentional; do not mirror every decorative object into accessibility overlays.
  • Pair accessible canvas objects with equivalent semantic HTML when complex interaction exceeds Pixi's accessibility layer.
  • Test with keyboard and a screen reader, not only visual inspection.

Deep Reads

  • Full accessibility options and per-container examples: references/details.md
  • DOM overlays for semantic UI: pixijs-scene-dom-container
  • Input handling: pixijs-events

Common Fixes

  • Screen reader sees noise: mark only meaningful interactive or informative objects.
  • Keyboard focus order is wrong: set tab order deliberately.
  • Overlay position wrong: check scene transforms and renderer resize behavior.

What ships with it: 1 file

7.5 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.