From e1eeb9cfd75357426fe2514b66d86c996106d785 Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Sat, 28 Feb 2026 15:49:08 -0800 Subject: [PATCH] Add setup-supermemory metadata to README Added metadata for setup-supermemory including name and description. --- skills/supermemory/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skills/supermemory/README.md b/skills/supermemory/README.md index 061b59df..03cac7b4 100644 --- a/skills/supermemory/README.md +++ b/skills/supermemory/README.md @@ -1,3 +1,8 @@ +--- +name: setup-supermemory +description: "Automatically set up supermemory (Perfect agent memory) in your own agent or application, end-to-end. Asks user questions, chooses the right context solution for the agent and does the implementation for you." +--- + # Supermemory Claude Skill A comprehensive Claude skill that teaches AI agents about Supermemory - the state-of-the-art memory and context infrastructure for building personalized, context-aware AI applications.