claude-plugins: rename notes-hygiene to state-hygiene

This commit is contained in:
damocles 2026-07-27 12:57:55 +02:00 committed by mara
commit 2bd1b0a3d5
4 changed files with 8 additions and 8 deletions

View file

@ -261,7 +261,7 @@ in
type = lib.types.listOf lib.types.str;
default = [
"skill-creator@claude-plugins-official"
"notes-hygiene@hyperhive"
"state-hygiene@hyperhive"
];
example = [
"formatter@my-marketplace"
@ -279,7 +279,7 @@ in
Defaults to Anthropic's `skill-creator` (teaches an agent to
write, refine, and evaluate its own skills) plus hyperhive's own
`notes-hygiene` skill (read-before-write + dated-archive
`state-hygiene` skill (read-before-write + dated-archive
discipline for durable notes/state files) agents get both out
of the box, matching the default marketplaces above.
@ -288,7 +288,7 @@ in
`claudeMarketplaces`). An agent that wants extra plugins AND the
defaults should list both
`skill-creator@claude-plugins-official` and
`notes-hygiene@hyperhive` alongside them.
`state-hygiene@hyperhive` alongside them.
'';
};