Skip to content
Merged
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
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<img src="media/agents-animation.gif" alt="HarnessKit Agents Animation" width="800" />
</p>

<p align="center">
<small><i>Every supported agent shows on the Overview by default, installed or not — to hide one, go to Settings → Agent Paths and click its "Enabled" toggle to switch it off.</i></small>
</p>

<br/>

## Why HarnessKit?
Expand Down Expand Up @@ -62,6 +66,7 @@ HarnessKit manages **all five extension types** from a unified interface — **S
| **Copilot** | ✓ | ✓ | ✓ | ✓ | ✓ |
| **Windsurf** | ✓ | ✓ | — | ✓ | ✓ |
| **OpenCode** | ✓ | ✓ | ✓ | — | ✓ |
| **Hermes** | ✓ | ✓ | ✓ | ✓ | ✓ |

<small><i>* "—" indicates the agent currently does not support this extension type.</i></small>

Expand All @@ -81,7 +86,7 @@ HarnessKit manages **all five extension types** from a unified interface — **S

### 🤖 Agent Configs, Memory & Rules

HarnessKit manages every agent's **Configs**, **Memory**, **Rules**, **Subagents**, and **Ignore** files from one place. Currently supporting **8 agents**: **Claude Code**, **Codex**, **Gemini CLI**, **Cursor**, **Antigravity**, **Copilot**, **Windsurf**, and **OpenCode**.
HarnessKit manages every agent's **Configs**, **Memory**, **Rules**, **Subagents**, and **Ignore** files from one place. Currently supporting **9 agents**: **Claude Code**, **Codex**, **Gemini CLI**, **Cursor**, **Antigravity**, **Copilot**, **Windsurf**, **OpenCode**, and **Hermes**.

- **Config file tracking** — Automatically discovers every agent's config files — both global and per-project. Add your project directories or custom paths and HarnessKit picks them up alongside the global ones.
- **Per-agent dashboard** — Each agent gets its own page with all files organized by category, showing scope, path, file size, and a summary of installed extensions. Expand any file to preview its content right in the app.
Expand Down Expand Up @@ -169,7 +174,7 @@ HarnessKit ships a standalone command-line interface (`hk`) for terminal-first w

```shell
$ hk status
Agents 8 detected (claude · codex · gemini · cursor · antigravity · copilot · windsurf · opencode)
Agents 9 detected (claude · codex · gemini · cursor · antigravity · copilot · windsurf · opencode · hermes)
Extensions 136 total (124 skills · 2 mcp · 8 plugins · 1 hooks · 1 clis)

$ hk list --kind skill --agent claude # filter by type and agent
Expand Down
9 changes: 7 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<img src="media/agents-animation.gif" alt="HarnessKit Agents Animation" width="800" />
</p>

<p align="center">
<small><i>「概览」页默认展示所有受支持的 Agent,无论是否已安装 —— 想隐藏某个 Agent,可在「设置 → 智能体路径」点它的「已启用」开关将其关闭。</i></small>
</p>

<br/>

## 为什么选择 HarnessKit?
Expand Down Expand Up @@ -62,6 +66,7 @@ HarnessKit 通过统一界面管理 **全部五种扩展类型** —— **Skill*
| **Copilot** | ✓ | ✓ | ✓ | ✓ | ✓ |
| **Windsurf** | ✓ | ✓ | — | ✓ | ✓ |
| **OpenCode** | ✓ | ✓ | ✓ | — | ✓ |
| **Hermes** | ✓ | ✓ | ✓ | ✓ | ✓ |

<small><i>* "—" 表示该 Agent 目前不支持此扩展类型。</i></small>

Expand All @@ -81,7 +86,7 @@ HarnessKit 通过统一界面管理 **全部五种扩展类型** —— **Skill*

### 🤖 Agent 配置、记忆与规则

HarnessKit 统一管理每个 Agent 的 **配置**、**记忆**、**规则**、**子 Agent** 与 **忽略**(Ignore)文件。目前支持 **8 个 Agent**:**Claude Code**、**Codex**、**Gemini CLI**、**Cursor**、**Antigravity**、**Copilot**、**Windsurf** 与 **OpenCode**。
HarnessKit 统一管理每个 Agent 的 **配置**、**记忆**、**规则**、**子 Agent** 与 **忽略**(Ignore)文件。目前支持 **9 个 Agent**:**Claude Code**、**Codex**、**Gemini CLI**、**Cursor**、**Antigravity**、**Copilot**、**Windsurf**、**OpenCode** 与 **Hermes**。

- **配置文件跟踪** —— 自动发现每个 Agent 的全局与项目级配置文件。添加项目目录或自定义路径后,HarnessKit 会将它们与全局配置一同纳入管理。
- **Agent 专属面板** —— 每个 Agent 拥有独立页面,文件按类别组织,列出范围、路径、文件大小以及已安装扩展的概览。展开任意文件即可在应用内预览。
Expand Down Expand Up @@ -169,7 +174,7 @@ HarnessKit 提供独立命令行工具(`hk`),面向偏好终端的工作

```shell
$ hk status
Agents 8 detected (claude · codex · gemini · cursor · antigravity · copilot · windsurf · opencode)
Agents 9 detected (claude · codex · gemini · cursor · antigravity · copilot · windsurf · opencode · hermes)
Extensions 136 total (124 skills · 2 mcp · 8 plugins · 1 hooks · 1 clis)

$ hk list --kind skill --agent claude # 按类型与 Agent 筛选
Expand Down
Loading