useful anthropic skills
npx skills add https://github.com/NakanoSanku/OhMySkills --skill design-styleInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
A curated collection of Claude Code skills for enhanced development workflows.
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.
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.
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:
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:
--remote-debugging-port=9222 for best experienceDesign Systems Include:
Key Features:
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"
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
If you prefer to install manually:
git clone https://github.com/NakanoSanku/OhMySkills.git
cd OhMySkills
cc --plugin-dir /path/to/OhMySkills/.claude-plugin
To configure skills in your .claude/settings.json:
{
"plugins": ["/path/to/OhMySkills/.claude-plugin"]
}
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]
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
We welcome contributions! To add a new skill or improve existing ones:
git checkout -b feature/new-skill)SKILL.md filesMIT License - See LICENSE file for details.
Made with ❤️ by OhMySkills