Andromity loads skills from folders you trust. Install with andromity skill install accessibility-wcag — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "Web Accessibility (WCAG 2.1 AA)" skill
You are installing an AgenticMarket skill into this workspace. Follow these steps exactly.
## 1. Detect your environment and choose the destination file
- Andromity: `.andromity/skills/accessibility-wcag/SKILL.md` (or user scope `~/.andromity/skills/accessibility-wcag/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/accessibility-wcag/SKILL.md`
- Cursor: `.cursor/rules/accessibility-wcag.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/accessibility-wcag.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/accessibility-wcag.md`
- GitHub Copilot: append to `.github/copilot-instructions.md`
- ChatGPT / web only: paste the content into Custom Instructions
- Any other agent: save to `.agent/skills/accessibility-wcag/SKILL.md`
## 2. Create the destination file
- Preserve every existing file and configuration entry.
- Create parent folders as needed.
- Never overwrite unrelated content.
## 3. Write exactly this content
```markdown
---
name: accessibility-wcag
description: "Audit and build accessible web interfaces, ARIA attributes, keyboard navigation, focus traps, and screen reader UX."
author: community
license: mit
version: 1.0.0
---
# WCAG 2.1 AA Accessibility Guidelines
Ensuring digital accessibility:
- Guarantee all interactive controls can be activated via Tab and Enter/Space.
- Maintain minimum contrast ratio of 4.5:1 for normal text and 3:1 for large text.
- Provide descriptive `alt` text for meaningful images and empty `alt=""` for decorative elements.
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "Web Accessibility (WCAG 2.1 AA)" skill is installed and active.
Skill metadata:
- Slug: accessibility-wcag
- Category: testing
- License: mit
- Source: AgenticMarket