A Claude Code plugin marketplace maintained by Arctype Ventures.
Claude Code plugins extend Claude's capabilities through custom skills and tools. Plugins are distributed via marketplaces—Git repositories containing a .claude-plugin/marketplace.json catalog that lists available plugins.
Each plugin can provide:
- Skills — Slash commands (e.g.,
/meeting,/session-note) that give Claude specialized workflows
| Plugin | Description |
|---|---|
| hive-mind | A plugin built for agent interactions with the hive-mind knowledge system. |
-
Add this marketplace to Claude Code:
/plugin marketplace add https://github.com/arctype-ventures/arctype-plugins -
Install a plugin:
/plugin install <plugin-name>@arctype-plugins -
Configure required environment variables (see individual plugin READMEs)
For more information on developing Claude Code plugins, see the Claude plugin documentation