From 9c2df9d89f57a7583a18a6187ffb44dc20c489d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Fri, 23 Jan 2026 11:03:12 +0100 Subject: [PATCH] fix skill names --- skills/hindsight-cloud/SKILL.md | 2 +- skills/hindsight-local/SKILL.md | 2 +- skills/hindsight-self-hosted/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/hindsight-cloud/SKILL.md b/skills/hindsight-cloud/SKILL.md index 67d1aa54..e15de6d9 100644 --- a/skills/hindsight-cloud/SKILL.md +++ b/skills/hindsight-cloud/SKILL.md @@ -1,5 +1,5 @@ --- -name: hindsight +name: hindsight-cloud description: Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to Hindsight Cloud. (user) --- diff --git a/skills/hindsight-local/SKILL.md b/skills/hindsight-local/SKILL.md index a0ad411f..ddfc25ba 100644 --- a/skills/hindsight-local/SKILL.md +++ b/skills/hindsight-local/SKILL.md @@ -1,5 +1,5 @@ --- -name: hindsight +name: hindsight-local description: Store user preferences, learnings from tasks, and procedure outcomes. Use to remember what works and recall context before new tasks. (user) --- diff --git a/skills/hindsight-self-hosted/SKILL.md b/skills/hindsight-self-hosted/SKILL.md index 7ea20fc4..91f15cd2 100644 --- a/skills/hindsight-self-hosted/SKILL.md +++ b/skills/hindsight-self-hosted/SKILL.md @@ -1,5 +1,5 @@ --- -name: hindsight +name: hindsight-self-hosted description: Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to a self-hosted Hindsight server. (user) ---