AI coding agents forget. They forget across sessions, and they forget across tools. A decision you reached in Claude Code at midnight is invisible to Cursor the next morning. Honeycomb fixes that. Learn something once; recall it everywhere,
# Add to your Claude Code skills
git clone https://github.com/legioncodeinc/honeycombLast scanned: 6/29/2026
{
"issues": [
{
"file": "README.md",
"line": 88,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://get.theapiary.sh | sh\"",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-06-29T08:59:14.103Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}honeycomb is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by legioncodeinc. AI coding agents forget. They forget across sessions, and they forget across tools. A decision you reached in Claude Code at midnight is invisible to Cursor the next morning. Honeycomb fixes that. Learn something once; recall it everywhere,. It has 107 GitHub stars.
Yes. honeycomb passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/legioncodeinc/honeycomb" and add it to your Claude Code skills directory (see the Installation section above).
honeycomb is primarily written in TypeScript. It is open-source under legioncodeinc on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh honeycomb against similar tools.
No comments yet. Be the first to share your thoughts!
AI coding agents forget. They forget across sessions, and they forget across tools. A decision you reached in Claude Code at midnight is invisible to Cursor the next morning. Honeycomb fixes that. A local daemon captures what happens on every turn, distills it, and serves it back to any harness that asks. Learn something once; recall it everywhere, on any machine, in any tool, for anyone on your team.
It answers the questions you keep paying for twice: What did we decide about this? Why is it built this way? What fixed it the last time it broke? Who on the team already solved this?
New here? One command and you're on a dashboard. Jump to Install. · Want the docs? Everything lives at theapiary.sh.
Stop re-explaining your project to a fresh agent every morning. Honeycomb remembers your decisions, your conventions, and the fixes that worked, then primes your next session with them automatically. One install command, a friendly dashboard, no SQL, no config gauntlet.
One shared brain across every developer, device, and coding tool. A skill discovered by one engineer propagates to the whole team on their next session. Tenancy is enforced at the storage layer; credentials live behind a single loopback boundary; everything is versioned and auditable.
A vector database can store text and hand it back by similarity. Honeycomb does that, and then keeps going. On top of Activeloop Deeplake, Legion Code builds the memory system that turns raw recall into a brain your agents actually trust.
No Node? No npm? No problem. The installer detects and sets up everything, then opens a dashboard in your browser. The terminal is just a progress log; the product is the first thing you touch.
# macOS / Linux
curl -fsSL https://get.theapiary.sh | sh
# Windows (PowerShell)
irm https://get.theapiary.sh/install.ps1 | iex
That single line installs a current Node/npm if missing, installs @legioncodeinc/honeycomb globally, brings up the daemon on 127.0.0.1:3850, opens the dashboard (Hive portal at 127.0.0.1:3853), and sets up Doctor, a tiny watchdog that keeps it all healthy (opt out with --no-doctor). Then:
Already running Hivemind? The dashboard detects it, explains that running both is unsupported, and "Proceed with Honeycomb" migrates you cleanly. Prefer to inspect before you pipe? The script and a published
SHA256SUMSare served from get.theapiary.sh.
git clone https://github.com/legioncodeinc/honeycomb.git
cd honeycomb
npm install
npm run build # tsc + esbuild → bundle/cli.js, daemon, harness, MCP, embed bundles
node bundle/cli.js setup # detect your assistants, wire hooks, start the daemon
node bundle/cli.js status # check the daemon and your environment
setup wires every coding assistant it detects and starts the loopback daemon; any storage command auto-starts the daemon if it is down. You'll need Activeloop Deeplake credentials; the device flow above writes them to the shared ~/.deeplake/credentials.json.
Self-hosting the storage backend? You can run Honeycomb against Activeloop's open-source
pg_deeplakePostgres extension instead of hosted Deeplake, and point Honeycomb at it withhoneycomb login --endpoint postgres://...(direct) or--endpoint https://...(HTTP gateway), no Activeloop account required. See the self-hosting guide for the setup and the backend contract.
The dashboard is Hive portal at http://127.0.0.1:3853, the one UI for the whole Apiary stack and the first thing the installer opens. Honeycomb's old in-daemon dashboard is retired; the daemon on :3850 serves data, the portal serves the picture. Everything Honeycomb knows shows up there: KPIs up top (memories, turns, estimated savings, team skills), memory recall you can query by hand, the codebase graph, every captured turn, skill-sync status, and settings, hydrated server-side from the daemon's API. It doubles as the guided-setup surface for first-time login.
<img src="assets/screenshots/dashboard.png" alt="Honeycomb da