daymade/claude-code-skills
Professional Claude Code skills marketplace featuring production-ready skills for enhanced development workflows.
npx skills add daymade/claude-code-skillsREADME
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 s
...