claude-plugins: ship a hyperhive-authored notes-hygiene skill by default
This commit is contained in:
parent
4d885df9ad
commit
bc83fde4ad
8 changed files with 152 additions and 11 deletions
16
claude-plugins/.claude-plugin/marketplace.json
Normal file
16
claude-plugins/.claude-plugin/marketplace.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
||||
"name": "hyperhive",
|
||||
"description": "hyperhive-authored Claude Code plugins, shipped hive-wide via the default hyperhive.claudeMarketplaces/claudePlugins nix options (nix/agent-modules/claude-settings.nix). Built as a nix store path and added with `claude plugin marketplace add <path>` - no forge repo or git remote needed. Add a new plugins/<name>/ subtree + one entry below to ship another.",
|
||||
"owner": {
|
||||
"name": "hyperhive"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "notes-hygiene",
|
||||
"description": "Read-before-write discipline and dated-archive convention for durable agent notes/state files - use before archiving, overwriting, or pruning any notes/state file.",
|
||||
"source": "./plugins/notes-hygiene",
|
||||
"category": "productivity"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue