PrabhdeepSingh

34 mods across 1 repository, 3 stars between them.

release

02

PrabhdeepSingh/claude-plugins

Command Claude Code

Prepare a release of the sonu plugin — decide the semver bump, sync the version and plugin description across all five homes, run /validate, then hand to /sonu:ship. Only meaningful inside the claude-plugins repo; in any other repo, say so and stop.

3 yesterday A 59 tokens original MIT

validate

03

PrabhdeepSingh/claude-plugins

Command Claude Code

Mechanically validate the sonu plugin repo before a PR — manifest sync, YAML frontmatter, shell-fence syntax, named-source and AI-attribution scans, cross-reference integrity, skill reachability. Only meaningful inside the claude-plugins repo; in any other repo, say so and stop.

3 yesterday A 60 tokens original MIT

plugin-dev

04

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

The maintainer's handbook for the sonu plugin and the claude-plugins repo. INVOKE whenever authoring, editing, reviewing, or releasing any component in this repo — a skill's SKILL.md, a command file (under sonu/commands/ or .claude/commands/), a manifest, or the README — or when answering how the plugin's pieces fit…

3 yesterday A 143 tokens original MIT

sonu

05

PrabhdeepSingh/claude-plugins

Plugin Claude Code

Make your coding agent work like a senior teammate instead of an eager intern. /sonu:build writes every change in your style and test-first, then hands it back with the riskiest parts flagged before you review. /sonu:ship takes it from working tree to merged PR on its own — collecting every AI reviewer bot enabled on…

3 yesterday A tokens not measured copy · 89% MIT

build

06

PrabhdeepSingh/claude-plugins

Command

Sequence decide → build → hand back for any feature or fix. Triage the change, run design-tree in plan mode (with you as the approval gate — skipped when /sonu:factory routes a ticket whose spec you already approved), build test-first under code-standards, then surface the riskiest parts before handing back to…

3 yesterday A 105 tokens original MIT

factory

07

PrabhdeepSingh/claude-plugins

Command

Run one pass of the ticket queue — scan the tracker for human-authorized tickets, claim one, and route it to the right workflow (spec a raw ticket, groom the backlog, hunt a bug, or build an approved spec in its own worktree via /sonu:build). You are the trigger; there is no daemon. Never merges and never authorizes…

3 yesterday A 108 tokens original MIT

ship

08

PrabhdeepSingh/claude-plugins

Command

Branch, commit, open PR, gather Claude + every enabled AI reviewer (Copilot, CodeRabbit, etc.), fix/justify/resolve every finding, loop until clean, then merge. Run only when implementation is finished AND the owner has said to ship (e.g. "ship it") — never self-invoke just because the work looks done. To design and…

3 yesterday A 86 tokens original MIT

accessibility

09

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Accessibility engineering for product interfaces — keyboard support, focus states, ARIA, forms, screen readers, hit areas, motion and zoom. INVOKE PROACTIVELY when building or reviewing any UI component, modal, menu, form, or custom widget, and on any keyboard or screen-reader complaint — even when nobody says "a11y".…

3 yesterday A 107 tokens original MIT

blast-radius

10

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Consumer-impact discipline for contract changes — enumerate every consumer, flag the ones that degrade silently, verify one downstream path end-to-end before shipping. INVOKE PROACTIVELY when a change alters anything other code reads — return shapes, payloads, DB columns, telemetry fields, config values — or renames a…

3 yesterday A 96 tokens original MIT

bug-finder

11

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Hunt for one real, previously unreported defect and file it as a well-evidenced ticket — proactive discovery, not reactive diagnosis. INVOKE when asked to sweep code for bugs or hunt risky areas, and when /sonu:factory runs a bug-hunt pass. A known symptom is [[debugging]]; a pending diff is [[self-review]]. It files…

3 yesterday A 94 tokens original MIT

classify-tickets

12

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Backlog hygiene as a sweep — exactly one type and one evidence-based priority per open ticket, and nothing else changes. INVOKE when grooming or prioritizing a backlog, when classifications have drifted, or when /sonu:factory runs a classify pass. Not per-ticket spec work ([[ticket-triage]]) or defect discovery…

3 yesterday A 101 tokens original MIT

code-standards

