From 35b802e3dd9e17016d7272bf354f0844e1f6dd32 Mon Sep 17 00:00:00 2001 From: Jim Park Date: Sun, 15 Mar 2026 21:06:15 -0700 Subject: [PATCH] feat: rebrand claude-skill-router to memex-claude Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 8 ++++---- README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2539308..1ebe020 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -18,14 +18,14 @@ "keywords": ["security", "permissions", "hooks", "gatekeeper"] }, { - "name": "claude-skill-router", + "name": "memex-claude", "source": { "source": "url", - "url": "https://github.com/jim80net/claude-skill-router.git" + "url": "https://github.com/jim80net/memex-claude.git" }, - "description": "Semantic skill, memory, and rule router — injects relevant knowledge per-turn via hooks", + "description": "Memex skill, memory, and rule router — semantic context injection via embedding similarity", "license": "MIT", - "keywords": ["skills", "memory", "routing", "hooks", "semantic-search", "embeddings"] + "keywords": ["skills", "memory", "routing", "hooks", "semantic-search", "embeddings", "memex"] } ] } diff --git a/README.md b/README.md index 92c1898..f6085fc 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ Claude Code plugin marketplace by jim80net. | Plugin | Description | |--------|-------------| | [claude-gatekeeper](https://github.com/jim80net/claude-gatekeeper) | PCRE2 regex-based permission gatekeeper for Claude Code tool calls | -| [claude-skill-router](https://github.com/jim80net/claude-skill-router) | Semantic skill, memory, and rule router — injects relevant knowledge per-turn via hooks | +| [memex-claude](https://github.com/jim80net/memex-claude) | Memex skill, memory, and rule router — semantic context injection via embedding similarity | ## Install a plugin ```shell -/plugin install claude-gatekeeper@jim80net-plugins +/plugin install memex-claude@jim80net-plugins ```