Cognition machinery
Capture, recall, sync, contribute, toggle. Ships in the engine, the machinery that carries context between sessions and machines.
Open source · MIT
Skills, memory, tools, and workflows in one harness. A context hub you run across your machines, so a fresh box and a year-old box behave like the same collaborator.
Works with Claude Code, or any agentic host — delivered as skills, or over MCP.
See it
Every session is scored on how much nervepack actually helped, then rendered here. This is the real dashboard running on a small sample dataset — open it and click around.
Interactive demo with synthetic sample data — no real session data.
What it is
nervepack is the source of truth for the skills, rules, and dev-environment setup an AI coding assistant should carry with it. It loads into each session as skills and wires into the session lifecycle, so the decisions you've already made get reused instead of re-derived.
The pack
Capture, recall, sync, contribute, toggle. Ships in the engine, the machinery that carries context between sessions and machines.
Recurring agent procedures like the merge gate. Ships in the engine too, and runs the same disciplined way every time.
Domain how-to you bring, things like branding, coding rules, security review, framework gotchas. The decisions you already made, encoded in your content overlay.
Machine setup you bring too, things like toolchain, editor and plugin stacks, secrets refresh. A fresh box still bootstraps to a known-good state.
How it works
A hook injects nervepack's directive into every session. The engine hardcodes routing for its own machinery only. Everything domain-specific is read live from your content overlay and merged across team layers, so a team's shared routing reaches every member's sessions. More hooks and a few crons capture what worked and what didn't, then distil it back into durable skills. Knowledge is layered by authority. Higher layers always win.
Get started
Pull the engine, then open your agent in the repo and onboard it to your host. Full steps in the docs.
git clone https://github.com/pat-browne/nervepack ~/Code/nervepack
cd ~/Code/nervepack
# open your agent here and say: "onboard nervepack"
# (/np-onboard exists after onboarding, for re-runs)
# check it any time: engine/setup/np-doctor.sh