1.Anthropic官方Skills,这里面我只安装了 skill-creator
https://github.com/anthropics/skills
2.UI UX Pro Max,用来写前端的UI,非常好用
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill
3.seo-review,我用来做AI网站SEO审查的
https://github.com/leonardomso/33-js-concepts/tree/master/.opencode/skill/seo-review
4.content-creator 这是根据关键词,然后进行创建博客文章的,也是用于SEO
https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/business-marketing/content-creator
5.ai-image-generator 这是自己写的,调用api然后生成图片,接着压缩为webp格式,最后上传到R2,非常实用,用于博客还有示例图创建
6.skill-prompt-generator 黄总的提示词生成,主要搭配生成图片的,也是强烈推荐
https://github.com/huangserva/skill-prompt-generator
7.Planning-with-files 参考Manus的Agent方法写的Skill。很适合多步骤任务。 https://github.com/OthmanAdi/planning-with-files
8. Superpowers
1.6万Star的Skill精选,从脑暴、写需求文档、开发、测试全包含,口碑相当好。
https://github.com/obra/superpowers
9. Planning-with-files
参考Manus的Agent方法写的Skill。很适合多步骤任务,用这个Skill指导其他Skill工作也挺好。
https://github.com/OthmanAdi/planning-with-files
10. X-article-publisher-skill
王树义老师写的X文章发布Skill, 这个值得研究下,后续看看能不能实现其他平台的自动化
https://github.com/wshuyi/x-article-publisher-skill
11. NotebookLM skill
自动上传PDF、Youtube链接到NotebookLM,很适合NotebookLM内容的自动化处理
https://github.com/PleasePrompto/notebooklm-skill
还有一些是自己平时总结的内容创作skills,后续继续分享具体使用场景案例!
最后我强烈建议各位,一定要多多搭建自己的Skills,从日常的一些工作流开始。
比如说我们有一些流程,我们可以先用claude code来实现一次,当实现完了,我们让cc总结成一个Skill,然后基于第一性原理进行打分,迭代调优
如果觉得麻烦,可以直接先用官方的skill-creator进行沟通,来创建一个自己的Skill,要知道,自己沉淀Skill才是最好的
0450