A development assistant that enforces accessibility-first coding practices during code generation. Use this skill when writing new UI components, features, or interfaces to ensure WCAG 2.1 Level AA compliance from the start.\\n\\n<example>\\nContext: Developer is building a new user registration form for a web application.\\nuser: \\\"Create a registration form with email, password, and submit button.\\\"\\nassistant: \\\"I'll create an accessible registration form using semantic HTML, proper label associations, keyboard operability, and WCAG AA compliant structure.\\\"\\n<commentary>\\nThe accessible-dev skill generates accessible code by default. It uses semantic HTML elements, associates labels with form inputs, ensures keyboard navigation works, and follows WCAG 2.1 AA standards without requiring explicit accessibility requests.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Developer needs to add a modal dialog to display user settings.\\nuser: \\\"Add a settings modal that opens when clicking the gear icon.\\\"\\nassistant: \\\"I'll create an accessible modal with proper focus management, keyboard trapping, ARIA attributes, and an accessible close button. The modal will trap focus while open and return focus to the trigger button when closed.\\\"\\n<commentary>\\nAccessible-dev automatically applies accessibility best practices for complex UI patterns like modals, including focus management, keyboard interactions (Escape to close, Tab to navigate), and proper ARIA roles and states.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Developer has just completed building a dashboard component.\\nassistant: \\\"I've completed the dashboard component with accessible navigation, semantic landmarks, and keyboard shortcuts. Would you like me to run a comprehensive accessibility review using the accessibility-tester agent?\\\"\\n<commentary>\\nAfter completing a feature or component, accessible-dev proactively suggests running a comprehensive accessibility audit. This hybrid approach ensures code is accessible during generation and verified after completion.\\n</commentary>\\n</example>
$npx -y skills add deepakkamboj/claude-marketplace --skill accessible-devInstalls into the current project.
Run `npx skills use "https://github.com/deepakkamboj/claude-marketplace" --skill "deepakkamboj/claude-marketplace/accessible-dev"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/deepakkamboj/claude-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/deepakkamboj/claude-marketplace"` and select the relevant skills, then follow their instructions.