【Claude】整理了一下自用必装的Skills

SonivelY 2026-06-30 12:17 1



基本上日常开发都能用到

^-^

最新回复 (13)
  • xrj975 06-30 12:21
    1

    这个是用在claude上的吗

  • astom 06-30 12:21
    2

    把链接也贴上就好了 ^-^

  • SonivelY 楼主 06-30 12:22
    3

    @xrj975 #1 对

  • Sisko 06-30 12:23
    4

    链接

  • blackface 06-30 12:23
    5

    claude mem当时害惨我了 token耗的剧快

  • angel 06-30 12:25
    6

    有codex的吗

  • Ranzer 06-30 12:29
    7

    反重力能用吗?

  • bakohok 06-30 13:06
    8

    请问这些技能去哪里下载哇,感谢

  • aLam 06-30 13:16
    9

    最重要还是要符合自己的需求 开发习惯 使用习惯


    以前也是挂一堆有的没的 然后一个简单需求也要plan补充半天效率太低就弃了

    现在回归简单用pi 自己慢慢搭建配套上去 ^-^

  • gudzpoz 06-30 14:02
    10

    给整理了一下,加上了链接:



















































































































    Skill 简要说明 适用场景 官方源码链接
    Superpowers 为 AI 提供增强能力,集成常用开发工作流、快捷命令和最佳实践,提高整体开发效率。 通用开发 https://github.com/obra/Superpowers
    OpenSpec 根据需求生成规范(Specification)、技术设计、任务拆分等文档。 软件设计、需求分析 https://github.com/Fission-AI/openspec
    frontend-design / ui-ux-pro-max 专注于前端页面设计、UI/UX 优化、组件布局、颜色搭配和用户体验改进。 Web 前端、产品设计 https://github.com/nextlevelbuilder/ui-ux-pro-max-skill
    ponytail 提供更智能的代码上下文管理,帮助 AI 理解大型项目结构和跨文件关系。 大型项目开发 https://github.com/DietrichGebert/ponytail
    claude-code-setup 自动配置 Claude Code 开发环境,包括推荐配置、初始化和开发规范。 新项目初始化 https://github.com/anthropics/claude-plugins-official
    skill-creator / MCP Builder 创建新的 AI Skill 或 MCP (Model Context Protocol) 工具,实现 AI 能力扩展。 AI 工具开发 https://github.com/anthropics/skills
    Code Review 自动进行代码审查,发现 Bug、性能问题、安全风险和代码规范问题。 Code Review https://github.com/anthropics/claude-plugins-official
    Code Simplifier 重构复杂代码,提高可读性,减少重复逻辑,优化代码结构。 代码重构 https://github.com/anthropics/claude-plugins-official
    Commit Helper 根据 Git Diff 自动生成规范的 Commit Message(如 Conventional Commits)。 Git 提交 https://github.com/davila7/claude-code-templates
    context7 增强 AI 的上下文理解能力,提升多文件、多轮开发过程中的准确性。 大型代码库 https://github.com/upstash/context7
    document-skills 自动生成或维护 README、API 文档、设计文档、开发文档等。 文档编写 没找到……没幻觉吧(官方的 document-skills 是用来看 DOC/PPT/PDF 的)
    claude-mem 为 Claude 提供长期记忆能力,记录项目知识、开发习惯和上下文信息。 长期项目维护 https://github.com/thedotmack/claude-mem
    deep-research 深度研究模式,可对技术方案、框架、论文、竞品等进行系统化分析。 技术调研 https://github.com/Weizhena/Deep-Research-skills 这个感觉星数偏低,也不确定
    Planning with Files 基于项目文件生成开发计划、任务拆分、迭代路线图。 项目规划 https://github.com/OthmanAdi/planning-with-files
    Webapp Testing 自动生成 Web 应用测试方案,包括功能测试、回归测试和 E2E 测试。 软件测试 https://github.com/anthropics/skills
    Playwright 使用 Playwright 自动编写和执行浏览器自动化测试。 E2E 自动化测试 https://github.com/microsoft/playwright
    PPTX 根据 Markdown、文档或需求自动生成 PowerPoint 演示文稿。 PPT 制作 https://github.com/anthropics/skills (pptx skill in document-skills)
  • sakura-s 06-30 14:02
    11

    已安装/确认完成。安装后我用 hermes skills list 和 skill_view(...) 验证了主要新增 skill 均可加载;其中部分是你本来已有的 Hermes 内置/本地 skill,我没有重复覆盖。


    安装清单与链接


    Superpowers

    • Hermes 中实际名称: using-superpowers + superpowers 套件

    • 状态: 已存在,已启用

    • 来源/相关链接: https://github.com/obra/superpowers


    OpenSpec

    • Hermes 中实际名称: openspec

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/itechmeat/llm-code / https://github.com/Fission-AI/OpenSpec


    frontend-design / ui-ux-pro-max

    • Hermes 中实际名称: frontend-design, ui-ux-pro-max

    • 状态: 已存在,已启用

    • 来源/相关链接: Anthropic frontend-design: https://github.com/anthropics/skills/tree/main/skills/frontend-design;本机已有 ui-ux-pro-max suite


    ponytail

    • Hermes 中实际名称: ponytail

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/DietrichGebert/ponytail


    claude-code-setup

    • Hermes 中实际名称: claude-code-setup

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/petekp/claude-code-setup


    skill-creator / MCP Builder

    • Hermes 中实际名称: skill-creator, mcp-builder

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/anthropics/skills/tree/main/skills/skill-creator;https://github.com/anthropics/skills/tree/main/skills/mcp-builder


    Code Review

    • Hermes 中实际名称: requesting-code-review, github-code-review

    • 状态: 已存在,已启用

    • 来源/相关链接: Hermes builtin/local skills;GitHub review workflow


    Code Simplifier

    • Hermes 中实际名称: simplify-code

    • 状态: 已存在,已启用

    • 来源/相关链接: Hermes builtin skill


    Commit Helper

    • Hermes 中实际名称: commit-helper

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/charon-fan/agent-playbook / https://github.com/bytesagain/ai-skills


    context7

    • Hermes 中实际名称: context7-mcp

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/upstash/context7


    document-skills

    • Hermes 中实际名称: document-skills + docx/pdf/pptx/xlsx

    • 状态: 已安装/补齐并验证

    • 来源/相关链接: https://github.com/travisjneuman/.claude


    claude-mem

    • Hermes 中实际名称: mem-search

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/thedotmack/claude-mem


    deep-research

    • Hermes 中实际名称: deep-research + parallel-deep-research

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/petekp/claude-code-setup;https://github.com/parallel-web/parallel-agent-skills


    Planning with Files

    • Hermes 中实际名称: planning-with-files-zh

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/othmanadi/planning-with-files


    Webapp Testing

    • Hermes 中实际名称: webapp-testing

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/anthropics/skills/tree/main/skills/webapp-testing


    Playwright

    • Hermes 中实际名称: playwright

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/openai/skills/tree/main/playwright;另参考 https://github.com/microsoft/playwright


    PPTX

    • Hermes 中实际名称: pptx / 既有 powerpoint

    • 状态: 已安装并验证

    • 来源/相关链接: https://github.com/anthropics/skills/tree/main/skills/pptx;Hermes builtin powerpoint 也已启用


    备注



    • GitHub API 后面触发了未认证 rate limit,所以我对部分 skill 改用 git clone 官方仓库后本地复制安装。

    • mcp-builder 的 hub 安装被 Hermes 安全扫描拦截为危险,因此我改为从 Anthropic 官方仓库本地安装,保留了 scripts/ 和 reference/ 等支持文件。

    • skill-creator 和 playwright 的 hub 安装有安全扫描 caution,我确认内容后用 --force --yes 安装。

    • 我删除了一个根目录下重复的 pptx,保留 document-skills/pptx,避免 skill_view('pptx') 名称冲突。

  • bakohok 06-30 14:03
    12

    @gudzpoz #10 大佬万寿无疆,非常感谢,没鸡腿了给你点个星辰。

  • sakura-s 06-30 14:04
    13

    @gudzpoz #10 上去吧

* 帖子来源NodeSeek
返回