yyh211/claude-meta-skill
A curated collection of reusable skills for Claude Code. Enhance Claude's capabilities with ready-to-use skill modules including comprehensive guides, templates, and best practices for creating your own skills.
npx skills add yyh211/claude-meta-skillREADME
Claude Skills Repository
A curated collection of reusable skills for Claude Code. Pick the skills you need and add them to your project to enhance Claude's capabilities.
🎯 What is This?
This repository provides ready-to-use skills that extend Claude Code's functionality. Each skill is a self-contained module that teaches Claude how to perform specific tasks or follow particular workflows in your projects.
📦 Available Skills
| Skill Name | Description | Source | Installation |
|---|---|---|---|
| create-skill-file | Guides Claude in creating well-structured SKILL.md files with templates, examples, and best practices | - | cp -r create-skill-file .claude/skills/ |
| prompt-optimize | Optimize your prompt with Claude | - | cp -r prompt-optimize .claude/skills/ |
| deep-reading-analyst | Comprehensive framework for deep analysis using 10+ thinking models (SCQA, 5W2H, Critical Thinking, Mental Models, First Principles, etc.) | 🔗 GitHub | cp -r deep-reading-analyst .claude/skills/ |
| dry-refactoring | Systematic code refactoring following DRY principle with 4-step workflow to eliminate code duplication | - | cp -r dry-refactoring .claude/skills/ |
| frontend-design | Creates unique, production-grade frontend interfaces with exceptional design quality and creative aesthetics | - | cp -r frontend-design .claude/skills/ |
| mcp-builder | Guide for creating high-quality MCP servers that enable LLMs to interact with external services through tools | - | cp -r mcp-builder .claude/skills/ |
| daily-ai-news | Aggregates and summarizes the latest AI news from multiple sources with concise briefs and direct links | - | cp -r daily-ai-news .claude/skills/ |
| fastgpt-workflow-generator | Generates production-ready FastGPT workflow JSON from natural language requirements with AI-powered template matching and three-layer validation | - | cp -r fastgpt-workflow-generator .claude/skills/ |
| planning-with-files | Manus-style workflow using persistent markdown files for planning, progress tracking, and knowledge storage with 3-file pattern | 🔗 GitHub | cp -r planning-with-files .claude/skills/ |
Total: 9 skills available
Skill Details
🔧 create-skill-file
A meta-skill that teaches you how to create high-quality SKILL.md files for Claude.
What's included:
- ✅ Comprehensive writing guidelines
- ✅ Ready-to-use templates (Basic & Workflow)
- ✅ Real-world examples (Good & Bad practices)
- ✅ Quality checklist and troubleshooting guide
Trigger Keywords: "create skill", "write skill", "SKILL.md", "skill guidelines", "best practices"
Installation:
# Chinese version
cp -r create-skill-file .claude/skills/
# English version
cp -r create-skill-file-EN .claude/skills/
🔧 prompt-optimize
Version: Chinese
An expert prompt engineering skill that transforms Claude into "Alpha-Prompt" - a master prompt engineer who collaboratively crafts high-quality prompts through flexible dialogue.
What's included:
- ✅ Expert prompt engineering consultation
- ✅ Advanced cognitive architectures (CoT, ToT, Self-Consistency, ReAct)
- ✅ Security guardrails and safety considerations
- ✅ Architecture upgrade suggestions for simple requirements
- ✅ Collaborative dialogue-based prompt optimization
Key Features:
- Flexible Communication: Genuine two-way dialogue, not rigid templated questions
- Proactive Architecture Upgrades: Suggests advanced techniques like Tree of Thought for creative tasks
- Security Awareness: Provides safety recommendations for public-facing AI roles
- Quality Standards: Delivers production-ready prompts with clear role definitions and structured outputs
Trigger Keywords: "optimize prompt", "improve prompt", "enhance AI instruction", "prompt engineering", `"system instruction
...