Fleury Brain Worker Skills banner
fleurytian fleurytian

Fleury Brain Worker Skills

Productivity community Intermediate

Description

[](https://github.com/fleurytian) [](https://www.xiaohongshu.com/user/profile/56d1a32184edcd71a06dcc55?xsec_token=ABZohenXDHnRbNau0jBvZWdjPAZ3gXdQw3bGs0cbzgNms%3D&xsec_source=pc_search) [](mailto:fleurytian@gmail.com)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Skills by Fleury 如宝

[](https://github.com/fleurytian) [](https://www.xiaohongshu.com/user/profile/56d1a32184edcd71a06dcc55?xsec_token=ABZohenXDHnRbNau0jBvZWdjPAZ3gXdQw3bGs0cbzgNms%3D&xsec_source=pc_search) [](mailto:fleurytian@gmail.com) [](LICENSE)

精选高质量Claude Skills集合 | 专注商业分析与内容创作


📂 仓库结构

awesome-claude-skills/
├── README.md                          # 本文件
├── mckinsey-sample-PPT.pptx          # McKinsey Skill示例输出
├── mimeng-sample.md                   # 咪蒙 Skill示例输出
├── mckinsey-consultant/
│   ├── SKILL.md                      # Skill主文件
│   ├── references/                    # 参考文档
│   │   ├── methodology.md            # 详细方法论
│   │   ├── layouts.md                # McKinsey页面布局
│   │   ├── design-specs.md           # 设计规范
│   │   ├── examples.md               # 完整案例
│   │   └── troubleshooting.md        # 常见问题
│   └── README.md                     # Skill说明
├── mimeng-writing/
│   ├── SKILL.md                      # Skill主文件
│   └── README.md                     # Skill说明
└── us-gov-shutdown-tracker/           # 美国政府停摆追踪器
    ├── SKILL.md                      # Skill主文件
    ├── references/                    # 参考文档
    │   ├── data_sources.md           # 数据源说明
    │   └── historical_cases.md       # 历史案例
    └── scripts/                       # 分析脚本
        ├── analyze_shutdown.py        # 停摆分析
        └── visualize.py              # 数据可视化

🛠 如何使用

1. 安装到Claude

这些Skills需要在支持Skills功能的Claude环境中使用,官方教学:https://www.anthropic.com/news/skills

2. 在对话中激活

在对话开始时明确说明要使用哪个Skill:

"请使用mckinsey-consultant skill,帮我..."

"请使用mimeng-writing skill,帮我..."

"请使用us-gov-shutdown-tracker skill,帮我..."

📚 Skills 具体介绍

1️⃣ McKinsey Consultant Skill

**McKinsey顾问式商业问题解决系统**

一个将McKinsey Problem Solving 101/102方法论系统化为完整工作流的Claude Skill,实现从商业问题到专业PPT的端到端解决方案。

💡 开发者说

**✅ 核心优势**

  1. 遵循咨询公司真实工作流
    • Hypothesis-driven approach: 先提假设,再验证
    • Dummy-first: 先设计页面框架,再找数据填充

...