claude-plugins: trim base plugin description, don't enumerate skill internals
This commit is contained in:
parent
c365bd7e56
commit
ed18a636af
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue