đŸŽ¯

markdown-tools

đŸŽ¯Skill

from daymade/claude-code-skills

VibeIndex|
What it does

Helps users efficiently manipulate, convert, validate, and transform Markdown documents with a suite of specialized tools and utilities.

markdown-tools

Installation

Install skill:
npx skills add https://github.com/daymade/claude-code-skills --skill markdown-tools
23
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Claude Code Skills Marketplace

[![English](https://img.shields.io/badge/Language-English-blue)](./README.md)

[![įŽ€äŊ“中文](https://img.shields.io/badge/蝭荀-įŽ€äŊ“中文-red)](./README.zh-CN.md)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![Skills](https://img.shields.io/badge/skills-34-blue.svg)](https://github.com/daymade/claude-code-skills)

[![Version](https://img.shields.io/badge/version-1.26.0-green.svg)](https://github.com/daymade/claude-code-skills)

[![Claude Code](https://img.shields.io/badge/Claude%20Code-2.0.13+-purple.svg)](https://claude.com/code)

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/daymade/claude-code-skills/graphs/commit-activity)

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

📑 Table of Contents

  • [🌟 Essential Skill: skill-creator](#-essential-skill-skill-creator)
  • [🚀 Quick Installation](#-quick-installation)
  • [đŸ‡¨đŸ‡ŗ Chinese User Guide](#-chinese-user-guide)
  • [đŸ“Ļ Other Available Skills](#-other-available-skills)
  • [đŸŽŦ Interactive Demo Gallery](#-interactive-demo-gallery)
  • [đŸŽ¯ Use Cases](#-use-cases)
  • [📚 Documentation](#-documentation)
  • [đŸ› ī¸ Requirements](#ī¸-requirements)
  • [❓ FAQ](#-faq)
  • [🤝 Contributing](#-contributing)
  • [📄 License](#-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):

```text

/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):

```bash

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](./skill-creator/SKILL.md)

Live Demos

📝 Initialize New Skill

![Initialize Skill Demo](./demos/skill-creator/init-skill.gif)

✅ Validate Skill Structure

![Validate Skill Demo](./demos/skill-creator/validate-skill.gif)

đŸ“Ļ Package Skill for Distribution

![Package Skill Demo](./demos/skill-creator/package-skill.gif)

---

🚀 Quick Installation

Install Inside Claude Code (In-App)

```text

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

```bash

curl -fsSL https://raw.githubusercontent.com/daymade/claude-code-skills/main/scripts/install.sh | bash

More from this repository10

đŸĒ
daymade-claude-code-skillsđŸĒMarketplace

Provides a curated marketplace of 34 production-ready Claude Code skills to enhance development workflows, with a meta-skill for creating custom skills.

đŸŽ¯
prompt-optimizerđŸŽ¯Skill

Optimizes and refines AI prompts to improve clarity, specificity, and effectiveness for better language model performance.

đŸŽ¯
ui-designerđŸŽ¯Skill

Generates professional UI design mockups and wireframes using AI-powered design recommendations and layout strategies.

đŸŽ¯
qa-expertđŸŽ¯Skill

Assists developers in performing comprehensive quality assurance (QA) tasks, including test case generation, test coverage analysis, and automated bug detection across software projects.

đŸŽ¯
twitter-readerđŸŽ¯Skill

Retrieves and summarizes recent tweets from specified Twitter accounts or hashtags, providing concise insights and trending content.

đŸŽ¯
fact-checkerđŸŽ¯Skill

Verifies the accuracy and credibility of claims or statements by cross-referencing information from reliable sources and providing a detailed assessment of factual validity.

đŸŽ¯
skills-searchđŸŽ¯Skill

Searches and retrieves Claude Code skills from the marketplace based on user-specified keywords, categories, or filters.

đŸŽ¯
claude-md-progressive-disclosurerđŸŽ¯Skill

Progressively reveals and hides Markdown content sections to improve readability and user interaction in documentation or long-form text.

đŸŽ¯
llm-icon-finderđŸŽ¯Skill

Finds and retrieves icons or icon sets based on natural language descriptions or search queries using AI-powered matching.

đŸŽ¯
i18n-expertđŸŽ¯Skill

Automates internationalization (i18n) tasks by generating, managing, and translating language resource files across multiple programming languages and frameworks.