Five plugins for the project lifecycle.
onboard keeps AI configs aligned as your code evolves, notify closes the loop, handoff carries session intent across context boundaries, walkthrough turns a session into an explorable document, and lens reviews work against its spec before it ships. Five plugins that work on their own and compose together.
claude plugin marketplace add apurvbazari/claude-plugins
Plugins at a glance
Each plugin stands on its own. Pick one card to open its page — full skill reference, architecture, and a runnable example.
onboard
v2.0.0Analyze codebases and generate tailored Claude tooling — v2 context shape; rejects v1 input (use onboard@1.10.0 for v1).
notify
v2.0.0Cross-platform system notifications for Claude Code — macOS and Linux with duration filtering.
handoff
v1.0.0Save and resume session handoffs — capture intent at session end, surface it at the next SessionStart.
walkthrough
v1.0.0Render a session or any subject (plugin, marketplace, path) as a self-contained interactive HTML document.
lens
v1.0.0Intent-grounded review companion — reviews the session diff against its spec and plan, adversarially verifies findings, and renders an interactive review.
Two install routes
Install from Anthropic's reviewed community directory, or add this marketplace directly for the latest commit and all five plugins.
Route A — Anthropic's community marketplace (onboard, notify). Snapshots that passed Anthropic's automated security scan, with auto-update on by default. Discoverable via /plugin → Discover.
claude plugin marketplace add anthropics/claude-plugins-community
claude plugin install onboard@claude-community
claude plugin install notify@claude-community
Route B — this marketplace (all five plugins, latest commit). The only route for handoff, walkthrough, and lens, and the way to get changes ahead of the nightly community snapshot.
claude plugin marketplace add apurvbazari/claude-plugins
claude plugin install onboard@apurvbazari-plugins
claude plugin install notify@apurvbazari-plugins
claude plugin install handoff@apurvbazari-plugins
claude plugin install walkthrough@apurvbazari-plugins
claude plugin install lens@apurvbazari-plugins
Built on top of Claude Code by Anthropic. Distributed under MIT.