Instructions file CodexOpenCode
Instructions for lessthanseventy/excessibility, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
Instructions file CodexOpenCode
Instructions for lessthanseventy/excessibility, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
Instructions file
Instructions for lessthanseventy/excessibility, covering claude.md, project overview, development commands, testing and run all tests.
Plugin Claude Code
LiveView introspection and accessibility testing skills for Phoenix. Use htmlsnapshot() to capture state at any point, axe-core for WCAG compliance, timeline analysis for debugging.
Skill Claude CodeCodex
Use when debugging LiveView issues - timeline analysis shows state at each event, snapshots show rendered HTML, analyzers suggest root causes.
Skill Claude CodeCodex
Reference guide for fixing axe-core/WCAG errors in Phoenix LiveView - maps common violations to Phoenix-specific fixes.
Skill Claude CodeCodex
Use when implementing Phoenix LiveView features - TDD with htmlsnapshot for state inspection and axe-core for accessibility. Sprinkle snapshots to see what's rendered, delete when done.