handoff-mcp
01Plugin Claude Code
Marketplace for the handoff-mcp plugin — persistent cross-session memory for Claude Code.
Plugin Claude Code
Marketplace for the handoff-mcp plugin — persistent cross-session memory for Claude Code.
Plugin Claude Code
Persistent cross-session memory: prioritised briefs, supersession, cross-project recall.
Hook
Runs when a session starts, running an inline shell check. From kirill-sviridov/handoff-mcp.
Skill Claude CodeCodex
Manage persistent cross-session memory with the handoff-mcp server. Use at the START of a session to load where the last one left off, and whenever the user signals they are stopping, switching context, or moving to a next session — in English ("let's continue in the next session", "wrap up", "save progress", "that's…
Skill Claude CodeCodex
Break a large or multi-step task into session-sized chunks and persist the plan across sessions using handoff-mcp memory. Use when the user starts something big or asks to plan it — in English ("let's plan this", "break this down", "where do I start", "this is a big one", "make a roadmap") or Russian ("давай…
MCP server Claude CodeCodexCursor +2
Persistent cross-session memory and structured hand-off for Claude, exposed over the Model Context Protocol. Runs locally from the handoff-mcp Python package. Needs 2 environment variables to run.
kirill-sviridov/agent-dev-skills
Plugin Claude Code
A small marketplace of agent-development skills for Claude Code, focused on LangGraph agents and prompt engineering.
kirill-sviridov/agent-dev-skills
Plugin Claude Code
Opinionated skills for building and debugging LangGraph agents and for prompt engineering: pick a stack, write a spec, debug a broken graph, and write better prompts.
kirill-sviridov/agent-dev-skills
Skill Claude CodeCodex
A template and techniques for writing a clear spec before generating a new LangGraph agent. Use when the user says "build an agent", "write a LangGraph agent", "I need an agent that...", or before calling writelanggraphagent / an equivalent code-generation tool. Returns a structured spec ready to feed into the tool or…
kirill-sviridov/agent-dev-skills
Skill Claude CodeCodex
Helps you pick the right technology stack for an AI agent — raw SDK / LangChain createagent / LangGraph / deepagents / supervisor-swarm / Pydantic AI / Claude Agent SDK / OpenAI Agents SDK / CrewAI / MCP / bespoke. Use before you start designing a new agent, or whenever you doubt the stack ("do I even need LangGraph…
kirill-sviridov/agent-dev-skills
Skill Claude CodeCodex
A structured checklist for debugging a broken LangGraph agent — the order in which to inspect state, reducers, edges, tools, checkpointer, and prompts. Use when a hand-written or generated agent returns the wrong result, hangs, loses messages, or crashes with an unclear error.
kirill-sviridov/agent-dev-skills
Skill Claude CodeCodex
Rules and techniques for writing system/user prompts in LLM applications and agents — prompt anatomy, few-shot, XML-tag markup, output control, structured outputs, tool use, reasoning models, context engineering, prompt debugging/decomposition. Use when designing, writing, or debugging prompts for an AI agent or LLM…