web-design

Design responsive, accessible websites with semantic HTML and CSS Flexbox.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DegrassiAaron/influencerai-monorepo --skill web-design-degrassiaaron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design
Source: https://github.com/DegrassiAaron/influencerai-monorepo/tree/main/.claude/skills/web-design
Command: npx skills add https://github.com/DegrassiAaron/influencerai-monorepo --skill web-design-degrassiaaron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides practical guidelines and code snippets for building modern, accessible, responsive websites.

Core Features & Use Cases

  • HTML & CSS Basics: skeleton and responsive layouts with Flexbox.
  • Accessibility & Performance: WCAG, semantic HTML, optimized assets.
  • UI Frameworks: Bootstrap and Tailwind CSS examples.

Quick Start

Create a simple page using the HTML5 skeleton and a responsive CSS file.

Frequently Asked Questions about web-design

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

FAQPage Schema
How do I make a website responsive across different devices?

Responsive design uses CSS Flexbox and Grid layouts with media queries to adapt your website to different screen sizes. HTML5 semantic structure combined with flexible CSS ensures your site displays correctly on mobile, tablet, and desktop browsers without separate versions.

What does web accessibility mean and why is it important?

Web accessibility means designing websites usable by everyone, including people using assistive technologies. It involves semantic HTML, descriptive image alt text, and WCAG conformance standards to ensure your content works with screen readers and keyboard navigation.

How do I structure HTML for better accessibility and SEO?

Semantic HTML5 uses proper heading hierarchy, landmark elements like nav and main, and descriptive link text instead of generic phrases. This structure helps both assistive technologies and search engines understand your content's meaning and relationships.

Can I use Bootstrap or Tailwind CSS for responsive layouts?

Yes. Both Bootstrap and Tailwind CSS provide pre-built responsive components and utility classes that work with semantic HTML and accessibility standards. They accelerate responsive design while maintaining WCAG compliance when used correctly.

How do I optimize images and assets for web performance?

Image optimization reduces file sizes through compression and modern formats, while CSS minification removes unnecessary code. Progressive enhancement ensures core functionality loads first, improving page speed across devices and network conditions.

Do I need to test my website on multiple browsers for responsiveness?

Yes. Testing across browsers ensures your responsive CSS, Flexbox layouts, and HTML rendering work consistently. Browser compatibility verification catches layout shifts and accessibility issues that might only appear in specific environments.