IntopiaIntopiaOfficialยท1 Agent Skills Included

intopia-web-accessibility-skill

Build WCAG-compliant accessible web interfaces and components

Generates accessible HTML, CSS, React, Vue, and Svelte components that meet WCAG 2.2 Level AA standards. Applies component acceptance criteria, semantic HTML rules, keyboard navigation, and focus management automatically. Validates colour contrast ratios with ready-made scripts to catch accessibility failures before release.
npx skills add Intopia/intopia-web-accessibility-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Intopia Web Accessibility Skill?โ–ผ

Run `npx skills add Intopia/intopia-web-accessibility-skill --all -g -y` in your terminal to install the skill globally.

How to make AI-generated code WCAG compliant?โ–ผ

This skill loads component-specific acceptance criteria and universal accessibility rules so generated code follows semantic HTML, ARIA, and keyboard navigation standards by default.

How to check colour contrast for WCAG?โ–ผ

Define your colour pairs in a palette JSON file and run the included check-colour-contrast.js script to get pass/fail results against WCAG ratio thresholds.

Which frameworks does this accessibility skill support?โ–ผ

It works with plain HTML and CSS as well as JSX, TSX, React, Vue, and Svelte components, pages, forms, modals, and email templates.

Does this skill guarantee WCAG conformance?โ–ผ

No. It supports the development process and catches common failures early, but human review and testing remain essential for full conformance.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’