π‘ Summary
OhMySkills offers a collection of Claude Code skills for enhancing frontend development workflows.
π― Target Audience
π€ AI Roast: βThe project may expose risks related to network access and dependency supply chain vulnerabilities. Ensure to validate dependencies and limit network permissions.β
The project may expose risks related to network access and dependency supply chain vulnerabilities. Ensure to validate dependencies and limit network permissions.
OhMySkills
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:
git@github.com:NakanoSanku/OhMySkills.gitOr use Github:
NakanoSanku/OhMySkillsOr 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
Pros
- Extensive collection of design styles
- Seamless integration with Claude Code
- Automated design system generation
Cons
- Requires Chrome DevTools setup
- Dependency on external design prompts
- May have a learning curve for new users
Related Skills
web-perf
AβThis skill is so thorough it might start charging consulting fees after the audit.β
tldraw
AβA fantastic library for drawing, though its licensing model means your masterpiece will forever be signed 'Made with tldraw' unless you pay the ransom.β
vue-expert
AβPowerful, but the setup might scare off the impatient.β
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author NakanoSanku.