13

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Prabhdeep (Sonu) Singh's personal coding standards — the house rules and quality bar for how code gets written. INVOKE before writing, generating, refactoring, or reviewing ANY code in ANY language — schemas, endpoints, queries, logging, validation, error handling — even when nobody says "standards" or "style".…

3 yesterday A 81 tokens original MIT

colors

14

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Color systems for web interfaces — OKLCH conversion and palette generation, contrast measurement (APCA/WCAG), gamut and P3 fallbacks, theming, one meaning per color. INVOKE PROACTIVELY when converting color values, building or extending a palette or token set, checking or reporting contrast, or theming light and dark…

3 yesterday A 99 tokens original MIT

debugging

15

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

The scientific debugging loop — reproduce first, pull the real event from the repo's observability stack, one hypothesis → one change → one observation, revert failed attempts, escalate instead of thrash. INVOKE PROACTIVELY when diagnosing any bug, error, stack trace, failing or flaky test, crash, regression, or…

3 yesterday A 100 tokens original MIT

design-tree

16

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Make design decisions as an explicit branching tree — genuine alternatives, decisive rationale, rejected branches preserved. INVOKE PROACTIVELY when planning or designing any implementation approach, or choosing between architectures, libraries, or data models — especially in plan mode. Skip trivial or forced changes…

3 yesterday A 62 tokens original MIT

infra-standards

17

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Infrastructure, container, and CI/CD discipline — IaC, Dockerfiles and compose files, CI pipelines, platform deploy config, env/secrets handling. INVOKE PROACTIVELY when creating or editing any such file (.tf, .bicep, Dockerfile, docker-compose, .github/workflows/, vercel.json) — even when nobody says "infra". Not for…

3 yesterday A 106 tokens original MIT

intent-interview

18

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Pre-spec intent extraction — one question at a time, each with a guess attached, until you can predict the user's answers; for when the asked-for artifact itself might be wrong. INVOKE when a request's outcome, audience, or success measure is genuinely unclear. NOT ticket speccing ([[ticket-triage]]), choosing…

3 yesterday A 98 tokens original MIT

interface-review

19

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Cross-discipline review of a whole screen, flow, or feature — coordinates [[accessibility]], [[layout]], [[ux-writing]], [[typography]], [[colors]], and [[ui-polish]] into one ranked findings table and a single verdict. INVOKE for a holistic interface review or UI audit; quick and full modes. Orchestration only — it…

3 yesterday A 96 tokens original MIT

layout

20

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Layout structure for web interfaces — grouping, alignment, negative space, reading order, progressive disclosure, breakpoints, direction-aware (RTL) structure. INVOKE PROACTIVELY when structuring a page or component, spacing or aligning controls, deciding what collapses at small sizes, or reviewing frontend structure.…

3 yesterday A 104 tokens original MIT

model-tiering

21

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Tag each plan step with the cheapest model tier that can execute it reliably, then delegate tagged steps to subagents at execution — keeping an orchestrator-class session clean for judgment, integration, and review. INVOKE when writing an implementation plan or executing one whose steps carry…

3 yesterday A 93 tokens original MIT

observability

22

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Producing telemetry worth having — metrics, traces, error capture, health-check endpoints, and alerts that page on user-facing symptoms. INVOKE PROACTIVELY when creating a service, endpoint, or background job, or adding instrumentation, dashboards, health endpoints, or alert rules — "add monitoring/logging/alerting".…

3 yesterday A 88 tokens original MIT

performance

23

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Performance work as measurement discipline — baseline first, one change at a time, beat the noise, and a keep/revert verdict where neutral is a revert. INVOKE when making anything faster or lighter, investigating slowness, or reviewing an optimization — "optimize", "too slow", "reduce latency/bundle size" — even…

3 yesterday A 99 tokens original MIT

pr-conventions

24

PrabhdeepSingh/claude-plugins

Skill Claude CodeCodex

Author PR descriptions from the right per-change-type template (the repo's own PULLREQUESTTEMPLATE wins), embed issue-tracker links, keep the description current as fixes land, and reply to human and bot review threads. INVOKE when opening or updating a PR or responding to reviewer comments — inside /sonu:ship or…

3 yesterday A 80 tokens original MIT