design-system-analyzer
NewAnalyze any website's UI style using ChromeDevTools to extract precise CSS tokens, animations, and interaction states. Generates comprehensive Design System Prompts from live websites.
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:
"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=9222for best experience
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:
"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"
Installation
From Marketplace (Recommended)
- In Claude Code, run the command:
``
/plugin
``
- Navigate to Marketplaces
- Click Add Marketplace
- Enter the repository URL:
``
[email protected]:NakanoSanku/OhMySkills.git
``
Or use Github:
``
NakanoSanku/OhMySkills
``
Or more...
- Browse and select the skills you want to install
- Install selected skills - they will be immediately available in your Claude Code sessions
Manual Installation
If you prefer to install manually:
- Clone this repository:
git clone https://github.com/NakanoSanku/OhMySkills.git
cd OhMySkills
- Link the plugin directory to Claude Code:
cc --plugin-dir /path/to/OhMySkills/.claude-plugin
Using Specific Skills in Settings
To configure skills in your .claude/settings.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:
User: "Build a landing page with modern dark aesthetic"
Claude: [Automatically invokes design-style skill with ModernDark design system]
Component Creation:
User: "Create a contact form with neo-brutalist style"
Claude: [Applies Neo-brutalism design patterns and tokens]
Project Structure
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:
- Fork this repository
- Create a feature branch (
git checkout -b feature/new-skill) - Follow the Claude Code skill development standards
- Submit a pull request
Skill Development Guidelines
- ā¢Follow the official Claude Code plugin development guide
- ā¢Use YAML frontmatter in
SKILL.mdfiles - ā¢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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/design-system-analyzer.md https://raw.githubusercontent.com/NakanoSanku/OhMySkills/main/SKILL.md/design-system-analyzerFrequently 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.