claude-plugins: generalize state-hygiene into a shared base plugin for all agents

This commit is contained in:
damocles 2026-07-27 13:21:00 +02:00 committed by mara
commit 1d3f22805f
5 changed files with 21 additions and 17 deletions

View file

@ -0,0 +1,7 @@
{
"name": "base",
"description": "hyperhive's base plugin - skills every agent needs, regardless of role.",
"author": {
"name": "hyperhive"
}
}

View file

@ -1,7 +0,0 @@
{
"name": "state-hygiene",
"description": "Read-before-write discipline and dated-archive convention for durable agent notes/state files.",
"author": {
"name": "hyperhive"
}
}