From 2a174a51ee78d12983c073393cb19dc5f2766b43 Mon Sep 17 00:00:00 2001 From: Rolando Bosch Date: Sun, 13 Sep 2026 02:26:04 -0400 Subject: [PATCH] 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" + } +}