Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions skills/brainstorming/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: brainstorming
description: "在任何创造性工作之前必须使用此技能——创建功能、构建组件、添加功能或修改行为。在实现之前先探索用户意图、需求和设计。"
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [design, planning]
---

# 头脑风暴:将想法转化为设计
Expand Down
5 changes: 5 additions & 0 deletions skills/chinese-code-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: chinese-code-review
description: 中文 review 沟通参考——话术模板、分级标注(必须修复/建议修改/仅供参考)、国内团队常见反模式应对。仅在用户显式 /chinese-code-review 时调用,不要根据上下文自动触发。
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [code-review, chinese]
---

# 中文代码审查规范
Expand Down
5 changes: 5 additions & 0 deletions skills/chinese-commit-conventions/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: chinese-commit-conventions
description: 中文 commit 与 changelog 配置参考——Conventional Commits 中文适配、commitlint/husky/commitizen 中文模板、conventional-changelog 中文配置。仅在用户显式 /chinese-commit-conventions 时调用,不要根据上下文自动触发。
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [git, chinese]
---

# 中文 Git 提交规范
Expand Down
5 changes: 5 additions & 0 deletions skills/chinese-documentation/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: chinese-documentation
description: 中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [documentation, chinese]
---

# 中文技术文档写作规范
Expand Down
5 changes: 5 additions & 0 deletions skills/chinese-git-workflow/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: chinese-git-workflow
description: 国内 Git 平台配置参考——Gitee、Coding.net、极狐 GitLab、CNB 的 SSH/HTTPS/凭据/CI 接入差异与镜像同步配置。仅在用户显式 /chinese-git-workflow 时调用,不要根据上下文自动触发。
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [git, chinese]
---

# 国内 Git 工作流规范
Expand Down
5 changes: 5 additions & 0 deletions skills/dispatching-parallel-agents/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: dispatching-parallel-agents
description: 当面对 2 个以上可以独立进行、无共享状态或顺序依赖的任务时使用
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [agents, parallel]
---

# 并行分派智能体
Expand Down
5 changes: 5 additions & 0 deletions skills/executing-plans/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: executing-plans
description: 当你有一份书面实现计划需要在单独的会话中执行,并设有审查检查点时使用
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [execution, planning]
---

# 执行计划
Expand Down
5 changes: 5 additions & 0 deletions skills/finishing-a-development-branch/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: finishing-a-development-branch
description: 当实现完成、所有测试通过、需要决定如何集成工作时使用——通过提供合并、PR 或清理等结构化选项来引导开发工作的收尾
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [git, workflow]
---

# 完成开发分支
Expand Down
5 changes: 5 additions & 0 deletions skills/mcp-builder/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: mcp-builder
description: MCP 服务器构建方法论 — 系统化构建生产级 MCP 工具,让 AI 助手连接外部能力
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [mcp, development]
---

# MCP 服务器构建
Expand Down
5 changes: 5 additions & 0 deletions skills/receiving-code-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: receiving-code-review
description: 收到代码审查反馈后、实施建议之前使用,尤其当反馈不明确或技术上有疑问时——需要技术严谨性和验证,而非敷衍附和或盲目执行
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [code-review]
---

# 接收代码审查
Expand Down
5 changes: 5 additions & 0 deletions skills/requesting-code-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: requesting-code-review
description: 完成任务、实现重要功能或合并前使用,用于验证工作成果是否符合要求
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [code-review]
---

# 请求代码审查
Expand Down
5 changes: 5 additions & 0 deletions skills/subagent-driven-development/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: subagent-driven-development
description: 当在当前会话中执行包含独立任务的实现计划时使用
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [agents, development]
---

# 子智能体驱动开发
Expand Down
5 changes: 5 additions & 0 deletions skills/systematic-debugging/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: systematic-debugging
description: 遇到任何 bug、测试失败或异常行为时使用,在提出修复方案之前执行
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [debugging]
---

# 系统化调试
Expand Down
5 changes: 5 additions & 0 deletions skills/test-driven-development/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: test-driven-development
description: 在实现任何功能或修复 bug 时使用,在编写实现代码之前
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [testing, development]
---

# 测试驱动开发(TDD)
Expand Down
5 changes: 5 additions & 0 deletions skills/using-git-worktrees/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: using-git-worktrees
description: 当需要开始与当前工作区隔离的功能开发,或在执行实现计划之前使用——通过原生工具或 git worktree 回退机制确保隔离工作区存在
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [git, workflow]
---

# 使用 Git 工作树
Expand Down
5 changes: 5 additions & 0 deletions skills/using-superpowers/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: using-superpowers
description: 在开始任何对话时使用——确立如何查找和使用技能,要求在任何响应(包括澄清性问题)之前调用 Skill 工具
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [meta, getting-started]
---

<SUBAGENT-STOP>
Expand Down
5 changes: 5 additions & 0 deletions skills/verification-before-completion/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: verification-before-completion
description: 在宣称工作完成、已修复或测试通过之前使用,在提交或创建 PR 之前——必须运行验证命令并确认输出后才能声称成功;始终用证据支撑断言
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [quality, verification]
---

# 完成前验证
Expand Down
5 changes: 5 additions & 0 deletions skills/workflow-runner/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: workflow-runner
description: "在 Claude Code / OpenClaw / Cursor 中直接运行 agency-orchestrator YAML 工作流——无需 API key,使用当前会话的 LLM 作为执行引擎。当用户提供 .yaml 工作流文件或要求多角色协作完成任务时触发。"
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [execution, workflow]
---

# 工作流执行器:在 AI 工具内运行多角色编排
Expand Down
5 changes: 5 additions & 0 deletions skills/writing-plans/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: writing-plans
description: 当你有规格说明或需求用于多步骤任务时使用,在动手写代码之前
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [planning, documentation]
---

# 编写计划
Expand Down
5 changes: 5 additions & 0 deletions skills/writing-skills/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: writing-skills
description: 当创建新技能、编辑现有技能或在部署前验证技能是否有效时使用
version: "1.0.0"
license: MIT
metadata:
hermes:
tags: [skills, documentation]
---

# 编写技能
Expand Down