From 2a174a51ee78d12983c073393cb19dc5f2766b43 Mon Sep 17 00:00:00 2001 From: Rolando Bosch Date: Sun, 13 Sep 2026 02:26:04 -0400 Subject: [PATCH 1/2] Add Hermes Blind to Agent Finder catalog --- catalog/hermes-labs-ai/hermes-blind.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog/hermes-labs-ai/hermes-blind.json diff --git a/catalog/hermes-labs-ai/hermes-blind.json b/catalog/hermes-labs-ai/hermes-blind.json new file mode 100644 index 0000000..55b81a3 --- /dev/null +++ b/catalog/hermes-labs-ai/hermes-blind.json @@ -0,0 +1,18 @@ +{ + "identifier": "urn:ai:github.com:hermes-labs-ai:hermes-blind:hermes-blind", + "displayName": "Hermes Blind", + "mediaType": "application/ai-skill", + "url": "https://github.com/hermes-labs-ai/hermes-blind/blob/cc409b9270521ec0be6efa709d0453e0b934769e/skills/hermes-blind/SKILL.md", + "description": "Extract turn-one goals from Claude Code or Codex session logs into a compact recovery anchor for resuming work without replaying the full transcript.", + "tags": [ + "agent-skill", + "session-recovery", + "context", + "claude-code", + "codex" + ], + "metadata": { + "sourceSet": "hermes-labs-ai/hermes-blind", + "repoPath": "skills/hermes-blind/SKILL.md" + } +} From a20c41643599130a4defb649364ee0580cece042 Mon Sep 17 00:00:00 2001 From: Roli Bosch Date: Wed, 23 Sep 2026 15:41:05 -0400 Subject: [PATCH 2/2] fix: pin Hermes Blind skill to release with discovery fix --- catalog/hermes-labs-ai/hermes-blind.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/hermes-labs-ai/hermes-blind.json b/catalog/hermes-labs-ai/hermes-blind.json index 55b81a3..8330180 100644 --- a/catalog/hermes-labs-ai/hermes-blind.json +++ b/catalog/hermes-labs-ai/hermes-blind.json @@ -2,7 +2,7 @@ "identifier": "urn:ai:github.com:hermes-labs-ai:hermes-blind:hermes-blind", "displayName": "Hermes Blind", "mediaType": "application/ai-skill", - "url": "https://github.com/hermes-labs-ai/hermes-blind/blob/cc409b9270521ec0be6efa709d0453e0b934769e/skills/hermes-blind/SKILL.md", + "url": "https://github.com/hermes-labs-ai/hermes-blind/blob/a1ae08ed555c079dde22da3a17466b5881e596a3/skills/hermes-blind/SKILL.md", "description": "Extract turn-one goals from Claude Code or Codex session logs into a compact recovery anchor for resuming work without replaying the full transcript.", "tags": [ "agent-skill",