notify
25Plugin Claude Code
Cross-platform system notifications for Claude Code — macOS and Linux with a notification cooldown.
Plugin Claude Code
Cross-platform system notifications for Claude Code — macOS and Linux with a notification cooldown.
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.
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.
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.
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.
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.
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.
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.
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…
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…
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.
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.
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.
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.
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…
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.
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.
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.
Plugin Claude Code
Render a session or any subject (plugin, marketplace, path) as a self-contained interactive HTML document.
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…
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…
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.