- Removed Chinese paragraphs from Chinese User Guide section - Kept only English with CC-Switch recommendation - Updated anchor link from #-中文用户指南--chinese-user-guide to #-chinese-user-guide - Chinese content now only in README.zh-CN.md - Language switcher badges remain at top for easy navigation Main README is now English-only as intended.
14 KiB
Claude Code Skills Marketplace
Professional Claude Code skills marketplace featuring 8 production-ready skills for enhanced development workflows.
📑 Table of Contents
- 🌟 Essential Skill: skill-creator
- 🚀 Quick Installation
- 🇨🇳 Chinese User Guide
- 📦 Other Available Skills
- 🎬 Interactive Demo Gallery
- 🎯 Use Cases
- 📚 Documentation
- 🛠️ Requirements
- ❓ FAQ
- 🤝 Contributing
- 📄 License
🌟 Essential Skill: skill-creator
⭐ Start here if you want to create your own skills!
The skill-creator is the meta-skill that enables you to build, validate, and package your own Claude Code skills. It's the most important tool in this marketplace because it empowers you to extend Claude Code with your own specialized workflows.
Why skill-creator First?
- 🎯 Foundation: Learn how skills work by creating your own
- 🛠️ Complete Toolkit: Initialization, validation, and packaging scripts included
- 📖 Best Practices: Learn from production-ready examples
- 🚀 Quick Start: Generate skill templates in seconds
- ✅ Quality Assurance: Built-in validation ensures your skills meet standards
Quick Install
/plugin marketplace add daymade/claude-code-skills
/plugin marketplace install daymade/claude-code-skills#skill-creator
What You Can Do
# Initialize a new skill from template
skill-creator/scripts/init_skill.py my-awesome-skill --path ~/my-skills
# Validate your skill structure and quality
skill-creator/scripts/quick_validate.py ~/my-skills/my-awesome-skill
# Package your skill for distribution
skill-creator/scripts/package_skill.py ~/my-skills/my-awesome-skill
📚 Full documentation: skill-creator/SKILL.md
Live Demos
📝 Initialize New Skill
✅ Validate Skill Structure
📦 Package Skill for Distribution
🚀 Quick Installation
Automated Installation (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/daymade/claude-code-skills/main/scripts/install.sh | bash
Windows (PowerShell):
iwr -useb https://raw.githubusercontent.com/daymade/claude-code-skills/main/scripts/install.ps1 | iex
Manual Installation
Add the marketplace:
/plugin marketplace add daymade/claude-code-skills
Essential Skill (recommended first install):
/plugin marketplace install daymade/claude-code-skills#skill-creator
Install Other Skills:
# GitHub operations
/plugin marketplace install daymade/claude-code-skills#github-ops
# Document conversion
/plugin marketplace install daymade/claude-code-skills#markdown-tools
# Diagram generation
/plugin marketplace install daymade/claude-code-skills#mermaid-tools
# Statusline customization
/plugin marketplace install daymade/claude-code-skills#statusline-generator
# Teams communication
/plugin marketplace install daymade/claude-code-skills#teams-channel-post-writer
# Repomix extraction
/plugin marketplace install daymade/claude-code-skills#repomix-unmixer
# AI/LLM icons
/plugin marketplace install daymade/claude-code-skills#llm-icon-finder
Each skill can be installed independently - choose only what you need!
🇨🇳 Chinese User Guide
For Chinese users: We highly recommend using CC-Switch to manage Claude Code API provider configurations.
CC-Switch enables you to:
- ✅ Quickly switch between different API providers (DeepSeek, Qwen, GLM, etc.)
- ✅ Test endpoint response times to find the fastest provider
- ✅ Manage MCP server configurations
- ✅ Auto-backup and import/export settings
- ✅ Cross-platform support (Windows, macOS, Linux)
Setup: Download from Releases, install, add your API configs, and switch via UI or system tray.
Complete Chinese Documentation
For full documentation in Chinese, see README.zh-CN.md.
📦 Other Available Skills
1. github-ops - GitHub Operations Suite
Comprehensive GitHub operations using gh CLI and GitHub API.
When to use:
- Creating, viewing, or managing pull requests
- Managing issues and repository settings
- Querying GitHub API endpoints
- Working with GitHub Actions workflows
- Automating GitHub operations
Key features:
- PR creation with JIRA integration
- Issue management workflows
- GitHub API (REST & GraphQL) operations
- Workflow automation
- Enterprise GitHub support
🎬 Live Demo
2. markdown-tools - Document Conversion Suite
Converts documents to markdown with Windows/WSL path handling and Obsidian integration.
When to use:
- Converting .doc/.docx/PDF/PPTX to markdown
- Processing Confluence exports
- Handling Windows/WSL path conversions
- Working with markitdown utility
Key features:
- Multi-format document conversion
- Confluence export processing
- Windows/WSL path automation
- Obsidian vault integration
- Helper scripts for path conversion
🎬 Live Demo
3. mermaid-tools - Diagram Generation
Extracts Mermaid diagrams from markdown and generates high-quality PNG images.
When to use:
- Converting Mermaid diagrams to PNG
- Extracting diagrams from markdown files
- Processing documentation with embedded diagrams
- Creating presentation-ready visuals
Key features:
- Automatic diagram extraction
- High-resolution PNG generation
- Smart sizing based on diagram type
- Customizable dimensions and scaling
- WSL2 Chrome/Puppeteer support
🎬 Live Demo
4. statusline-generator - Statusline Customization
Configures Claude Code statuslines with multi-line layouts and cost tracking.
When to use:
- Customizing Claude Code statusline
- Adding cost tracking (session/daily)
- Displaying git status
- Multi-line layouts for narrow screens
- Color customization
Key features:
- Multi-line statusline layouts
- ccusage cost integration
- Git branch status indicators
- Customizable colors
- Portrait screen optimization
🎬 Live Demo
5. teams-channel-post-writer - Teams Communication
Creates educational Teams channel posts for internal knowledge sharing.
When to use:
- Writing Teams posts about features
- Sharing Claude Code best practices
- Documenting lessons learned
- Creating internal announcements
- Teaching effective prompting patterns
Key features:
- Post templates with proven structure
- Writing guidelines for quality content
- "Normal vs Better" example patterns
- Emphasis on underlying principles
- Ready-to-use markdown templates
🎬 Live Demo
6. repomix-unmixer - Repository Extraction
Extracts files from repomix-packed repositories and restores directory structures.
When to use:
- Unmixing repomix output files
- Extracting packed repositories
- Restoring file structures
- Reviewing repomix content
- Converting repomix to usable files
Key features:
- Multi-format support (XML, Markdown, JSON)
- Auto-format detection
- Directory structure preservation
- UTF-8 encoding support
- Comprehensive validation workflows
🎬 Live Demo
7. llm-icon-finder - AI/LLM Brand Icon Finder
Access 100+ AI model and LLM provider brand icons from lobe-icons library.
When to use:
- Finding brand icons for AI models/providers
- Downloading logos for Claude, GPT, Gemini, etc.
- Getting icons in multiple formats (SVG/PNG/WEBP)
- Building AI tool documentation
- Creating presentations about LLMs
Key features:
- 100+ AI/LLM model icons
- Multiple format support (SVG, PNG, WEBP)
- URL generation for direct access
- Local download capabilities
- Searchable icon catalog
🎬 Live Demo
🎬 Interactive Demo Gallery
Want to see all demos in one place with click-to-enlarge functionality? Check out our interactive demo gallery or browse the demos directory.
🎯 Use Cases
For GitHub Workflows
Use github-ops to streamline PR creation, issue management, and API operations.
For Documentation
Combine markdown-tools for document conversion and mermaid-tools for diagram generation to create comprehensive documentation. Use llm-icon-finder to add brand icons.
For Team Communication
Use teams-channel-post-writer to share knowledge and statusline-generator to track costs while working.
For Repository Management
Use repomix-unmixer to extract and validate repomix-packed skills or repositories.
For Skill Development
Use skill-creator (see Essential Skill section above) to build, validate, and package your own Claude Code skills following best practices.
📚 Documentation
Each skill includes:
- SKILL.md: Core instructions and workflows
- scripts/: Executable utilities (Python/Bash)
- references/: Detailed documentation
- assets/: Templates and resources (where applicable)
Quick Links
- github-ops: See
github-ops/references/api_reference.mdfor API documentation - markdown-tools: See
markdown-tools/references/conversion-examples.mdfor conversion scenarios - mermaid-tools: See
mermaid-tools/references/setup_and_troubleshooting.mdfor setup guide - statusline-generator: See
statusline-generator/references/color_codes.mdfor customization - teams-channel-post-writer: See
teams-channel-post-writer/references/writing-guidelines.mdfor quality standards - repomix-unmixer: See
repomix-unmixer/references/repomix-format.mdfor format specifications - skill-creator: See
skill-creator/SKILL.mdfor complete skill creation workflow - llm-icon-finder: See
llm-icon-finder/references/icons-list.mdfor available icons
🛠️ Requirements
- Claude Code 2.0.13 or higher
- Python 3.6+ (for scripts in multiple skills)
- gh CLI (for github-ops)
- markitdown (for markdown-tools)
- mermaid-cli (for mermaid-tools)
- ccusage (optional, for statusline cost tracking)
❓ FAQ
How do I know which skills to install?
Start with skill-creator if you want to create your own skills. Otherwise, browse the Other Available Skills section and install what matches your workflow.
Can I use these skills without Claude Code?
No, these skills are specifically designed for Claude Code. You'll need Claude Code 2.0.13 or higher.
How do I update skills?
Use the same install command to update:
/plugin marketplace install daymade/claude-code-skills#skill-name
Can I contribute my own skill?
Absolutely! See CONTRIBUTING.md for guidelines. We recommend using the skill-creator to ensure your skill meets quality standards.
Are these skills safe to use?
Yes, all skills are open-source and reviewed. The code is available in this repository for inspection.
How do Chinese users handle API access?
We recommend using CC-Switch to manage API provider configurations. See the Chinese User Guide section above.
What's the difference between skill-creator and other skills?
skill-creator is a meta-skill - it helps you create other skills. The other 7 skills are end-user skills that provide specific functionalities (GitHub ops, document conversion, etc.). If you want to extend Claude Code with your own workflows, start with skill-creator.
🤝 Contributing
Contributions are welcome! Please feel free to:
- Open issues for bugs or feature requests
- Submit pull requests with improvements
- Share feedback on skill quality
Skill Quality Standards
All skills in this marketplace follow:
- Imperative/infinitive writing style
- Progressive disclosure pattern
- Proper resource organization
- Comprehensive documentation
- Tested and validated
📄 License
This marketplace is licensed under the MIT License - see the LICENSE file for details.
⭐ Support
If you find these skills useful, please:
- ⭐ Star this repository
- 🐛 Report issues
- 💡 Suggest improvements
- 📢 Share with your team
🔗 Related Resources
📞 Contact
- GitHub: @daymade
- Email: daymadev89@gmail.com
- Repository: daymade/claude-code-skills
Built with ❤️ using the skill-creator skill for Claude Code
Last updated: 2025-10-22 | Version 1.2.0








