Co-Pilot / 辅助式
更新于 a month ago

claude-code-skills

Ddaymade
0.5k
daymade/claude-code-skills
76
Agent 评分

💡 摘要

skill-creator使用户能够高效地构建、验证和打包自己的Claude Code技能。

🎯 适合人群

希望创建自定义AI技能的开发者希望简化工作流程的产品经理需要验证技能的技术写作者自动化流程的DevOps工程师教授AI技能开发的教育工作者

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险;文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

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

GitHub Ops 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

Markdown Tools 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

Mermaid Tools 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
五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 全面的技能开发工具包
  • 内置验证确保质量
  • 提供快速安装选项
  • 支持多种技能

缺点

  • 可能需要一些技术知识
  • 高级功能的文档有限
  • 依赖于Claude Code环境
  • 对于初学者来说,安装过程可能复杂

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 daymade.