kulkarni2u/ncp
v1.6.0MIT
NCP — an agent-to-agent memory bus over MCP. Bounded, trust-weighted context assembly, durable cross-session memory, and directed whispers for multi-agent systems.
ncp-core
Use the NCP memory bus for bounded context, durable memory, and decision/outcome tracking. Invoke at the start of any turn or task in a project where NCP is connected, before dispatching subagents, or whenever you need context another agent or a past session already established.
ncp-multi-agent
Use when dispatching a subagent, coordinating with another agent or host on the same NCP bus, sending or receiving a whisper, or handing off work across a multi-agent pipeline. Builds on the ncp-core skill's per-turn loop.