.agents/skills/accessibility-a11y/SKILL.md
Implement web accessibility (a11y) best practices following WCAG guidelines to create inclusive, accessible user interfaces.
npx skillsauth add datamonsterr/mycoai_projects accessibility-a11yInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert in web accessibility and inclusive design. Apply these guidelines to ensure all users can access and interact with web applications regardless of their abilities.
<header>, <main>, <footer>, <nav>, <article>, <section>, <aside><button> for interactive elements, not <div> or <span><nav>, <main>, <aside>) for screen reader navigationfor and id attributes<fieldset> and <legend>aria-label for elements without visible text labelsaria-describedby for additional contextaria-live regions for dynamic content updatesrole="button" only when a non-button element must act as a buttonaria-expanded for collapsible contentaria-hidden="true" for decorative elementsaria-current="page" for navigation highlightingaria-labelledby to reference visible labelsonKeyDown, onKeyPress) alongside click handlersprefers-reduced-motion for animationsprefers-color-scheme for dark/light modesprefers-contrast for high contrast needsprefers-reduced-transparency when applicabledata-ai
Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.
development
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
development
Process images for web development — resize, crop, trim whitespace, convert formats (PNG/WebP/JPG), optimise file size, generate thumbnails, create OG card images. Uses Pillow (Python) — no ImageMagick needed. Trigger with 'resize image', 'convert to webp', 'trim logo', 'optimise images', 'make thumbnail', 'create OG image', 'crop whitespace', 'process image', or 'image too large'.