by alchaincyf
花叔全部开源 Agent Skills 总目录:16 旗舰 + 14 人物视角 + 22 内置共 52 个 skill,分层分类 + AI Agent 安装协议 + 机器可读 skills.json + 更新检查机制
# Add to your Claude Code skills
git clone https://github.com/alchaincyf/huashu-skillsGuides for using ai agents skills like huashu-skills.
Last scanned: 8/25/2026
{
"issues": [
{
"file": "README.md",
"line": 76,
"type": "dangerous-command",
"message": "Dangerous command (writes to Claude config): \">.git ~/.claude/\"",
"severity": "medium"
},
{
"file": "huashu-skill-updater/SKILL.md",
"line": 31,
"type": "dangerous-command",
"message": "Dangerous command (writes to Claude config): \"> && cp -r /tmp/huashu-skills-update/<名字> ~/.claude/\"",
"severity": "medium"
},
{
"file": "huashu-slides/SKILL.md",
"line": 332,
"type": "dangerous-command",
"message": "Dangerous command (writes to Claude config): \"> ⚠️ `nano-banana-pro` 是一个独立的外部 skill,**不随本仓库分发**。如果你的 `~/.claude/\"",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-08-25T04:37:11.913Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}huashu-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by alchaincyf. 花叔全部开源 Agent Skills 总目录:16 旗舰 + 14 人物视角 + 22 内置共 52 个 skill,分层分类 + AI Agent 安装协议 + 机器可读 skills.json + 更新检查机制. It has 1,391 GitHub stars.
Yes. huashu-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/alchaincyf/huashu-skills" and add it to your Claude Code skills directory (see the Installation section above).
huashu-skills is primarily written in Python. It is open-source under alchaincyf on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh huashu-skills against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
这里是花叔在GitHub上全部开源Skill的总目录,共52个,分三层收录。全部是标准Agent Skills格式(SKILL.md),Claude Code / Codex / Kimi Code等支持该格式的agent通用。
花叔 | AI Native Coder · 独立开发者 · 全网50万+读者 代表作:小猫补光灯(App Store付费榜Top1)·《一本书玩转DeepSeek》· 女娲Skill生态 CCTV《焦点访谈》报道的「手搓经济」代表人物
最省事的方式:把这句话发给你的AI agent——
读 https://github.com/alchaincyf/huashu-skills 的README和skills.json,帮我安装(某个skill / 按我的需求推荐)
自己动手也只要一条命令(独立仓库skill):
git clone https://github.com/alchaincyf/huashu-design.git ~/.claude/skills/huashu-design
装完重启agent会话即生效。其余安装方式见安装指南。
| 层 | 数量 | 是什么 | 怎么装 |
|---|---|---|---|
| 旗舰Skills | 16 | 各自深耕一个领域的完整系统,独立仓库 | git clone一条命令 |
| 人物视角Skills | 14 | 女娲蒸馏的人物思维操作系统,独立仓库 | git clone一条命令 |
| 内置Skills | 22 | 轻量内容创作技能+更新检查工具,就在本仓库 | 复制子目录 |
机器可读版目录在skills.json,AI agent优先读它。
| 你想做的事 | 用这个 |
|---|---|
| 高保真原型 / 幻灯片 / 动画 / 「做个好看的页面」 | huashu-design |
| AI生图的prompt(封面 / 海报 / 信息图) | huashu-gpt-image |
| 数据分析、Excel清洗对账、让数字经得起追问 | huashu-excel |
| 任意文件(PDF/DOCX/EPUB/网页)转Markdown,md出精美HTML / DOCX | huashu-md-html |
| Markdown转专业PDF白皮书 | 内置huashu-md-to-pdf |
| AI视频生成(白模驱动,画面可控) | seedance-skill |
| 给文章去AI味 | tramstop-skill(重装备)或内置huashu-proofreading(轻量) |
| 公众号文章分发到X Articles / B站专栏 | dukou |
| 把某个人的思维方式蒸馏成skill | nuwa-skill |
| 优化、进化一个已有的skill | darwin-skill |
| 诊断prompt / skill为什么不好使 | freud-skill |
| 学习怎么写skill | skills-guide |
| X / Twitter运营增长 | x-mentor-skill |
| 微信读书荐书、书单、读书笔记 | huashu-weread |
| 借乔布斯 / 芒格 / 费曼……的视角思考 | 人物视角Skills任选一位 |
| 选题、大纲、审校、配图等内容创作流水线 | 内置Skills |
| 检查装过的skill有没有新版本 | 内置huashu-skill-updater |
16个独立仓库,每个都是完整系统。安装:git clone https://github.com/alchaincyf/<仓库名>.git ~/.claude/skills/<仓库名>(dukou除外,见表格备注)。
| Skill | Stars | 干什么的 |
|---|---|---|
| huashu-design | HTML原生设计系统:高保真原型 / 幻灯片 / 动画 / 可视化,20种设计哲学+5维专家评审+MP4导出 | |
| huashu-gpt-image | GPT-image的prompt工程方法论:用真实参考名替代形容词,含单图playbook、批量网格生成、失败模式树 | |
| huashu-icon-set | 端到端为项目生成风格统一的图标集:4×4网格批量生成+逐个精度兜底+智能抠图(豆包环境专用,依赖内置image_gen) | |
| huashu-slide-doubao | 豆包环境专用视觉物料生产:slides+公众号封面+视频封面,走内置image_gen零API费用 | |
| huashu-slide-codex | Codex环境专用视觉物料生产:同上,走Codex内置image_gen |
| Skill | Stars | 干什么的 |
|---|---|---|
| huashu-excel | 数据分析全流程:体检脏表 → 清洗 → 定口径 → 算指标 → 对账 → 报告,依赖仅openpyxl | |
| huashu-md-html | md流水线:万物(PDF/DOCX/EPUB/网页/音频)转干净md,md加工成出版级HTML / DOCX,四套反AI slop主题 |
| Skill | Stars | 干什么的 |
|---|---|---|
| seedance-skill | 白模驱动的AI视频工作台:白模参考视频与提示词出自同一份scene.json,渲染前做几何体检 |
| Skill | Stars | 干什么的 |
|---|---|---|
| tramstop-skill | 电车站.skill:证据驱动的去AI味,四层AI味模型+真实素材注入,来自四版本盲测实验 | |
| dukou | 渡口:公众号文章一键渡到X Articles / B站专栏,Chrome插件+本地桥+skill(⚠️ skill在skill/dukou/子目录,按复制子目录方式安装) |
|
| x-mentor-skill | X导师:蒸馏6位顶级X创作者方法论+开源算法数据,完整的选题-写作-增长手册 |
| Skill | Stars | 干什么的 |
|---|---|---|
| huashu-weread | 微信读书高阶顾问:书架+笔记交叉分析,个性化荐书 / 阶梯书单 / 笔记提炼 / 年度阅读复盘 |
| Skill | Stars | 干什么的 |
|---|---|---|
| nuwa-skill | 女娲:蒸馏任何人的思维方式——心智模型、决策启发式、表达DNA,产出可运行的人物skill | |
| darwin-skill | 达尔文:让skill无限进化——评估 → 改进 → 测试 → 保留或回滚,全程git留痕 | |
| freud-skill | 弗洛伊德:给AI做心理分析,基于Anthropic可解释性研究,诊断prompt / skill的身份冲突并重写 | |
| skills-guide | Claude Code Skills完整指南:理解、查找和创建skills |
14个独立仓库,全部由nuwa-skill(女娲)蒸馏生成。不是语录合集,是可运行的思维框架:心智模型+决策启发式+表达DNA。安装:git clone https://github.com/alchaincyf/<仓库名>.git ~/.claude/skills/<仓库名>。大部分同时收录在nuwa-skill/examples/里作为示例,安装以独立仓库为准。
| Skill | 人物 | Stars | 擅长的问题 |
|---|---|---|---|
| zhangxuefeng-skill | 张雪峰 | 高考志愿 / 考研 / 职业规划 | |
| steve-jobs-skill | 乔布斯 | 产品判断、砍需求、品味 | |
| elon-musk-skill | 马斯克 | 第一性原理、成本结构、激进迭代 | |
| munger-skill | 查理·芒格 | 逆向思考、认知偏误、投资决策 | |
| karpathy-skill | Andrej Karpathy | AI技术可靠性、学习方法、行业判断 | |
| trump-skill | 特朗普 | 谈判、权力、传播 | |
| feynman-skill | 理查德·费曼 | 真懂vs记住名词、货物崇拜检测 | |
| naval-skill | Naval Ravikant | 杠杆、特定知识、财富路径 | |
| sun-yuchen-perspective | 孙宇晨 | 注意力经济、营销、危机公关 | |
| zhang-yiming-skill | 张一鸣 | 产品、组织、全球化、延迟满足 | |
| taleb-skill | 塔勒布 | 尾部风险、反脆弱、质疑主流叙事 | |
| mrbeast-skill | MrBeast | 视频标题 / 封面 / 钩子 / 留存 | |
| paul-graham-skill | Paul Graham | 创业、写作、做用户真正要的东西 | |
| ilya-sutskever-skill | Ilya Sutskever | 深度学习直觉、Scaling、AI本质 |
22个轻量技能,就在本仓库,覆盖公众号 / 视频 / 小红书从选题到发布的工作流。安装:按复制子目录方式。
| Skill | 干什么的 |
|---|---|
| huashu-slides | 从一句话到成品PPTX:内容结构化 → 设计选型 → AI插画 → 组装,18种设计风格 |
| huashu-data-pro | Excel原始数据到专业分析报告:5种报告风格库,交互式HTML+PDF |
| [huashu-douyin-s |