プロフェッショナルなClaude Codeスキルマーケットプレイス。メタスキル「skill-creator」で他のスキルの作成も可能。
Professional Claude Code skills marketplace featuring 37 production-ready skills for enhanced development workflows.
⭐ 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.
In Claude Code (in-app):
/plugin marketplace add daymade/claude-code-skills
Then:
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
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
📝 Initialize New Skill

✅ Validate Skill Structure

📦 Package Skill for Distribution

/plugin marketplace add daymade/claude-code-skills
Then:
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
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
# Windows Remote Desktop / AVD connection diagnosis
claude plugin install windows-remote-desktop-connection-doctor@daymade-skills
Each skill can be installed independently - choose only what you need!
For Chinese users: We highly recommend using CC-Switch to manage Claude Code API provider configurations.
CC-Switch enables you to:
Setup: Download from Releases, install, add your API configs, and switch via UI or system tray.
For full documentation in Chinese, see README.zh-CN.md.
Comprehensive GitHub operations using gh CLI and GitHub API.
When to use:
Key features:
🎬 Live Demo

Converts documents to markdown with Windows/WSL path handling and PDF image extraction.
When to use:
Key features:
🎬 Live Demo

Extracts Mermaid diagrams from markdown and generates high-quality PNG images.
When to use:
Key features:
🎬 Live Demo

Configures Claude Code statuslines with multi-line layouts and cost tracking.
When to use:
Key features:
🎬 Live Demo

Creates educational Teams channel posts for internal knowledge sharing.
When to use:
Key features:
🎬 Live Demo

Extracts files from repomix-packed repositories and restores directory structures.
When to use:
Key features:
🎬 Live Demo

Access 100+ AI model and LLM provider brand icons from lobe-icons library.
When to use:
Key features:
🎬 Live Demo
![]()
Generate professional animated CLI demos and terminal recordings with VHS automation.
When to use:
Key features:
🎬 Live Demo

Investigate and resolve Cloudflare configuration issues using API-driven evidence gathering.
When to use:
Key features:
🎬 Live Demo

Extract design systems from reference UI images and generate implementation-ready design prompts.
When to use:
Key features:
🎬 Live Demo

Create persuasive, audience-ready slide decks from topics or documents with data-driven charts and dual-format PPTX output.
When to use:
Key features:
🎬 Live Demo

Download YouTube videos and audio using yt-dlp with robust error handling and automatic workarounds for common issues.
When to use:
Key features:
🎬 Live Demo

