One-click install
npx skills add https://github.com/himanshu231204/AI_Research_agent --skill design-system-himanshu231204
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system
Source: https://github.com/himanshu231204/AI_Research_agent/tree/main/.opencode/skills/design-system
Command: npx skills add https://github.com/himanshu231204/AI_Research_agent --skill design-system-himanshu231204

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building a consistent design system from scratch is time-consuming, and identifying visual inconsistencies across an existing codebase often requires tedious manual review of every UI component. This Skill eliminates that overhead by automating design system generation, visual auditing, and styling PR reviews.

Core Features & Use Cases

  • Design System Generation: Automatically scan your codebase for existing styling patterns (CSS, Tailwind, styled-components) to extract design tokens, research competitor sites for inspiration, and output a complete design system with rationale and an interactive preview page.
  • Visual Consistency Auditing: Score your UI across 10 key dimensions (color consistency, typography hierarchy, spacing rhythm, accessibility, etc.) with specific, actionable fixes tied to exact file and line locations.
  • AI Slop Detection: Identify generic, low-quality AI-generated design patterns like gratuitous gradients, default purple-blue palettes, unnecessary glass morphism, and excessive scroll animations.
  • Use Case: Use this Skill when launching a new product that needs a design system, when your existing UI feels unpolished but you can't pinpoint the issues, or when reviewing PRs that modify styling to catch inconsistencies early.

Quick Start

Use the design-system skill to generate a complete design system for your new SaaS application with a minimal visual style and interactive preview page.

Frequently Asked Questions about design-system

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

FAQPage Schema
How do I generate a design system from an existing codebase?

To generate a design system, this tool scans your existing CSS, Tailwind, and styled-components code to extract design tokens. It then researches competitor sites and outputs a complete design system with rationale and an interactive preview page.

Can I audit UI visual consistency across my web application?

Yes, you can audit UI visual consistency by scoring your interface across 10 dimensions like color consistency, typography hierarchy, and spacing rhythm. The audit provides actionable fixes tied to exact file and line locations.

How do I detect generic AI-generated design patterns in my frontend?

You can detect AI slop patterns by scanning your UI for generic, low-quality AI-generated designs like gratuitous gradients, default purple-blue palettes, unnecessary glass morphism, and excessive scroll animations.

Does this work with Tailwind and styled-components for design token extraction?

Yes, design token extraction works with CSS, Tailwind, and styled-components code. It automatically parses these styling patterns to identify and extract your project's existing design tokens.

What is the best way to review styling PRs for visual inconsistencies?

The best way to review styling PRs is to use automated visual auditing to catch inconsistencies early. It evaluates modified styling against 10 visual dimensions and highlights generic AI slop or design pattern deviations.

When do I need a visual audit of my current UI patterns?

You need a visual audit when your existing UI feels unpolished but you cannot pinpoint the issues, or before a redesign. It analyzes current UI patterns and scores them to highlight specific areas needing fixes.