From ed18a636af1715872604d1e1529c0ace925544b6 Mon Sep 17 00:00:00 2001 From: damocles Date: Mon, 27 Jul 2026 15:51:04 +0200 Subject: [PATCH] claude-plugins: trim base plugin description, don't enumerate skill internals --- claude-plugins/.claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude-plugins/.claude-plugin/marketplace.json b/claude-plugins/.claude-plugin/marketplace.json index 24f89143..d203fb0c 100644 --- a/claude-plugins/.claude-plugin/marketplace.json +++ b/claude-plugins/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ "plugins": [ { "name": "base", - "description": "hyperhive's base plugin - skills every agent needs, regardless of role. Currently: state-hygiene (read-before-write discipline and dated-archive convention for durable agent notes/state files) and forge-workflow (safe forge CLI habits - never call the API directly, @-mention subscribes to a thread, ci-rerun not empty commits, verify before claiming ready, never self-merge). Add a new skill here (not a new plugin) if it applies to all agents; give it its own specialized plugin if it doesn't.", + "description": "hyperhive's base plugin - skills every agent needs, regardless of role. Add a new skill here (not a new plugin) if it applies to all agents; give it its own specialized plugin if it doesn't.", "source": "./plugins/base", "category": "productivity" },