Skip to content

Commit e0924b6

Browse files
authored
Merge pull request #1597 from yamadashy/chore/skills-reorganize
chore(skills): Reorganize skill directories
2 parents b2e60fd + 6c6bb0e commit e0924b6

22 files changed

Lines changed: 26 additions & 16 deletions

File tree

.agents/skills/agent-carnet/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: agent-carnet
33
description: "Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions."
4+
metadata:
5+
internal: true
46
---
57

68
# Agent Carnet

.claude/skills/contextual-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/skills/contextual-commit

.claude/skills/repomix-explorer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../skills/repomix-explorer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ npx skills add yamadashy/repomix --skill repomix-explorer --agent openclaw
12681268
For Hermes Agent, install the single-file skill with Hermes Agent's native skills command:
12691269
12701270
```bash
1271-
hermes skills install https://raw.githubusercontent.com/yamadashy/repomix/main/.claude/skills/repomix-explorer/SKILL.md
1271+
hermes skills install https://raw.githubusercontent.com/yamadashy/repomix/main/skills/repomix-explorer/SKILL.md
12721272
```
12731273
12741274
#### What It Does

skills-lock.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"sourceType": "github",
77
"skillPath": "skills/agent-carnet/SKILL.md",
88
"computedHash": "eb9b255f9c60dcb052a890907b90082c442a6fa1dc8e0dd4b89995ff92af301c"
9+
},
10+
"contextual-commit": {
11+
"source": "berserkdisruptors/contextual-commits",
12+
"sourceType": "github",
13+
"skillPath": "skills/contextual-commit/SKILL.md",
14+
"computedHash": "3ec7893fcabb2f1a3ab2e6cdf001354982aade9ed539047f44cb21858879eff0"
915
}
1016
}
1117
}

website/client/src/de/guide/repomix-explorer-skill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npx skills add yamadashy/repomix --skill repomix-explorer --agent openclaw
3636
Für Hermes Agent installieren Sie den Single-File-Skill mit dem nativen Skills-Befehl von Hermes Agent:
3737

3838
```bash
39-
hermes skills install https://raw.githubusercontent.com/yamadashy/repomix/main/.claude/skills/repomix-explorer/SKILL.md
39+
hermes skills install https://raw.githubusercontent.com/yamadashy/repomix/main/skills/repomix-explorer/SKILL.md
4040
```
4141

4242
Wenn Sie Hermes Agent vor allem zur Repository-Analyse verwenden, ist die [MCP Server](/de/guide/mcp-server)-Einrichtung ebenfalls eine gute Option, weil Repomix dabei direkt als MCP-Server läuft.

website/client/src/en/guide/repomix-explorer-skill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Skills CLI installs the skill into the selected assistant's skills directory
3838
For Hermes Agent, install the single-file skill with Hermes Agent's native skills command:
3939

4040
```bash
41-
hermes skills install https://raw.githubusercontent.com/yamadashy/repomix/main/.claude/skills/repomix-explorer/SKILL.md
41+
hermes skills install https://raw.githubusercontent.com/yamadashy/repomix/main/skills/repomix-explorer/SKILL.md
4242
```
4343

4444
If you use Hermes Agent primarily for repository analysis, the [MCP Server](/guide/mcp-server) setup is also a good option because it runs Repomix directly as an MCP server.

website/client/src/es/guide/repomix-explorer-skill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npx skills add yamadashy/repomix --skill repomix-explorer --agent openclaw
3636
Para Hermes Agent, instala el skill de un solo archivo con el comando nativo de Hermes Agent:
3737

3838
```bash
39-
hermes skills install https://raw.githubusercontent.com/yamadashy/repomix/main/.claude/skills/repomix-explorer/SKILL.md
39+
hermes skills install https://raw.githubusercontent.com/yamadashy/repomix/main/skills/repomix-explorer/SKILL.md
4040
```
4141

4242
Si usas Hermes Agent principalmente para analizar repositorios, la configuración de [Servidor MCP](/es/guide/mcp-server) también es una buena opción porque ejecuta Repomix directamente como servidor MCP.

0 commit comments

Comments
 (0)