Skip to main content
itsvedantkumar
GitHub creator profile

itsvedantkumar

Repository-level view of 43 collected skills across 2 GitHub repositories.

skills collected
43
repositories
2
updated
Sep 1, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

executing-plans
unclassified

A written plan or numbered task list already exists and the ask is to carry it out: work the tasks in order, verify each, pause at the review checkpoint between phases.

Sep 1, 2026
swarm
unclassified

Three or more independent units of work exist (files, packages, endpoints, rival approaches) and none needs another's result. Fans out N agents in ONE batched message, returns one table.

Sep 1, 2026
test-driven-development
unclassified

About to write implementation code or a bugfix and no test fails for that behaviour yet: write the failing test first, watch it fail, then write the minimum that passes.

Sep 1, 2026
writing-plans
unclassified

Requirements are settled, nothing is written down about how, and the work is more than one edit: produce the plan document, file map, bite-sized tasks, one verification per task.

Sep 1, 2026
principle-type-system-discipline
unclassified

Apply when a struct, enum, or type can hold an invalid combination of fields that shouldn't compile. Redesign it so illegal states can't be represented — model the cases as separate variants.

Aug 23, 2026
impeccable
unclassified

While polishing UI that already renders, when visual quality is the bar: production-grade typography, motion, spacing, and brand-vs-product modes beyond the stock design level.

Aug 23, 2026
brainstorming
unclassified

First, and only when the shape is undecided: explore intent and requirements for new capability before any plan or test. Skip it for a bugfix or a change whose shape is known.

Aug 22, 2026
component-registry
unclassified

Before writing a UI component in a React/Tailwind repo: pull a vetted accessible primitive from a shadcn-compatible registry (npx shadcn add). Hand-roll only what none has.

Aug 22, 2026
Showing 8 of 28 collected skills.
executing-plans
unclassified

Use when you have a written implementation plan to execute in a separate session with review checkpoints

Aug 22, 2026
writing-plans
unclassified

Use when you have a spec or requirements for a multi-step task, before touching code

Aug 22, 2026
brainstorming
unclassified

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

Aug 22, 2026
component-registry
unclassified

Use before hand-writing any UI component in a React/Tailwind repo - pull a vetted, accessible primitive from a shadcn-compatible registry (npx shadcn add); hand-roll only what no registry has.

Aug 22, 2026
create-verification-skill
unclassified

No scripted way to prove this repo's UI, CLI, or service actually works. Generates an executable .claude/verify.sh gate plus a verify-<app> skill and feature map. Use for 'add verification here'.

Aug 22, 2026
grill-me
unclassified

Use when the user floats a plan, design or decision and wants it stress-tested, or says grill me, poke holes, what am I missing, or tear this apart. A round-based interview before code.

Aug 22, 2026
impeccable
unclassified

Use when building or polishing any UI where visual quality matters: production-grade typography, motion, spacing, and brand-vs-product design modes beyond the stock frontend-design bar.

Aug 22, 2026
interrogate
unclassified

Use before merging or shipping a change that only one reviewer (or none) has seen, especially auth, payments, or agent-written code, and on "tear this apart", "stress test this", "what am I missing".

Aug 22, 2026
Showing 8 of 15 collected skills.
Showing 2 of 2 repositories
All repositories loaded