By clafollett
Session state handoff and resume — save working context to JSON, resume in a fresh session with prior-session deduplication
Claude Code plugin marketplace for LaFollett Labs LLC. Cross-project skills, commands, and developer workflow tools that work in any repository.
| Plugin | Purpose | Details |
|---|---|---|
| context-handoff | Session state handoff and resume with prior-session deduplication | Commands |
| issue-manager | GitHub Issue management with intent-over-implementation templates | Skill |
Save and restore session working state across /clear boundaries.
/handoff-context — Serializes task goal, completed/in-progress/blocked items, decisions, constraints, modified files, and next steps to .context/context-handoff.json/resume-context — Loads the handoff, orients the session, verifies against live git statenext_steps against archived handoffs' completed arrays to flag stale items and resolved blockersCreate and manage GitHub Issues using intent-focused templates. All issues define what and why — engineers decide how.
docs/epics/, push to GitHub IssuesIn Claude Code, open the plugin manager and add this marketplace:
/plugins marketplace add https://github.com/clafollett/lafollettlabs-claude-plugins
/plugins install context-handoff
/plugins install issue-manager
If you prefer not to use the marketplace:
context-handoff (global commands):
cp plugins/context-handoff/commands/handoff-context.md ~/.claude/commands/
cp plugins/context-handoff/commands/resume-context.md ~/.claude/commands/
issue-manager (per-project skill):
# From the target project root
cp -r plugins/issue-manager/skills/issue-manager .claude/skills/
.claude-plugin/
marketplace.json # Marketplace registry
plugins/
context-handoff/ # Plugin: session handoff + resume
.claude-plugin/plugin.json
commands/
handoff-context.md
resume-context.md
issue-manager/ # Plugin: GitHub Issue management
.claude-plugin/plugin.json
skills/
issue-manager/
SKILL.md
references/ # Issue templates + quality checklist
scripts/ # gh-issues.js CLI
version in the plugin's .claude-plugin/plugin.json/plugins updateplugins/<name>/.claude-plugin/plugin.json with name, description, version, author.claude-plugin/marketplace.jsonMIT — LaFollett Labs LLC
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.
npx claudepluginhub clafollett/lafollettlabs-claude-plugins --plugin context-handoffGitHub Issue management with intent-over-implementation templates — Epics, Stories, Tasks, Bugs with quality gates and CLI automation
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review