OneWave-AI/claude-skills
100 Production-Ready Claude Code Skills - The most comprehensive collection of AI skills for sales, business automation, content creation, and development
Deep Analysis
包含 100 个生产就绪的 Claude Code 技能的最全面集合,覆盖销售、营销、内容创建、体育、财务等 15 个类别
Core Features
Technical Implementation
- 技能导航器(skill-navigator)- 第 100 个技能,是所有其他技能的智能指南
- 革命性元技能:对话考古学家、弱信号合成器、假设测试引擎等
- 完整的体育工具包 - 内容、分析和训练的全套支持
- 分层部署 - 支持个人技能和项目技能
- 销售团队:交易分析、通话准备、异议处理
- 营销团队:内容改编、SEO 优化、邮件优化
- 内容创作者:截图转代码、播客内容转化
- 开发者:代码审查、正则表达式调试
- 业务专业人士:会议摘要、合同审查、财务文件解析
- Claude 需要明确请求来激活技能
- 技能质量取决于 YAML 格式和描述的准确性
- 激活关键词需要精确匹配
- 依赖 Claude Code 环境
Claude Skills - 100 Production-Ready AI Skills 🚀
The most comprehensive collection of Claude Code skills ever created! Build with automation, powered by OneWave AI.
🎯 What's Included
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
🏆 Highlights
Skill #100: skill-navigator ⭐
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.
Meta-Skills (Revolutionary!)
- 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
Sports Skills (19 Total!) ⚽🏀🏈
Complete toolkit for content, analysis, and training
🚀 Quick Start
Installation Methods
Option 1: Install Individual Skills (Recommended)
-
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
Option 2: Install All Skills at Once
Personal Skills (available everywhere):
# Extract all zips
for file in *.zip; do unzip "$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/
📚 How Skills Work
Automatic Activation
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!
Examples
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]
🎯 Skill Descriptions
1. Screenshot to Code
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
2. Reddit Thread Analyzer
Use Cases:
- Market research
- Sentiment analysis
- Community opinion gathering
- Competitive intelligence
Triggers: Reddit, thread analysis, what does Reddit think, community opinion
3. SEO Content Optimizer
Use Cases:
- Blog post optimization
- Keyword analysis
- Readability improvement
- Meta description generation
- Content gap analysis
Triggers: SEO, optimize content, keyword, meta description, search ranking
4. Meeting Intelligence System
Use Cases:
- Meeting summarization
- Action item extraction
- Decision tracking
- Follow-up email generation
- Blocker identification
Triggers: meeting notes, transcript, action items, meeting summary
5. Financial Document Parser
Use Cases:
- Expense tracking
- Invoice processing
- Receipt organization
- Financial reporting
- Tax preparation
Triggers: invoice, receipt, bank statement, expense, parse financial
6. Code Review Pro
Use Cases:
- Security vulnerability scanning
- Performance optimization
- Code quality assessment
- Best practice validation
- Refactoring suggestions
Triggers: code review, review code, security audit, performance analysis
7. Regex Visual Debugger
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
8. Social Media Content Repurposer
Use Cases:
- Cross-platform content adaptation
- Social media marketing
- Content distribution
- Platform-specific optimization
Triggers: repurpose content, Twitter thread, LinkedIn post, social media
9. Contract Analyzer
Use Cases:
- Contract review
- Risk assessment
- Term extraction
- Legal document analysis
- Negotiation preparation
Triggers: review contract, NDA, agreement, legal document, concerning clauses
10. Podcast to Content Suite
Use Cases:
- Podcast marketing
- Content repurposing
- Blog post creation
- Social media content
- Newsletter generation
Triggers: podcast transcript, repurpose podcast, show notes, podcast to blog
🔧 Troubleshooting
Claude Isn't Using My Skill
-
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 --debugThis shows skill loading errors.
Skills Load But Don't Activate
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"
📖 Documentation Format
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]
🎨 Customization
Modify Skills
- Extract the skill zip
- Edit
SKILL.md - Test with
claude --debug - Re-install to skills directory
Create Your Own Skills
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)
🤝 Sharing Skills
With Your Team
Method 1: Project Skills (Recommended)
# Commit to git
git add .claude/skills/
git commit -m "Add Claude skills"
git push
Team members automatically get skills after pulling.
Method 2: Share Zip Files
Send .zip files to teammates who can install individually.
Creating a Plugin
For wider distribution, package as a Claude Code plugin. See plugin documentation.
📈 Usage Tips
Combining Skills
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
Best Practices
- Be specific in your requests
- Include context (file type, goals, constraints)
- Iterate - skills can refine their output
- Provide feedback - Claude learns from corrections
Example Workflows
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
📝 License
These skills are provided as-is for use with Claude Code. Modify and share freely.
🐛 Issues & Feedback
If a skill isn't working as expected:
- Check the troubleshooting section above
- Run
claude --debugto see loading errors - Verify YAML syntax and file locations
- Make your request more explicit
🌟 Contributing
Feel free to:
- Modify these skills for your needs
- Create variations for specific use cases
- Share improvements with your team
- Build new skills using these as templates

