BeClaude

design-system-analyzer

New
138Community RegistryGeneralby OhMySkills

Analyze any website's UI style using ChromeDevTools to extract precise CSS tokens, animations, and interaction states. Generates comprehensive Design System Prompts from live websites.

Community PluginView Source

Overview

A curated collection of Claude Code skills for enhanced development workflows.

Overview

OhMySkills provides powerful, production-ready skills for Claude Code that extend its capabilities across various development tasks. Each skill is carefully crafted to integrate seamlessly with your development workflow.

Available Skills

šŸŽØ Design Style Skill

Automatically retrieves design system prompts to create visually distinctive, production-grade frontend code with 30+ specific design styles.

Note: Design system prompts are sourced from designprompts.dev - a curated collection of high-quality design system templates.

šŸ” Design System Analyzer Skill

Analyze any website's UI style using ChromeDevTools to extract precise CSS tokens, animations, and interaction states. Generates comprehensive Design System Prompts from live websites.

Key Features:

  • •Deep CSS extraction (keyframes, transitions, tokens)
  • •Interaction state analysis (:hover, :focus, etc.)
  • •Design token extraction (CSS variables, colors, spacing)
  • •Tech stack fingerprinting (React, Vue, Tailwind detection)
  • •Anti-bot/Cloudflare handling with user guidance
  • •Generates complete Design System Prompts

Example Usage:

code
"Analyze this site: https://example.com"
"Extract UI style from https://dribbble.com"
"Create design system from this URL"
"Learn visual style from https://stripe.com"

Requirements:

  • •Chrome DevTools MCP server
  • •Recommended: Run Chrome with --remote-debugging-port=9222 for best experience

View Full Documentation →

Design Systems Include:

  • •Modern: Modern Dark, SaaS, Material, Claymorphism, Neumorphism
  • •Minimal: Swiss, Bauhaus, Flat Design, Monochrome, Minimal Dark
  • •Creative: Neo-brutalism, Bold Typography, Maximalism, Sketch, Playful Geometric
  • •Professional: Enterprise, Professional
  • •Elegant: Luxury, Art Deco, Academia
  • •Tech: Terminal CLI, Web3, Cyberpunk
  • •Organic: Botanical, Organic
  • •Nostalgic: Retro, Vaporwave
  • •Editorial: Newsprint
  • •Dynamic: Kinetic
  • •Raw: Industrial

Key Features:

  • •30+ production-ready design systems
  • •Automatic style detection from user intent
  • •Framework-agnostic (React, Vue, Next.js, etc.)
  • •Detailed design tokens (colors, typography, spacing)
  • •Component patterns and implementation examples
  • •Anti-pattern guidelines to maintain authenticity

Example Usage:

code
"Create a landing page with neo-brutalist design"
"Build a SaaS dashboard with modern dark theme"
"Add a contact form with cyberpunk aesthetic"
"Design a portfolio with Swiss minimalism"

View Full Documentation →

Installation

From Marketplace (Recommended)

  1. In Claude Code, run the command:

`` /plugin ``

  1. Navigate to Marketplaces
  2. Click Add Marketplace
  3. Enter the repository URL:

`` [email protected]:NakanoSanku/OhMySkills.git ``

Or use Github:

`` NakanoSanku/OhMySkills ``

Or more...

  1. Browse and select the skills you want to install
  2. Install selected skills - they will be immediately available in your Claude Code sessions

Manual Installation

If you prefer to install manually:

  1. Clone this repository:
bash
git clone https://github.com/NakanoSanku/OhMySkills.git
cd OhMySkills
  1. Link the plugin directory to Claude Code:
bash
cc --plugin-dir /path/to/OhMySkills/.claude-plugin

Using Specific Skills in Settings

To configure skills in your .claude/settings.json:

json
{
  "plugins": ["/path/to/OhMySkills/.claude-plugin"]
}

Usage

Once installed, skills are automatically available in your Claude Code sessions. Simply describe what you want to build, and Claude will invoke the appropriate skill:

Frontend Development:

code
User: "Build a landing page with modern dark aesthetic"
Claude: [Automatically invokes design-style skill with ModernDark design system]

Component Creation:

code
User: "Create a contact form with neo-brutalist style"
Claude: [Applies Neo-brutalism design patterns and tokens]

Project Structure

code
OhMySkills/
ā”œā”€ā”€ .claude-plugin/
│   └── marketplace.json     # Marketplace configuration
ā”œā”€ā”€ design-style/            # Design Style Skill
│   ā”œā”€ā”€ SKILL.md            # Skill definition
│   ā”œā”€ā”€ prompts/            # 30+ design system prompts (from designprompts.dev)
│   ā”œā”€ā”€ styles-mapping.json # Style metadata
│   ā”œā”€ā”€ reference.md        # Design reference
│   └── scripts/            # Utility scripts
ā”œā”€ā”€ design-system-analyzer/  # Design System Analyzer Skill
│   ā”œā”€ā”€ SKILL.md            # Skill definition
│   └── references/         # Analysis guides and templates
│       ā”œā”€ā”€ analysis-guide.md
│       ā”œā”€ā”€ design-system-template.md
│       └── setup-guide.md
└── README.md               # This file

Contributing

We welcome contributions! To add a new skill or improve existing ones:

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/new-skill)
  3. Follow the Claude Code skill development standards
  4. Submit a pull request

Skill Development Guidelines

  • •Follow the official Claude Code plugin development guide
  • •Use YAML frontmatter in SKILL.md files
  • •Include clear trigger phrases in skill descriptions
  • •Provide comprehensive documentation
  • •Test skills in clean environments

License

MIT License - See LICENSE file for details.

Links

  • •Repository: https://github.com/NakanoSanku/OhMySkills
  • •Issues: https://github.com/NakanoSanku/OhMySkills/issues
  • •Claude Code: https://claude.com/claude-code

Acknowledgments

  • •Built with Claude Code - Anthropic's official CLI for Claude
  • •Design system prompts powered by designprompts.dev - Production-ready design system templates

Made with ā¤ļø by OhMySkills

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/design-system-analyzer.md https://raw.githubusercontent.com/NakanoSanku/OhMySkills/main/SKILL.md
3
Invoke in Claude Code
/design-system-analyzer
View source on GitHub
design

Frequently Asked Questions

What is design-system-analyzer?

Analyze any website's UI style using ChromeDevTools to extract precise CSS tokens, animations, and interaction states. Generates comprehensive Design System Prompts from live websites.

How to install design-system-analyzer?

To install design-system-analyzer, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /design-system-analyzer.

What is design-system-analyzer best for?

design-system-analyzer is a community categorized under General. It is designed for: design. Created by OhMySkills.