By aploe
Agent-agnostic handoff documents — pick up work seamlessly across sessions and across different AI agents. Writes self-instructing docs any LLM can resume.
Archive stale handoff documents into the project's archive subdir and update INDEX statuses. Reversible. Triggers on phrases like "archive handoffs", "clean up old handoffs", "tidy up handoffs", "archive resumed handoffs".
List available handoff documents from the central index, filtered by project and status. Read-only — no side effects. Triggers on phrases like "list handoffs", "show open handoffs", "what handoffs do I have", "browse handoffs", "any pending handoffs".
Resume work from a previously-written handoff document. Loads the doc, verifies env (git branch, processes, dirty files), reads referenced artifacts, then presents status and waits for user confirmation before any action. Triggers on phrases like "resume from handoff", "pick up where we left off", "load that handoff", "continue the handoff", or when the user pastes a path that looks like a handoff doc.
Write a self-instructing handoff document so work can be picked up seamlessly across sessions or by a different AI agent (Codex, Cursor, Gemini, GPT). Triggers on phrases like "handoff this", "save state for next session", "wrap this up for tomorrow", "I need to switch agents", "let me hand this over", or when conversation context grows large and continuation in a new session is likely.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Hand off your work between AI sessions and agents — without losing context.
A Claude Code plugin that writes self-instructing handoff documents any LLM agent can pick up. Built for the messy reality of multi-agent workflows: jumping from Claude Code to Codex, from Cursor to Gemini, from today's session to next week's session — without re-explaining what you were doing, what you decided, and where you left off.
You're deep in a coding session. The context window is filling up. You need to stop for the day, switch to Codex for a specific task, or hand the work to a teammate. A few hours later, a fresh agent stares at the codebase and has no idea:
So you spend 20 minutes re-explaining. The fresh agent runs off in the wrong direction. You lose the thread.
/handoff:write produces a structured, self-instructing document the next agent reads first. The document carries its own pickup protocol — even agents that have never heard of this plugin understand exactly what to do.
You (Claude Code, session ending):
/handoff:write
→ Handoff written: /repo/.handoffs/2026-05-23-1530-auth-refactor.md
→ Depth: rich (47 turns, 6 changed files, 1 running process)
→ Mission: Refactor auth middleware to use JWT
→ Next step (Section 3): Edit src/auth.ts:142 — replace validateToken...
→ To pick up: paste the path into any agent and say "read this and continue"
You (Codex CLI, next morning):
> read /repo/.handoffs/2026-05-23-1530-auth-refactor.md and continue
Codex: I've loaded the handoff. Mission: refactor auth to JWT.
Verified env: branch matches, port-forward still running.
Next step is editing src/auth.ts:142. One constraint from
Section 4 — you said "no breaking changes for the v1 API".
Should I begin?
That's the experience. One document, any agent, no re-explanation.
minimal / rich / exhaustive. Override with --depth=..env values, IPs before writing. Never leak credentials into a handoff.<repo>/.handoffs/), with a central INDEX.md for cross-project browsing./handoff:resume <path> verifies env (branch, processes, dirty files) and presents status before any action.This plugin is distributed via the aploe-tools marketplace — a small catalog repo that lists this and future plugins.
/plugin marketplace add aploe/claude-plugins
/plugin install handoff@aploe-tools
After install, four skills become available under the handoff namespace: /handoff:write, /handoff:resume, /handoff:list, /handoff:archive.
/handoff:list
You should see the central INDEX (empty on first run) and a tip about creating your first handoff.
The plugin ships four skills under the handoff namespace. Each has its own description so Claude auto-invokes the right one from natural language (e.g., "save state for next session" → write; "load that handoff" → resume).
npx claudepluginhub aploe/claude-plugins --plugin handoffUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).