honeycomb
01Plugin Claude Code
Plugin marketplace listing 1 plugin: honeycomb.
Plugin Claude Code
Plugin marketplace listing 1 plugin: honeycomb.
Plugin Claude Code
Honeycomb — a long-lived daemon plus thin clients for six coding harnesses, the unified honeycomb CLI, the MCP server, and the embed daemon.
Instructions file CodexOpenCode
AGENTS.md instructions for legioncodeinc/honeycomb, covering agents.md, what this repo is, major directories, build / quality gate and architecture boundaries (load-bearing).
Skill Claude CodeCodex
Use this skill to generate well-branded interfaces and assets for Honeycomb (shared AI agent memory, a Legion Code × Activeloop product), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
Plugin Claude Code
Honeycomb — persistent memory for Claude Code sessions via the local Honeycomb daemon.
MCP server Claude CodeCodexCursor +2
MCP server "honeycomb" as configured in legioncodeinc/honeycomb. Runs ${CLAUDE_PLUGIN_ROOT}/mcp/bundle/server.js with node.
Command
Forget a memory from Honeycomb. Requires a reason, which this command collects.
Command
Search Honeycomb's memory for prior context on a query and surface the hits.
Command
Store a fact, preference, decision, convention, or gotcha in Honeycomb's memory.
Hook
Runs when a session starts, executing index.js via node. From legioncodeinc/honeycomb.
Hook
Runs when you submit a prompt, before the agent sees it, executing index.js via node with --honeycomb-recall (2 commands). From legioncodeinc/honeycomb.
Hook
Runs before the agent uses a tool, executing index.js via node. From legioncodeinc/honeycomb.
Hook
Runs after a tool call finishes, executing index.js via node. From legioncodeinc/honeycomb.
Hook
Runs when the agent finishes a response, executing index.js via node. From legioncodeinc/honeycomb.
Hook
Runs when a subagent finishes, executing index.js via node. From legioncodeinc/honeycomb.
Hook
Runs when a session ends, executing index.js via node. From legioncodeinc/honeycomb.
Skill Claude CodeCodex
Use before starting non-trivial work that Honeycomb may already have prior context for (a past decision, a stated convention, where something lives), when a recalled memory should be cited and possibly zoomed into for detail, or after a decision, preference, durable fact, or gotcha emerges that is worth remembering…
Skill Claude CodeCodex
Honeycomb persistent shared memory for the OpenClaw harness — auto-capture and recall across sessions via the local Honeycomb daemon.
Command
The unified honeycomb command surface lives under src/commands/. src/cli/index.ts is the ENTRY POINT (global-flag parse → route); src/commands/ are the HANDLERS. Wave 1 (this scaffold) ships contracts + seams + honest stubs; Wave 2 fills the handler bodies and rewires src/cli/index.ts onto createDispatcher().