πŸ”Œ

handoff

πŸ”ŒPlugin

jasonm4130/claude-skills

VibeIndex|
What it does
|

Context-fill-triggered handoff skill β€” writes a structured resume doc when context fills, auto-loads it on next session.

πŸͺ

Part of

jasonm4130/claude-skills

productivityhandoffcontextresumesession-continuity

Installation

Add marketplace in Claude Code:
/plugin marketplace add jasonm4130/claude-skills
Step 2. Install plugin:
/plugin install handoff@jasonm4130-claude-skills
0
-
AddedJul 11, 2026

More from this repository10

πŸͺ
jasonm4130/claude-skillsπŸͺMarketplace

Personal Claude Code plugin marketplace: 9 plugins for orchestration guards (workflow-model-guard), tiered deep research (deep-dive), subagent-driven development, ADRs, session retros, handoffs, and adversarial review.

πŸ”Œ
adrπŸ”ŒPlugin

Turns an intent into a grounded, cited, build-ready ADR with load-bearing decisions surfaced to the human, then hands it to the subagent-driven-development loop. Front-end for adr β†’ sdd.

πŸ”Œ
deep-diveπŸ”ŒPlugin

Model-tiered, adversarially-verified multi-source research via parallel sub-agents and synthesis with citations. Cheaper alternative to the built-in all-Opus deep-research.

πŸ”Œ
adversarial-agentsπŸ”ŒPlugin

Configurable adversarial panel review for any artefact β€” plans, code, design docs, prose, model outputs.

πŸ”Œ
subagent-driven-developmentπŸ”ŒPlugin

Deterministic workflow-driven subagent development loop β€” plan/confirm in the controller, then a background Workflow enforces per-task implement/review/fix with tiered models and codified ponytail discipline.

πŸ”Œ
ship-gateπŸ”ŒPlugin

Stop-hook gate against trail-off: detects unpushed commits at turn end and injects an agent-directed nudge to review and finish the branch.

πŸ”Œ
session-retroπŸ”ŒPlugin

Interactive session retrospectives β€” deterministic Stop/PreCompact triggers, diff-driven interview, native memory entries. No external services.

πŸ”Œ
workflow-model-guardπŸ”ŒPlugin

PreToolUse hooks that keep sub-model choices deliberate β€” denies high-fan-out Workflow scripts with no per-agent model: override, asks before all-Opus built-in named workflows (e.g. deep-research), and denies ad-hoc Agent dispatches that omit model unless the agent type pins one in frontmatter.

πŸ”Œ
visual-planπŸ”ŒPlugin

Writes a durable, committed Markdown ADR/plan as the source-of-truth record, and β€” only when the content needs visuals markdown can't express (wireframes, annotated split-diffs, before/after columns) β€” also emits a self-contained rich plan.html to /tmp. Markdown canonical, HTML disposable; no backend.

πŸ”Œ
docs-sync-guardπŸ”ŒPlugin

PreToolUse git-commit gate against docs drift β€” denies a commit that changes code without staging its covering docs: per-plugin README/CLAUDE.md pairs in plugins/ monorepos, and a generic nearest-covering-doc rule (README.md/CLAUDE.md/AGENTS.md walking up from each changed file) in any repo. Tests, version bumps, markdown, and lockfiles never trigger it; add docs-sync:ack to the commit message for deliberate no-doc-impact changes.