daymade/claude-code-skills

Professional Claude Code skills marketplace featuring production-ready skills for enhanced development workflows.

499 stars53 forksUpdated Jan 25, 2026
npx skills add daymade/claude-code-skills

README

Claude Code Skills Marketplace

English įŽ€äŊ“中文

License: MIT Skills Version Claude Code PRs Welcome Maintenance

Professional Claude Code skills marketplace featuring 34 production-ready skills for enhanced development workflows.

📑 Table of Contents


🌟 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:

  1. Select Browse and install plugins
  2. Select daymade/claude-code-skills
  3. Select skill-creator
  4. 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

Initialize Skill Demo

✅ Validate Skill Structure

Validate Skill Demo

đŸ“Ļ Package Skill for Distribution

Package Skill Demo


🚀 Quick Installation

Install Inside Claude Code (In-App)

/plugin marketplace add daymade/claude-code-skills

Then:

  1. Select Browse and install plugins
  2. Select daymade/claude-code-skills
  3. Select the plugin you want
  4. 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

...
Read full README

Publisher

daymadedaymade

Statistics

Stars499
Forks53
Open Issues2
LicenseMIT License
CreatedOct 22, 2025