💡 Summary
The skill-creator enables users to build, validate, and package their own Claude Code skills efficiently.
🎯 Target Audience
🤖 AI Roast: “Powerful, but the setup might scare off the impatient.”
Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); API keys/tokens handling and storage; filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.
Claude Code Skills Marketplace
Professional Claude Code skills marketplace featuring 34 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
In Claude Code (in-app):
/plugin marketplace add daymade/claude-code-skills
Then:
- Select Browse and install plugins
- Select daymade/claude-code-skills
- Select skill-creator
- Select Install now
From your terminal (CLI):
claude plugin marketplace add https://github.com/daymade/claude-code-skills # Marketplace name: daymade-skills (from marketplace.json) claude plugin install skill-creator@daymade-skills
What You Can Do
After installing skill-creator, simply ask Claude Code:
"Create a new skill called my-awesome-skill in ~/my-skills"
"Validate my skill at ~/my-skills/my-awesome-skill"
"Package my skill at ~/my-skills/my-awesome-skill for distribution"
Claude Code, with skill-creator loaded, will guide you through the entire skill creation process - from understanding your requirements to packaging the final skill.
📚 Full documentation: skill-creator/SKILL.md
Live Demos
📝 Initialize New Skill

✅ Validate Skill Structure

📦 Package Skill for Distribution

🚀 Quick Installation
Install Inside Claude Code (In-App)
/plugin marketplace add daymade/claude-code-skills
Then:
- Select Browse and install plugins
- Select daymade/claude-code-skills
- Select the plugin you want
- Select Install now
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:
claude plugin marketplace add https://github.com/daymade/claude-code-skills
Marketplace name is daymade-skills (from marketplace.json). Use @daymade-skills when installing plugins.
Do not use the repo path as a marketplace name (e.g. @daymade/claude-code-skills will fail).
In Claude Code, use /plugin ... slash commands. In your terminal, use claude plugin ....
Essential Skill (recommended first install):
claude plugin install skill-creator@daymade-skills
Install Other Skills:
# GitHub operations claude plugin install github-ops@daymade-skills # Document conversion claude plugin install markdown-tools@daymade-skills # Diagram generation claude plugin install mermaid-tools@daymade-skills # Statusline customization claude plugin install statusline-generator@daymade-skills # Teams communication claude plugin install teams-channel-post-writer@daymade-skills # Repomix extraction claude plugin install repomix-unmixer@daymade-skills # AI/LLM icons claude plugin install llm-icon-finder@daymade-skills # CLI demo generation claude plugin install cli-demo-generator@daymade-skills # Cloudflare diagnostics claude plugin install cloudflare-troubleshooting@daymade-skills # UI design system extraction claude plugin install ui-designer@daymade-skills # Presentation creation claude plugin install ppt-creator@daymade-skills # YouTube video/audio downloading claude plugin install youtube-downloader@daymade-skills # Secure repomix packaging claude plugin install repomix-safe-mixer@daymade-skills # ASR transcript correction claude plugin install transcript-fixer@daymade-skills # Video comparison and quality analysis claude plugin install video-comparer@daymade-skills # QA testing infrastructure with autonomous execution claude plugin install qa-expert@daymade-skills # Prompt optimization using EARS methodology claude plugin install prompt-optimizer@daymade-skills # Session history recovery claude plugin install claude-code-history-files-finder@daymade-skills # Documentation consolidation claude plugin install docs-cleaner@daymade-skills # PDF generation with Chinese font support claude plugin install pdf-creator@daymade-skills # CLAUDE.md progressive disclosure optimization claude plugin install claude-md-progressive-disclosurer@daymade-skills # CCPM skill registry search and management claude plugin install skills-search@daymade-skills # Promptfoo LLM evaluation framework claude plugin install promptfoo-evaluation@daymade-skills # iOS app development claude plugin install iOS-APP-developer@daymade-skills # Twitter/X content fetching claude plugin install twitter-reader@daymade-skills # Skill quality review and improvement claude plugin install skill-reviewer@daymade-skills # GitHub contribution strategy claude plugin install github-contributor@daymade-skills
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 PDF image extraction.
When to use:
- Converting .doc/.docx/PDF/PPTX to markdown
- Extracting images from PDF files
- Processing Confluence exports
- Handling Windows/WSL path conversions
Key features:
- Multi-format document conversion
- PDF image extraction using PyMuPDF
- Windows/WSL path automation
- Confluence export processing
- Helper scripts for path conversion and image extraction
🎬 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 scree
Pros
- Comprehensive toolkit for skill development
- Built-in validation ensures quality
- Quick installation options available
- Supports a variety of skills
Cons
- May require some technical knowledge
- Limited documentation for advanced features
- Dependency on Claude Code environment
- Installation process can be complex for beginners
Related Skills
pytorch
S“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”
agno
S“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”
nuxt-skills
S“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author daymade.
