{ "$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 ` - no forge repo or git remote needed. Add a new plugins// 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. 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" }, { "name": "matrix-agent", "description": "hyperhive's Matrix-presence plugin - conventions for agents with a Matrix chat room/DM presence. Specialized, not every agent has one.", "source": "./plugins/matrix-agent", "category": "productivity" } ] }