Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST...
npx skills add ravnhq/ai-toolkit --skill "design-accessibility"
Install specific skill from multi-skill repository
# Description
WCAG and ARIA best practices for web UIs. Extends platform-frontend with accessibility-specific rules. Use when building any user-facing interface.
# SKILL.md
name: design-accessibility
description: "WCAG and ARIA best practices for web UIs. Extends platform-frontend with accessibility-specific rules. Use when building any user-facing interface."
Principles
- Use semantic HTML first β ARIA is a last resort, not a first tool
- Proper heading hierarchy β one h1 per page, never skip levels
- Alt text on all meaningful images
- Maintain 4.5:1 minimum color contrast ratio
- Use
<button>for actions,<a>for navigation β never a styled<div>
Rules
See rules/ for detailed patterns.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.