ApurvBazari
UserA curated collection of plugins for Claude Code — powering AI-driven development and agentic workflows
Categories
Indexed Skills (16)
setup
Install and configure cross-platform system notifications for Claude Code. Detects macOS/Linux, installs dependencies, walks through preferences, wires up hooks on Stop/Notification/SubagentStop events. Use only when user explicitly invokes /notify:setup.
uninstall
Remove notify hooks, scripts, and config files from the chosen scope (global and/or project). Surgically deletes only notify-owned entries from settings.json; preserves all other hooks. Use only when user explicitly invokes /notify:uninstall.
wizard
Adaptive Q&A flow for gathering developer preferences during /onboard:start. Internal building block invoked by the init skill — not user-invocable.
analysis
Read-only codebase analysis — tech stack detection, model recommendations, complexity scoring. Internal building block invoked by the codebase-analyzer agent during /onboard:start — not user-invocable.
generate
Headless Claude tooling generation for v2 callers. Consumes a v2 context per references/context-shape-v2.json (version 2, phases.*, syntheses, dependencies). REJECTS v1 input outright — v1 callers must stay on onboard 1.10.0. Renders GHA workflow templates + sprint contracts from cicdAndDelivery before dispatching config-generator. Not user-invocable.
generation
Core artifact generator for Claude tooling (CLAUDE.md, rules, skills, agents, hooks). Internal building block invoked by the config-generator agent during /onboard:start and /onboard:generate — not user-invocable.
start
Full interactive onboarding wizard — analyzes the codebase, gathers developer preferences through adaptive Q&A, then generates a complete tailored Claude Code tooling setup (CLAUDE.md, rules, skills, agents, hooks, metadata). Use only when the user explicitly invokes /onboard:start.
discard
Archive the active handoff without acting on it. Use when the user explicitly wants to discard a saved handoff — same effect as picking Discard in the resume flow, but invokable directly from anywhere.
update
Refresh an EXISTING walkthrough HTML in place so it reflects new work — reconstructs the prior content from the document, folds in explicitly-named spec/source files, and overwrites the same file as one coherent document. Use when the user asks to "update the walkthrough", "refresh the session doc", "regenerate the walkthrough with the new spec", or runs /walkthrough:update. Reads from and writes to .claude/walkthrough/.
check
Health check for Claude tooling setup. Use when user asks about the state of their `.claude/` configuration, artifact drift, whether onboard-generated files are still intact, or wants a summary of what `/onboard:start` produced. Read-only — safe to auto-invoke.
pickup
Present a saved handoff to the user via AskUserQuestion (Execute / Edit / Discard / Save-for-later) and dispatch on their choice. Auto-invokes when the SessionStart hook has surfaced a handoff in additionalContext — that surfacing includes a routing instruction directing you here. Also invokable explicitly via /handoff:pickup.
save
Save the current session's intent as a handoff file so the next session can pick it up. Auto-invokes when the user signals end-of-session with phrases like "save handoff", "pick this up later", "continue in new session", "handoff this", "I'll come back to this", or "save for later". Prompts for confirmation via AskUserQuestion before writing — false positives are zero-cost. Slash form `/handoff:save` is the no-confirm fallback.
evolve
Apply accumulated tooling drift to Claude configuration. Use when user says their Claude tooling is out of sync, mentions drift detected by hooks, installed/removed a plugin and wants the Plugin Integration section refreshed, or asks to drain queued drift-log updates.
verify
Independent feature verification for projects with feature tracking. Use when user wants to test whether features in docs/feature-list.json pass their acceptance criteria, check sprint gate status, or run verification on F001-style feature IDs. Spawns the feature-evaluator agent in worktree isolation.
create
Generate an interactive HTML walkthrough of the current session — a self-contained, explorable document (prose + diagrams + clickable detail) in a fixed house style. Use when the user asks to "visualize this session", "create a walkthrough", "walk me through it", "walk me through this/that", "walk me through what we did", "make a session recap/document", or runs /walkthrough:create. Writes to .claude/walkthrough/.
document
Render any SUBJECT (a plugin, library, subsystem, or the marketplace) as a self-contained interactive HTML document in the walkthrough house style. Use when the user asks to "document this plugin", "make a docs page for <subject>", "generate the plugin landing page", or runs /walkthrough:document <subject>. Reads README + manifest as canonical source. Writes to the path given, default .claude/walkthrough/.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.