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" },