Safely package codebases with repomix by automatically detecting and removing hardcoded credentials before packing.
When to use:
Key features:
🎬 Live Demo
Coming soon
Correct speech-to-text (ASR/STT) transcription errors through dictionary-based rules and AI-powered corrections with automatic pattern learning.
When to use:
Key features:
Example workflow:
# Initialize and add corrections
uv run scripts/fix_transcription.py --init
uv run scripts/fix_transcription.py --add "错误词" "正确词" --domain general
# Run full correction pipeline
uv run scripts/fix_transcription.py --input meeting.md --stage 3
# Review and approve learned patterns
uv run scripts/fix_transcription.py --review-learned
🎬 Live Demo
Coming soon
📚 Documentation: See transcript-fixer/references/ for workflow guides, SQL queries, troubleshooting, best practices, team collaboration, and API setup.
Requirements: Python 3.6+, uv package manager, GLM API key (get from https://open.bigmodel.cn/)
Compare two videos and generate interactive HTML reports with quality metrics and frame-by-frame visual comparisons.
When to use:
Key features:
Example usage:
# Basic comparison
python3 scripts/compare.py original.mp4 compressed.mp4
# Custom output and frame interval
python3 scripts/compare.py original.mp4 compressed.mp4 -o report.html --interval 10
# Batch processing
for original in originals/*.mp4; do
compressed="compressed/$(basename "$original")"
output="reports/$(basename "$original" .mp4).html"
python3 scripts/compare.py "$original" "$compressed" -o "$output"
done
🎬 Live Demo
Coming soon
📚 Documentation: See video-comparer/references/ for quality metrics interpretation, FFmpeg commands, and configuration options.
Requirements: Python 3.8+, FFmpeg/FFprobe (install via brew install ffmpeg, apt install ffmpeg, or winget install ffmpeg)
Establish world-class QA testing processes with autonomous LLM execution, Google Testing Standards, and OWASP security best practices.
When to use:
Key features:
Example usage:
# Initialize QA project (creates full infrastructure)
python3 scripts/init_qa_project.py my-app ./
# Calculate quality metrics and gates status
python3 scripts/calculate_metrics.py tests/TEST-EXECUTION-TRACKING.csv
# For autonomous execution, copy master prompt from:
# references/master_qa_prompt.md → paste to LLM → auto-executes 342 tests over 5 weeks
🎬 Live Demo
Coming soon
📚 Documentation: See qa-expert/references/ for:
master_qa_prompt.md - Single command for autonomous execution (100x speedup)google_testing_standards.md - AAA pattern, coverage thresholds, OWASP testingday1_onboarding.md - 5-hour onboarding timeline for new QA engineersground_truth_principle.md - Preventing doc/CSV sync issuesllm_prompts_library.md - 30+ ready-to-use QA promptsRequirements: Python 3.8+
💡 Innovation: The autonomous execution capability (via master prompt) enables LLM to execute entire test suites 100x faster than manual execution, with zero human error in tracking. Perfect for third-party QA handoffs - just provide the master prompt and they can start testing immediately.
Transform vague prompts into precise, well-structured specifications using EARS (Easy Approach to Requirements Syntax) - a methodology created by Rolls-Royce for converting natural language into testable requirements.
Methodology inspired by: 阿星AI工作室 (A-Xing AI Studio), which pioneered combining EARS with domain theory grounding for practical prompt enhancement.
When to use:
Key features:
Example usage:
# Before (vague)
"Build me a password reset feature"
# After EARS transformation (7 atomic requirements)
1. When user clicks "Forgot Password", the system shall display email input field
2. When user submits valid email, the system shall send password reset link valid for 1 hour
3. When user clicks reset link, the system shall verify token has not expired
4. When token is valid, the system shall display password creation form requiring minimum 12 characters, 1 uppercase, 1 number, 1 special character
5. When user submits new password meeting requirements, the system shall hash password with bcrypt and invalidate reset token
6. When user attempts password reset more than 3 times in 1 hour, the system shall block further attempts for 1 hour
7. If reset token has expired, the system shall display error message and option to request new link
# Enhanced with domain theories
- Zero Trust Architecture (verify at each step)
- Defense in Depth (rate limiting + token expiration + password complexity)
- Progressive Disclosure (multi-step UX flow)
# Full prompt includes Role, Skills, Workflows, Examples, Formats
🎬 Live Demo
Coming soon
📚 Documentation: See prompt-optimizer/references/ for:
ears_syntax.md - Complete EARS patterns and transformation rulesdomain_theories.md - 40+ theories mapped to domains with selection guidanceexamples.md - Full transformation examples with before/after comparisons💡 Innovation: EARS methodology eliminates ambiguity by forcing explicit conditions, triggers, and measurable criteria. Combined with domain theory grounding (GTD, BJ Fogg, Gestalt, etc.), it transforms "build a todo app" into a complete specification with behavioral psychology principles, UX best practices, and concrete test cases - enabling test-driven development from day one.
Find and recover content from Claude Code session history files stored in ~/.claude/projects/.
When to use:
Key features:
Example usage:
# List recent sessions for a project
python3 scripts/analyze_sessions.py list /path/to/project
# Search sessions for keywords
python3 scripts/analyze_sessions.py search /path/to/project "ComponentName" "featureX"
# Recover deleted files from a session
python3 scripts/recover_content.py ~/.claude/projects/.../session.jsonl -k DeletedComponent -o ./recovered/
# Get session statistics
python3 scripts/analyze_sessions.py stats /path/to/session.jsonl --show-files
🎬 Live Demo
Coming soon
📚 Documentation: See claude-code-history-files-finder/references/ for:
session_file_format.md - JSONL structure and extraction patternsworkflow_examples.md - Detailed recovery and analysis workflowsConsolidate redundant documentation while preserving all valuable content.
When to use:
Key features:
🎬 Live Demo
Coming soon
Search, discover, install, and manage Claude Code skills from the CCPM (Claude Code Plugin Manager) registry.
When to use:
Key features:
ccpm search <query>ccpm install <skill-name>@version syntaxccpm info <skill-name>Example usage:
# Search for skills
ccpm search pdf # Find PDF-related skills
ccpm search "code review" # Find code review skills
# Install skills
ccpm install skill-creator # From registry
ccpm install daymade/skill-creator # From GitHub
ccpm install skill-creator@1.0.0 # Specific version
# List and manage
ccpm list # List installed skills
ccpm info skill-creator # Get skill details
ccpm uninstall pdf-processor # Remove a skill
# Install bundles
ccpm install-bundle web-dev # Install web development skills bundle
🎬 Live Demo
Coming soon
📚 Documentation: See skills-search/SKILL.md for complete command reference
Requirements: CCPM CLI (npm install -g @daymade/ccpm)
Create professional PDF documents from markdown with proper Chinese typography using WeasyPrint.
When to use:
Key features:
Example usage:
uv run --with weasyprint --with markdown scripts/md_to_pdf.py input.md output.pdf
🎬 Live Demo
Coming soon
📚 Documentation: See pdf-creator/SKILL.md for setup and workflow details.
Requirements: Python 3.8+, weasyprint, markdown
Optimize user CLAUDE.md files using progressive disclosure to reduce context bloat while preserving critical rules.
When to use:
Key features:
Example usage:
"Optimize my ~/.claude/CLAUDE.md using progressive disclosure and propose a plan."
🎬 Live Demo
Coming soon
📚 Documentation: See claude-md-progressive-disclosurer/SKILL.md.
Configure and run LLM evaluations with Promptfoo for prompt testing and model comparisons.
When to use:
Key features:
Example usage:
npx promptfoo@latest init
npx promptfoo@latest eval
npx promptfoo@latest view
🎬 Live Demo
Coming soon
📚 Documentation: See promptfoo-evaluation/references/promptfoo_api.md.
Requirements: Node.js (Promptfoo via npx promptfoo@latest)
Build, configure, and debug iOS apps with XcodeGen, SwiftUI, and Swift Package Manager.
When to use:
project.ymlKey features:
Example usage:
xcodegen generate
xcodebuild -destination 'platform=iOS Simulator,name=iPhone 17' build
🎬 Live Demo
Coming soon
📚 Documentation: See iOS-APP-developer/references/xcodegen-full.md.
Requirements: macOS + Xcode, XcodeGen
Fetch Twitter/X post content using Jina.ai API to bypass JavaScript restrictions without authentication.
When to use:
Key features:
Example usage:
# Set your Jina API key (get from https://jina.ai/)
export JINA_API_KEY="your_api_key_here"
# Fetch a single tweet
curl "https://r.jina.ai/https://x.com/USER/status/TWEET_ID" \
-H "Authorization: Bearer ${JINA_API_KEY}"
# Batch fetch multiple tweets
scripts/fetch_tweets.sh \
"https://x.com/user/status/123" \
"https://x.com/user/status/456"
# Fetch to file using Python script
python scripts/fetch_tweet.py https://x.com/user/status/123 output.md
🎬 Live Demo
Coming soon
📚 Documentation: See twitter-reader/SKILL.md for full details and URL format support.
Requirements:
The safest way to reclaim disk space on macOS. Analyze system caches, application remnants, large files, and development environments with intelligent categorization and interactive cleanup.
Why macos-cleaner stands out:
Our design principles:
When to use:
Key features:
What makes us different:
.git directories, node_modules, and build artifacts.Example usage:
# Install the skill
claude plugin install macos-cleaner@daymade-skills
# Ask Claude Code to analyze your Mac
"My Mac is running out of space, help me analyze what's using storage"
# Claude will:
# 1. Run comprehensive disk analysis
# 2. Present categorized findings with safety levels
# 3. Explain each category (caches, remnants, large files, dev tools)
# 4. Recommend cleanup approach
# 5. Execute ONLY what you confirm
# Example analysis output:
📊 Disk Space Analysis
━━━━━━━━━━━━━━━━━━━━━━━━
Total: 500 GB
Used: 450 GB (90%)
Available: 50 GB (10%)
🟢 Safe to Clean (95 GB):
- System caches: 45 GB (apps regenerate automatically)
- Homebrew cache: 5 GB (reinstalls when needed)
- npm cache: 3 GB (safe to clear)
- Old logs: 8 GB (diagnostic data only)
- Trash: 34 GB (already marked for deletion)
🟡 Review Recommended (62 GB):
- Large downloads: 38 GB (may contain important files)
- App remnants: 8 GB (verify apps are truly uninstalled)
- Docker images: 12 GB (may be in use)
- Old .git repos: 4 GB (verify project is archived)
🔴 Keep Unless Certain (0 GB):
- No high-risk items detected
Recommendation: Start with 🟢 Safe items (95 GB), then review 🟡 items together.
🎬 Live Demo
Coming soon
📚 Documentation: See macos-cleaner/references/ for:
cleanup_targets.md - Detailed explanations of every cleanup targetmole_integration.md - How to combine scripts with Mole visual toolsafety_rules.md - Comprehensive safety guidelines and what to never deleteRequirements:
Verify factual claims in documents using web search and official sources, then propose corrections with user confirmation.
When to use:
Key features:
Example usage:
# Install the skill
claude plugin install fact-checker@daymade-skills
# Fact-check a document
"Please fact-check this section about AI model capabilities"
# Verify technical specs
"Check if these Claude model specifications are still accurate"
# Update outdated info
"Verify and update the version numbers in this documentation"
🎬 Live Demo
Coming soon
📚 Documentation: See fact-checker/SKILL.md for full workflow and claim types.
Requirements:
Review and improve Claude Code skills against official best practices with three powerful modes.
When to use:
Key features:
Example usage:
# Install the skill
claude plugin install skill-reviewer@daymade-skills
# Self-review your skill
"Validate my skill at ~/my-skills/my-awesome-skill"
# Review external skill repository
"Review the skills at https://github.com/user/skill-repo"
# Auto-PR improvements
"Fork, improve, and submit PR for https://github.com/user/skill-repo"
🎬 Live Demo
Coming soon
📚 Documentation: See skill-reviewer/references/ for:
evaluation_checklist.md - Complete skill evaluation criteriapr_template.md - Professional PR description templatemarketplace_template.json - Marketplace configuration templateStrategic guide for becoming an effective GitHub contributor and building your open-source reputation.
When to use:
Key features:
Contribution types explained:
Level 1: Documentation fixes (lowest barrier, high impact)
↓ (build familiarity)
Level 2: Code quality (medium effort, demonstrates skill)
↓ (understand codebase)
Level 3: Bug fixes (high impact, builds trust)
↓ (trusted contributor)
Level 4: Feature additions (highest visibility)
↓ (potential maintainer)
Example usage:
# Install the skill
claude plugin install github-contributor@daymade-skills
# Find good first issues
"Help me find projects with good first issues in Python"
# Write a high-quality PR
"Guide me through creating a PR for this bug fix"
# Build contribution strategy
"Help me plan a contribution strategy for building my GitHub profile"
🎬 Live Demo
Coming soon
📚 Documentation: See github-contributor/references/ for:
pr_checklist.md - Complete PR quality checklistproject_evaluation.md - How to evaluate projects for contributioncommunication_templates.md - Issue and PR communication templatesComplete internationalization/localization setup and auditing for UI codebases. Configure i18n frameworks, replace hard-coded strings with translation keys, ensure locale parity between en-US and zh-CN, and validate pluralization and formatting.
When to use:
Key features:
Example usage:
# Install the skill
claude plugin install i18n-expert@daymade-skills
# Setup i18n for a new project
"Set up i18n for my React app with English and Chinese support"
# Audit existing i18n implementation
"Audit the i18n setup and find missing translation keys"
# Replace hard-coded strings
"Replace all hard-coded strings in this component with i18n keys"
🎬 Live Demo
Coming soon
📚 Documentation: See i18n-expert/SKILL.md for complete workflow and architecture guidance.
Requirements:
Diagnose and resolve Claude Code plugin and skill configuration issues. Debug plugin installation, enablement, and activation problems with systematic workflows.
When to use:
Key features:
Example usage:
# Install the skill
claude plugin install claude-skills-troubleshooting@daymade-skills
# Run diagnostic
python3 scripts/diagnose_plugins.py
# Batch enable missing plugins
python3 scripts/enable_all_plugins.py daymade-skills
🎬 Live Demo
Coming soon
📚 Documentation: See claude-skills-troubleshooting/SKILL.md for complete troubleshooting workflow and architecture guidance.
Requirements: None (uses Claude Code built-in Python)
Transform meeting transcripts into high-fidelity, structured meeting minutes with iterative human review.
When to use:
Key features:
Example usage:
# Install the skill
claude plugin install meeting-minutes-taker@daymade-skills
# Then provide a meeting transcript and request minutes
🎬 Live Demo
Coming soon
📚 Documentation: See meeting-minutes-taker/SKILL.md for complete workflow and template guidance.
Requirements: None
Generate format-controlled research reports with evidence tracking and citations.
When to use:
Key features:
Example usage:
# Install the skill
claude plugin install deep-research@daymade-skills
# Then provide a report spec or template and request a deep research report
🎬 Live Demo
Coming soon
📚 Documentation: See deep-research/SKILL.md and deep-research/references/research_report_template.md for workflow and structure.
Requirements: None
Analyze competitor repositories with evidence-based approach. All analysis must be based on actual cloned code, never assumptions.
When to use:
Key features:
Example usage:
# Install the skill
claude plugin install competitors-analysis@daymade-skills
# Then ask Claude to analyze a competitor
"分析竞品 https://github.com/org/repo"
"添加竞品到 flowzero 产品的竞品列表"
🎬 Live Demo
Coming soon
📚 Documentation: See competitors-analysis/SKILL.md and competitors-analysis/references/ for templates.
Requirements: Git (for cloning repositories)
Diagnose and fix conflicts when using Tailscale alongside proxy/VPN tools (Shadowrocket, Clash, Surge) on macOS. Covers four independent conflict layers with specific guidance for SSH access to WSL instances.
When to use:
git push/pull fails with "failed to begin relaying via HTTP"operation not permittedKey features:
check vs accept)Example usage:
# Install the skill
claude plugin install tunnel-doctor@daymade-skills
# Then ask Claude to diagnose
"Tailscale ping works but SSH times out"
"Fix Tailscale and Shadowrocket route conflict on macOS"
"git push fails with failed to begin relaying via HTTP"
"Set up Tailscale SSH to my WSL instance"
🎬 Live Demo
Coming soon
📚 Documentation: See tunnel-doctor/references/proxy_conflict_reference.md for per-tool configuration and conflict architecture.
Diagnose Windows App (Microsoft Remote Desktop / Azure Virtual Desktop / W365) connection quality issues on macOS, with focus on transport protocol optimization (UDP Shortpath vs WebSocket fallback).
When to use:
Key features:
Example usage:
# Install the skill
claude plugin install windows-remote-desktop-connection-doctor@daymade-skills
# Then ask Claude to diagnose
"My VDI connection shows WebSocket instead of UDP, RTT is 165ms"
"Diagnose why RDP Shortpath is not working"
"Windows App transport protocol stuck on WebSocket"
🎬 Live Demo
Coming soon
📚 Documentation: See windows-remote-desktop-connection-doctor/references/ for log analysis patterns and AVD transport protocol details.
Want to see all demos in one place with click-to-enlarge functionality? Check out our interactive demo gallery or browse the demos directory.
Use github-ops to streamline PR creation, issue management, and API operations.
Combine markdown-tools for document conversion and mermaid-tools for diagram generation to create comprehensive documentation. Use llm-icon-finder to add brand icons.
Use deep-research to produce format-controlled research reports with evidence tables and citations. Combine with fact-checker to validate claims or with twitter-reader for social-source collection.
Use competitors-analysis to track and analyze competitor repositories with evidence-based approach. All findings are sourced from actual code (file:line_number), eliminating speculation. Combine with deep-research for comprehensive competitive landscape reports.
Use pdf-creator to convert markdown to print-ready PDFs with proper Chinese font support for formal documents and reports.
Use teams-channel-post-writer to share knowledge and statusline-generator to track costs while working.
Use repomix-unmixer to extract and validate repomix-packed skills or repositories. Use repomix-safe-mixer to package codebases securely, automatically detecting and blocking hardcoded credentials before distribution.
Use skill-creator (see Essential Skill section above) to build, validate, and package your own Claude Code skills following best practices.
Use ppt-creator to generate professional slide decks with data visualizations, structured storytelling, and complete PPTX output for pitches, reviews, and keynotes.
Use video-comparer to analyze compression results, evaluate codec performance, and generate interactive comparison reports. Combine with youtube-downloader to compare different quality downloads.
Use youtube-downloader to download YouTube videos and extract audio from videos with automatic workarounds for common download issues.
Use transcript-fixer to correct speech-to-text errors in meeting notes, lectures, and interviews through dictionary-based rules and AI-powered corrections with automatic learning.
Use meeting-minutes-taker to transform raw meeting transcripts into structured, evidence-based minutes. Combine with transcript-fixer to clean up ASR errors before generating minutes. Features multi-pass generation with UNION merge to avoid content loss.
Use qa-expert to establish comprehensive QA testing infrastructure with autonomous LLM execution, Google Testing Standards, and OWASP security testing. Perfect for project launches, third-party QA handoffs, and enforcing quality gates (100% execution, ≥80% pass rate, 0 P0 bugs). The master prompt enables 100x faster test execution with zero tracking errors.
Use prompt-optimizer to transform vague feature requests into precise EARS specifications with domain theory grounding. Perfect for product requirements documents, AI-assisted coding, and learning prompt engineering best practices. Combine with skill-creator to create well-structured skill prompts, or with ppt-creator to ensure presentation content requirements are clearly specified.
Use claude-code-history-files-finder to recover deleted files from previous Claude Code sessions, search for specific implementations across conversation history, or track file evolution over time. Essential for recovering accidentally deleted code or finding that feature implementation you remember but can't locate.
Use docs-cleaner to consolidate redundant documentation while preserving valuable content. Perfect for cleaning up documentation sprawl after rapid development phases or merging overlapping docs into authoritative sources.
Use claude-md-progressive-disclosurer to reduce CLAUDE.md bloat by moving detailed sections into references while keeping core rules visible.
Use skills-search to find, install, and manage Claude Code skills from the CCPM registry. Perfect for discovering new skills for specific tasks, installing skill bundles for common workflows, and keeping your skill collection organized.
Use promptfoo-evaluation to set up prompt tests, compare model outputs, and run automated evaluations with custom assertions.
Use iOS-APP-developer to configure XcodeGen projects, resolve SPM dependency issues, and troubleshoot code signing or device deployment.
Use macos-cleaner to intelligently analyze and reclaim disk space on macOS with safety-first approach. Unlike one-click cleaners that blindly delete, macos-cleaner explains what each file is, categorizes by risk level (🟢/🟡/🔴), and requires explicit confirmation before any deletion. Perfect for developers dealing with Docker/Homebrew/npm/pip cache bloat, users wanting to understand storage consumption, or anyone who values transparency over automation. Combines script-based precision with optional Mole visual tool integration for hybrid workflow.
Use twitter-reader to fetch tweet content without JavaScript rendering or authentication. Perfect for documenting social media discussions, archiving threads, analyzing tweet content, or gathering reference material from Twitter/X. Combine with markdown-tools to convert fetched content into other formats, or with repomix-safe-mixer to package research collections securely.
Use skill-reviewer to validate your own skills against best practices before publishing, or to review and improve others' skill repositories. Combine with github-contributor to find high-impact open-source projects, create professional PRs, and build your contributor reputation. Perfect for developers who want to contribute to the Claude Code ecosystem or any GitHub project systematically.
Use i18n-expert to set up complete i18n infrastructure for React/Next.js/Vue applications, audit existing implementations for missing translation keys, and ensure locale parity between en-US and zh-CN. Perfect for teams launching products to global markets, maintaining multi-language UIs, or replacing hard-coded strings with proper i18n keys. Combine with skill-creator to create locale-aware skills, or with docs-cleaner to consolidate documentation across multiple languages.
Use tunnel-doctor to diagnose and fix conflicts between Tailscale and proxy/VPN tools on macOS across four independent layers (route hijacking, HTTP env vars, system proxy, SSH ProxyCommand). Essential when Tailscale ping works but TCP connections fail, when git push fails with "failed to begin relaying via HTTP", or when setting up Tailscale SSH to WSL instances alongside Shadowrocket, Clash, or Surge.
Use windows-remote-desktop-connection-doctor to diagnose Azure Virtual Desktop / W365 connection quality issues on macOS. Essential when transport shows WebSocket instead of UDP Shortpath, when RTT is unexpectedly high, or when RDP Shortpath fails after changing network locations. Combines network evidence gathering with Windows App log analysis for systematic root cause identification.
Use claude-skills-troubleshooting to diagnose and resolve Claude Code plugin and skill configuration issues. Debug why plugins appear installed but don't show in available skills, understand the installed_plugins.json vs settings.json enabledPlugins architecture, and batch-enable missing plugins from a marketplace. Essential for marketplace maintainers debugging installation issues, developers troubleshooting skill activation, or anyone confused by the GitHub #17832 auto-enable bug.
Each skill includes:
github-ops/references/api_reference.md for API documentationmarkdown-tools/references/conversion-examples.md for conversion scenariosmermaid-tools/references/setup_and_troubleshooting.md for setup guidestatusline-generator/references/color_codes.md for customizationteams-channel-post-writer/references/writing-guidelines.md for quality standardsrepomix-unmixer/references/repomix-format.md for format specificationsskill-creator/SKILL.md for complete skill creation workflowllm-icon-finder/references/icons-list.md for available iconscli-demo-generator/references/vhs_syntax.md for VHS syntax and cli-demo-generator/references/best_practices.md for demo guidelinescloudflare-troubleshooting/references/api_overview.md for API documentationui-designer/SKILL.md for design system extraction workflowppt-creator/references/WORKFLOW.md for 9-stage creation process and ppt-creator/references/ORCHESTRATION_OVERVIEW.md for automationyoutube-downloader/SKILL.md for usage examples and troubleshootingrepomix-safe-mixer/references/common_secrets.md for detected credential patternsvideo-comparer/references/video_metrics.md for quality metrics interpretation and video-comparer/references/configuration.md for customization optionstranscript-fixer/references/workflow_guide.md for step-by-step workflows and transcript-fixer/references/team_collaboration.md for collaboration patternsqa-expert/references/master_qa_prompt.md for autonomous execution (100x speedup) and qa-expert/references/google_testing_standards.md for AAA pattern and OWASP testingprompt-optimizer/references/ears_syntax.md for EARS transformation patterns, prompt-optimizer/references/domain_theories.md for theory catalog, and prompt-optimizer/references/examples.md for complete transformationsclaude-code-history-files-finder/references/session_file_format.md for JSONL structure and claude-code-history-files-finder/references/workflow_examples.md for recovery workflowsdocs-cleaner/SKILL.md for consolidation workflowsdeep-research/references/research_report_template.md for report structure and deep-research/references/source_quality_rubric.md for source triagepdf-creator/SKILL.md for PDF conversion and font setupclaude-md-progressive-disclosurer/SKILL.md for CLAUDE.md optimization workflowskills-search/SKILL.md for CCPM CLI commands and registry operationspromptfoo-evaluation/references/promptfoo_api.md for evaluation patternsiOS-APP-developer/references/xcodegen-full.md for XcodeGen options and project.yml detailstwitter-reader/SKILL.md for API key setup and URL format supportmacos-cleaner/references/cleanup_targets.md for detailed cleanup target explanations, macos-cleaner/references/mole_integration.md for Mole visual tool integration, and macos-cleaner/references/safety_rules.md for comprehensive safety guidelinesskill-reviewer/references/evaluation_checklist.md for complete evaluation criteria, skill-reviewer/references/pr_template.md for PR templates, and skill-reviewer/references/marketplace_template.json for marketplace configurationgithub-contributor/references/pr_checklist.md for PR quality checklist, github-contributor/references/project_evaluation.md for project evaluation criteria, and github-contributor/references/communication_templates.md for issue/PR templatesi18n-expert/SKILL.md for complete i18n setup workflow, key architecture guidance, and audit proceduresclaude-skills-troubleshooting/SKILL.md for plugin troubleshooting workflow and architecturefact-checker/SKILL.md for fact-checking workflow and claim verification processcompetitors-analysis/SKILL.md for evidence-based analysis workflow and competitors-analysis/references/profile_template.md for competitor profile templatewindows-remote-desktop-connection-doctor/references/windows_app_log_analysis.md for log parsing patterns and windows-remote-desktop-connection-doctor/references/avd_transport_protocols.md for transport protocol detailsbrew install yt-dlp or pip install yt-dlpbrew install ffmpeg, apt install ffmpeg, or winget install ffmpegbrew install vhsnpm install -g @marp-team/marp-clinpm install -g repomixnpm install -g @daymade/ccpmnpx promptfoo@latestStart with skill-creator if you want to create your own skills. Otherwise, browse the Other Available Skills section and install what matches your workflow.
No, these skills are specifically designed for Claude Code. You'll need Claude Code 2.0.13 or higher.
Use the same install command to update:
claude plugin install skill-name@daymade-skills
Absolutely! See CONTRIBUTING.md for guidelines. We recommend using the skill-creator to ensure your skill meets quality standards.
Yes, all skills are open-source and reviewed. The code is available in this repository for inspection.
We recommend using CC-Switch to manage API provider configurations. See the Chinese User Guide section above.
skill-creator is a meta-skill - it helps you create other skills. The other skills are end-user skills that provide specific functionalities (GitHub ops, document conversion, etc.). If you want to extend Claude Code with your own workflows, start with skill-creator.
Contributions are welcome! Please feel free to:
All skills in this marketplace follow:
This marketplace is licensed under the MIT License - see the LICENSE file for details.
If you find these skills useful, please:
Built with ❤️ using the skill-creator skill for Claude Code
Last updated: 2026-01-22 | Marketplace version 1.23.0
互換性