16 lines
977 B
JSON
16 lines
977 B
JSON
{
|
|
"$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": "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). 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"
|
|
}
|
|
]
|
|
}
|