prompt-optimize
π―Skillfrom yyh211/claude-meta-skill
Optimizes and refines prompts to improve Claude's understanding, clarity, and effectiveness by analyzing and suggesting improvements to input instructions.
Installation
npx skills add https://github.com/yyh211/claude-meta-skill --skill prompt-optimizeSkill Details
Overview
# 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.
[](https://opensource.org/licenses/MIT)
[](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/skills)
π― 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](./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](./prompt-optimize) | Optimize your prompt with Claude | - | cp -r prompt-optimize .claude/skills/ |
| [deep-reading-analyst](./deep-reading-analyst) | Comprehensive framework for deep analysis using 10+ thinking models (SCQA, 5W2H, Critical Thinking, Mental Models, First Principles, etc.) | [π GitHub](https://github.com/ginobefun/deep-reading-analyst-skill) | cp -r deep-reading-analyst .claude/skills/ |
| [dry-refactoring](./dry-refactoring) | Systematic code refactoring following DRY principle with 4-step workflow to eliminate code duplication | - | cp -r dry-refactoring .claude/skills/ |
| [frontend-design](./frontend-design) | Creates unique, production-grade frontend interfaces with exceptional design quality and creative aesthetics | - | cp -r frontend-design .claude/skills/ |
| [mcp-builder](./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](./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](./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](./planning-with-files) | Manus-style workflow using persistent markdown files for planning, progress tracking, and knowledge storage with 3-file pattern | [π GitHub](https://github.com/OthmanAdi/planning-with-files) | cp -r planning-with-files .claude/skills/ |
Total: 9 skills available
---
Skill Details
#### π§ create-skill-file
Versions: [Chinese](./create-skill-file) / [English](./create-skill-file-EN)
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:
```bash
# Chinese version
cp -r create-skill-file .claude/skills/
# English version
cp -r create-skill-file-EN .claude/skills/
```
---
#### π§ prompt-optimize
Version: [Chinese](./prompt-optimize)
An expert prompt engineeri