The most comprehensive collection of Claude Code skills ever created!
Built with automation, powered by OneWave AI
Quick Start β’ Documentation β’ Skills Index β’ Contributing
100 Production-Ready Skills across 15 categories:
- π£οΈ Communication (5) - Slack, SMS, email, LinkedIn optimization
- πΌ Sales Intelligence (5) - Deal analysis, call prep, objection handling
- π Marketing Automation (5) - Content repurposing, SEO, email optimization
- π¨ Creative & Design (4) - Brand consistency, presentations, assets
- π§ Expert Simulation (2) - Debates and expert panels
- π Content Repurposing (5) - Multi-format content transformation
- β½ Sports (19) - Most comprehensive sports AI toolkit ever!
- π° Finance & Personal (5) - Portfolio, budget, financial goals
- π Sales Leadership (8) - Forecasting, coaching, territory planning
- π€ Meta-Skills (6) - Revolutionary architectural innovations
- π§ Customer Support (1) - Knowledge base building
βοΈ Travel (1) - Itinerary optimization- πͺ Fitness (2) - Workout programs and training logs
Your intelligent guide to all 99 other skills! Recommends the perfect skill for any task, creates combinations, and helps you discover capabilities you didn't know you had.
- conversation-archaeologist - Builds persistent user context
- weak-signal-synthesizer - Predicts emerging trends
- hypothesis-testing-engine - Automated scientific method
- cross-conversation-project-manager - Stateful memory
- skill-composer-studio - Programmable AI workflows
- skill-navigator - Your personal skill guide
Complete toolkit for content, analysis, and training
-
Extract a skill zip file:
unzip screenshot-to-code.zip
-
Copy to your Claude skills directory:
For Personal Skills (available in all projects):
cp -r screenshot-to-code ~/.claude/skills/For Project Skills (specific to one project):
# From your project root cp -r screenshot-to-code .claude/skills/ -
Restart Claude Code or run:
claude --debug
Personal Skills (available everywhere):
# Clone the repository (includes all 100 skills)
git clone https://github.com/OneWave-AI/claude-skills.git
cd claude-skills
# Extract all zips
for file in *.zip; do unzip -q "$file"; done
# Copy all to personal skills directory
mkdir -p ~/.claude/skills
cp -r screenshot-to-code reddit-analyzer seo-optimizer meeting-intelligence \
financial-parser code-review-pro regex-debugger social-repurposer \
contract-analyzer podcast-content-suite ~/.claude/skills/Project Skills (specific project):
# From your project root
mkdir -p .claude/skills
cp -r /path/to/claude-skills/* .claude/skills/Note: The
official-skills/directory is a git submodule referencing Anthropic's official skills. To include these, clone with--recurse-submodules.
Skills are model-invoked, meaning Claude automatically decides when to use them based on:
- The skill's description
- Your request/question
- Available context
You don't need to explicitly call themβjust ask naturally!
Screenshot to Code:
You: "Convert this screenshot to React code"
Claude: [Automatically uses Screenshot to Code skill]
SEO Optimizer:
You: "Optimize this blog post for 'AI productivity tools'"
Claude: [Automatically uses SEO Content Optimizer skill]
Meeting Intelligence:
You: "Extract action items from this meeting transcript"
Claude: [Automatically uses Meeting Intelligence System skill]
Use Cases:
- Converting design mockups to code
- Recreating UI from screenshots
- Building landing pages from images
- Prototyping from designs
Triggers: screenshot, UI, convert to code, design to code
Use Cases:
- Market research
- Sentiment analysis
- Community opinion gathering
- Competitive intelligence
Triggers: Reddit, thread analysis, what does Reddit think, community opinion
Use Cases:
- Blog post optimization
- Keyword analysis
- Readability improvement
- Meta description generation
- Content gap analysis
Triggers: SEO, optimize content, keyword, meta description, search ranking
Use Cases:
- Meeting summarization
- Action item extraction
- Decision tracking
- Follow-up email generation
- Blocker identification
Triggers: meeting notes, transcript, action items, meeting summary
Use Cases:
- Expense tracking
- Invoice processing
- Receipt organization
- Financial reporting
- Tax preparation
Triggers: invoice, receipt, bank statement, expense, parse financial
Use Cases:
- Security vulnerability scanning
- Performance optimization
- Code quality assessment
- Best practice validation
- Refactoring suggestions
Triggers: code review, review code, security audit, performance analysis
Use Cases:
- Regex debugging
- Pattern explanation
- Test case generation
- Regex optimization
- Cross-language conversion
Triggers: regex, regular expression, pattern matching, why doesn't my regex work
Use Cases:
- Cross-platform content adaptation
- Social media marketing
- Content distribution
- Platform-specific optimization
Triggers: repurpose content, Twitter thread, LinkedIn post, social media
Use Cases:
- Contract review
- Risk assessment
- Term extraction
- Legal document analysis
- Negotiation preparation
Triggers: review contract, NDA, agreement, legal document, concerning clauses
Use Cases:
- Podcast marketing
- Content repurposing
- Blog post creation
- Social media content
- Newsletter generation
Triggers: podcast transcript, repurpose podcast, show notes, podcast to blog
-
Check file location:
- Personal:
~/.claude/skills/skill-name/SKILL.md - Project:
.claude/skills/skill-name/SKILL.md
- Personal:
-
Verify YAML syntax:
--- name: Skill Name description: Clear description... ---
- Must have opening and closing
--- - No tabs (use spaces)
- Valid YAML format
- Must have opening and closing
-
Check description specificity:
- Include activation keywords
- Be explicit about use cases
- Mention relevant terms users would say
-
Debug mode:
claude --debug
This shows skill loading errors.
Make your request more explicit:
β Bad: "Look at this" β Good: "Optimize this blog post for SEO"
β Bad: "Help with this" β Good: "Review this contract for concerning clauses"
Each skill uses this structure:
skill-name/
βββ SKILL.md (required)
SKILL.md format:
---
name: Your Skill Name
description: Brief description with activation triggers
---
# Your Skill Name
## When to Use This Skill
[Explicit activation conditions]
## Instructions
[Step-by-step guidance for Claude]
## Output Format
[Structured output template]
## Examples
[Concrete usage examples]
## Best Practices
[Guidelines for optimal results]- Extract the skill zip
- Edit
SKILL.md - Test with
claude --debug - Re-install to skills directory
Use these as templates! Key elements:
- Clear description with activation triggers
- Detailed instructions (step-by-step)
- Output format (structured templates)
- Examples (show, don't just tell)
- Best practices (edge cases, optimizations)
Method 1: Project Skills (Recommended)
# Commit to git
git add .claude/skills/
git commit -m "Add Claude skills"
git pushTeam members automatically get skills after pulling.
Method 2: Share Zip Files
Send .zip files to teammates who can install individually.
For wider distribution, package as a Claude Code plugin. See plugin documentation.
Skills can work together! Example:
- Use Code Review Pro to analyze code
- Use Meeting Intelligence to extract action items from the review discussion
- Use Social Media Repurposer to share learnings as Twitter thread
- Be specific in your requests
- Include context (file type, goals, constraints)
- Iterate - skills can refine their output
- Provide feedback - Claude learns from corrections
Content Creator Workflow:
Podcast β Podcast to Content Suite β Social Repurposer β SEO Optimizer
Developer Workflow:
Screenshot β Screenshot to Code β Code Review Pro
Business Workflow:
Meeting β Meeting Intelligence β Contract Analyzer β Financial Parser
We welcome contributions! See our Contributing Guide for details on:
- Submitting new skills
- Reporting bugs
- Suggesting enhancements
- Development workflow
Please read our Code of Conduct before contributing.
Found a security vulnerability? Please see our Security Policy for responsible disclosure guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright Β© 2025 OneWave AI
- π Report a Bug
- π‘ Request a Feature
- π¦ Submit a Skill
- π View Documentation
- π START-HERE.md - Begin here
- β‘ QUICK-START.md - 2-minute setup
- π INSTALLATION-GUIDE.md - Detailed instructions
- π SKILLS-INDEX.md - Complete skill catalog
- π CHANGELOG.md - Version history
- π¨ CONTRIBUTING.md - Contribution guidelines
- π SECURITY.md - Security policy
If you find these skills useful, please consider:
- β Starring this repository
- π΄ Forking for your own modifications
- π’ Sharing with your team
- π€ Contributing new skills
- Total Skills: 100
- Categories: 15
- Total Size: ~300 KB (compressed)
- License: MIT
- Status: β Production Ready
- Built with Claude Code by Anthropic
- Powered by OneWave AI
- Thanks to all contributors and the Claude community
Ready to supercharge Claude Code? Install a skill and start using it! π
No explicit commands neededβjust ask naturally and Claude will know when to use each skill.
β¬οΈ Download Latest Release | π Read the Docs | π€ Contribute
Made with β€οΈ by OneWave AI