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.

188 stars19 forksUpdated Jan 8, 2026
npx skills add yyh211/claude-meta-skill

README

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.

License: MIT Claude Code Skill

🎯 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 NameDescriptionSourceInstallation
create-skill-fileGuides Claude in creating well-structured SKILL.md files with templates, examples, and best practices-cp -r create-skill-file .claude/skills/
prompt-optimizeOptimize your prompt with Claude-cp -r prompt-optimize .claude/skills/
deep-reading-analystComprehensive framework for deep analysis using 10+ thinking models (SCQA, 5W2H, Critical Thinking, Mental Models, First Principles, etc.)🔗 GitHubcp -r deep-reading-analyst .claude/skills/
dry-refactoringSystematic code refactoring following DRY principle with 4-step workflow to eliminate code duplication-cp -r dry-refactoring .claude/skills/
frontend-designCreates unique, production-grade frontend interfaces with exceptional design quality and creative aesthetics-cp -r frontend-design .claude/skills/
mcp-builderGuide for creating high-quality MCP servers that enable LLMs to interact with external services through tools-cp -r mcp-builder .claude/skills/
daily-ai-newsAggregates and summarizes the latest AI news from multiple sources with concise briefs and direct links-cp -r daily-ai-news .claude/skills/
fastgpt-workflow-generatorGenerates 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-filesManus-style workflow using persistent markdown files for planning, progress tracking, and knowledge storage with 3-file pattern🔗 GitHubcp -r planning-with-files .claude/skills/

Total: 9 skills available


Skill Details

🔧 create-skill-file

Versions: Chinese / English

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

...

Read full README

Publisher

yyh211yyh211

Statistics

Stars188
Forks19
Open Issues1
CreatedOct 31, 2025