ApurvBazari

46 mods across 1 repository, 0 stars between them.

notify

25

ApurvBazari/claude-plugins

Plugin Claude Code

Cross-platform system notifications for Claude Code — macOS and Linux with a notification cooldown.

0 25d ago A tokens not measured original MIT

setup

26

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Use only when the user explicitly invokes /notify:setup — one-time setup of cross-platform desktop notifications (installs the notifier, wires the Stop/Notification/SubagentStop hooks). User-invoked only.

0 25d ago A 44 tokens original MIT

uninstall

27

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Use only when the user explicitly invokes /notify:uninstall — removes notify's hooks and config while leaving other settings intact. User-invoked only.

0 25d ago A 34 tokens original MIT

wizard

28

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Interactive Q&A for customizing notification preferences (sounds, durations, matcher regex, per-event toggles). Internal building block invoked by the notify setup skill — not user-invocable.

0 25d ago A 38 tokens original MIT

onboard

29

ApurvBazari/claude-plugins

Plugin Claude Code

Analyze codebases with deep, verified research and generate evidence-grounded Claude tooling — CLAUDE.md, path-scoped rules, skills, agents, hooks, and a verify backlog.

0 25d ago A tokens not measured original MIT

codebase-analyzer

30

ApurvBazari/claude-plugins

Agent

Performs deep, read-only analysis of a software project and produces a structured report with stack detection, file inventories, complexity metrics, and pattern discovery. Invoked by /onboard:start Phase 1 before generation.

0 25d ago A 48 tokens original MIT

config-generator

31

ApurvBazari/claude-plugins

Agent

Generates all Claude Code tooling artifacts (CLAUDE.md, rules, skills, agents, hooks, MCP, output styles, snapshots, telemetry) from a codebase analysis report and wizard answers. Dispatched by /onboard:start Phase 6 and onboard:generate; hard-fails if invoked without dispatchedAsAgent=true.

0 25d ago A 69 tokens original MIT

feature-evaluator

32

ApurvBazari/claude-plugins

Agent

Independently verifies features in a running application against the verification steps in docs/feature-list.json. Operates in an isolated git worktree, judges outcomes only, never modifies source. Spawned by /onboard:verify.

0 25d ago A 50 tokens original MIT

research-specialist

33

ApurvBazari/claude-plugins

Agent

Parameterized read-only deep-diver for ONE research dimension over a scoped subtree. Dispatched once per effective-roster dimension by the onboard:research engine; returns a research-findings.json object (claims + file:line evidence + 0-1 confidence + status). Never fabricates — an un-assessable dimension returns…

0 25d ago A 89 tokens original MIT

research-verifier

34

ApurvBazari/claude-plugins

Agent

Adversarial skeptic for the onboard:research VERIFY stage — takes the union of specialist claims and tries to REFUTE each against the real codebase, refute-by-default and dimension-tuned. Verification errors keep the claim (never silently dropped). Emits per-claim votes {id, refuted, reason}; the engine owns flipping…

0 25d ago A 90 tokens original MIT

adopt

35

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Bring a repo's existing hand-crafted Claude tooling under onboard management — synthesizes an onboard baseline (retrofit-mode meta + snapshots) WITHOUT modifying any hand-crafted file, so /onboard:update works afterward. Use only when the user explicitly invokes /onboard:adopt, or when start/update route here.

0 25d ago A 65 tokens original MIT

evolve

36

ApurvBazari/claude-plugins

Skill Claude CodeCodex

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.

0 25d ago A 51 tokens original MIT

generate

37

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Internal v3 generation step — turns the onboard:start v3 context (analysis + wizardAnswers + research) into Claude tooling artifacts via the config-generator agent. Invoked through the Skill tool by /onboard:start and /onboard:update; not an external API; not user-invocable.

0 25d ago A 61 tokens original MIT

generation

38

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Invoked by the config-generator agent during /onboard:start and /onboard:generate to produce the Claude tooling artifacts. Internal building block; not user-invocable.

0 25d ago A 37 tokens original MIT

research

39

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Internal research engine for onboard v3 — fans out read-only specialists per dimension, adversarially verifies their claims, synthesizes the canonical research object, and renders four markdown artifacts. Invoked via the Skill tool by /onboard:start or directly by a model; not user-invocable. Returns the validated…

0 25d ago A 69 tokens original MIT

start

40

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Use ONLY when the user explicitly runs /onboard:start. The full interactive onboarding wizard that sets up tailored Claude Code tooling for a project. Never auto-invoke.

0 25d ago A 35 tokens original MIT

update

41

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Update existing Claude tooling against latest best practices — re-analyzes the codebase, fetches current Claude Code documentation, presents targeted upgrade options, and applies approved changes with merge/replace choice per file. Use only when user explicitly invokes /onboard:update.

0 25d ago A 54 tokens original MIT

verify

42

ApurvBazari/claude-plugins

Skill Claude CodeCodex

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.

0 25d ago A 57 tokens original MIT

walkthrough

43

ApurvBazari/claude-plugins

Plugin Claude Code

Render a session or any subject (plugin, marketplace, path) as a self-contained interactive HTML document.

0 25d ago A tokens not measured original MIT

create

44

ApurvBazari/claude-plugins

Skill Claude CodeCodex

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…

0 25d ago A 111 tokens original MIT

document

45

ApurvBazari/claude-plugins

Skill Claude CodeCodex

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 ", "generate the plugin landing page", or runs /walkthrough:document . Reads README + manifest as…

0 25d ago A 89 tokens original MIT

render

46

ApurvBazari/claude-plugins

Skill Claude CodeCodex

Render a structured model already present in this conversation into the house-style HTML, as-is (no session synthesis). Internal building block invoked by other skills/plugins (e.g. lens) that have already assembled a model. Not for users — for a synthesized session recap use /walkthrough:create.

0 25d ago A 60 tokens original MIT