One-click install
npx skills add https://github.com/AlexanderStephenThompson/claude-hub --skill design-alexanderstephenthompson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design
Source: https://github.com/AlexanderStephenThompson/claude-hub/tree/main/web/skills/design
Command: npx skills add https://github.com/AlexanderStephenThompson/claude-hub --skill design-alexanderstephenthompson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Designers need a consistent framework to create accessible UI with semantic HTML, preventing drift and rework across projects.

Core Features & Use Cases

  • Accessibility governance: guidelines and checks to ensure WCAG AA compliance, keyboard navigation, and screen reader friendly markup.
  • Semantic HTML guidance: recommended tag usage, landmark roles, headings, alt text, and accessible forms.
  • Responsive design & tokens: breakpoints, grid vs flex decisions, and design-token usage for consistent styles across devices.
  • Use Case: A design lead audits a new component to ensure semantic structure and accessibility before handoff to engineering.

Quick Start

Ask the design skill to generate a WCAG AA accessibility checklist for a sample UI component and provide example semantic HTML.

Frequently Asked Questions about design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ensure my UI components meet WCAG AA compliance?

To ensure UI components meet WCAG AA compliance, apply semantic HTML best practices, validate keyboard navigation, and generate an accessibility checklist to audit screen reader friendly markup before engineering handoff.

What is the best way to structure semantic HTML for accessible web interfaces?

Structuring semantic HTML for accessible web interfaces involves using recommended tags for landmark roles, headings, alt text, and accessible forms to enforce consistent UI standards and prevent design system drift.

How do design tokens work with responsive layouts in CSS?

Design tokens work with responsive layouts by applying tokenized CSS guidelines to manage breakpoints, grid versus flex decisions, and consistent styles across multiple devices within a component library.

Can I audit a new component for semantic structure and accessibility without external dependencies?

Yes, you can audit a new component for semantic structure and accessibility without external dependencies by referencing internal scripts and reference materials to validate markup against established UI standards.

When do I need to use semantic HTML landmark roles and accessible forms?

You need to use semantic HTML landmark roles and accessible forms when building production pages and design systems that require strict keyboard navigation and screen reader friendly markup compliance.

Why does my design system suffer from style drift across different projects?

Your design system suffers from style drift across different projects when it lacks a consistent framework for accessible UI, semantic HTML best practices, and tokenized CSS guidelines to govern component standards.