vivekkachhadiyatech

60 mods across 1 repository, 2 stars between them.

prototyping-testing

25

vivekkachhadiyatech/skills

Plugin Claude Code

Fidelity ladder for prototyping + Nielsen-10 heuristic evaluation (0–4 severity) + browser QA via Lighthouse. Contrast/a11y delegated to quality-gate; nothing self-attests.

2 27d ago A tokens not measured original MIT

heuristic-eval

26

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Run a Nielsen-10 heuristic evaluation on a UI, prototype, or flow. Assigns 0–4 severity to each finding. Contrast and a11y are ALWAYS delegated to quality-gate:gate — never self-attested.

2 27d ago A 52 tokens original MIT

prototype

27

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Given a design question or stage, choose the correct fidelity (paper/wireframe/hi-fi/coded) from the fidelity ladder and produce a concise prototype brief or artifact at that fidelity. Never builds a higher-fidelity artifact than the question requires.

2 27d ago A 52 tokens original MIT

verify

28

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Browser QA for a live URL via chrome-devtools Lighthouse. Reports a11y (≥90) and performance (≥70) scores deterministically from audit JSON. Never estimates — if chrome-devtools MCP is unavailable, fails loud.

2 27d ago A 49 tokens original MIT

quality-gate

29

vivekkachhadiyatech/skills

Plugin Claude Code

Deterministic design quality gate for the design suite: WCAG contrast + design.md lint on tokens, rendered-DOM a11y via chrome-devtools Lighthouse, plus grep-checkable anti-pattern rules. The single home of deterministic checking — other plugins call it; nothing self-attests.

2 27d ago A tokens not measured original MIT

behavior

30

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Behavioral verification of a built page via a browser MCP, run at multiple viewport widths. Drives the live URL and asserts (from real evaluation, not inspection): no console errors, nothing stuck at opacity:0 at its own in-view scroll position, scroll-triggered/pinned sections actually change transform, nothing…

2 27d ago A 163 tokens original MIT

gate

31

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use to deterministically check a design's quality — WCAG contrast, lint rules, motion/anti-pattern gates — on a DESIGN.md/token set OR a rendered URL. Returns a machine pass/fail (binary block, no partial credit) with concrete token/value fixes. Called by build/critique/motion/landing skills; contrast is NEVER…

2 27d ago A 82 tokens original MIT

ui-design

32

vivekkachhadiyatech/skills

Plugin Claude Code

Build or redesign UI — page, component, screen, or layout — as an ORIGINAL design blended from ≥2 references (never a single-brand clone). Retrieves references from design-references, applies craft + anti-boring rules, has a genre gate (product vs marketing) and a data-viz sub-skill, scores itself by CALLING…

2 27d ago A tokens not measured original MIT

ui-design

33

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when building or redesigning UI — component or full page — and you want reference-blended, non-templated output. Classifies genre (product UI vs. marketing) and applies the matching ruleset; retrieves ≥2 design references and synthesizes a novel blend; delegates contrast validation to quality-gate:gate and scoring…

2 27d ago A 85 tokens original MIT

ux-strategy

34

vivekkachhadiyatech/skills

Plugin Claude Code

Product direction: competitive analysis, design principles, experience/service maps, IA.

2 27d ago A tokens not measured original MIT

ux-strategy

35

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Shape product direction: competitive analysis, design principles, experience/service maps, IA. Every output cites evidence or flags assumptions — no ungrounded findings.

2 27d ago A 34 tokens original MIT

visual-critique

36

vivekkachhadiyatech/skills

Plugin Claude Code

Multi-input UI/UX audit for the design suite: review a live URL, screenshot, source, or Figma into a prioritized findings table and a 12-category /100 scorecard. Contrast and accessibility are computed by quality-gate (never self-attested); only judgment dimensions are model-scored. Owns the review rubric; called by…

2 27d ago A tokens not measured original MIT

critique

37

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use to review, audit, or critique a given UI/UX — live URL/localhost, screenshot, source, or Figma — for a prioritized findings table and/or a 13-category /100 score. Contrast and accessibility come from quality-gate (deterministic), only judgment dimensions are model-scored. Not for building UI (use ui-design).

2 27d ago A 75 tokens original MIT

vivekkachhadiyatech/skills

Plugin Claude Code

24 architecture skills for system design: 9 task skills that make design decisions (design-an-api, choose-a-datastore, scale-a-system, make-it-resilient, secure-the-system, design-a-payment-flow, choose-deployment-strategy, apply-a-reference-architecture, system-design-blueprint) plus 15 domain reference skills, all…

2 27d ago A tokens not measured original MIT

ai-machine-learning

39

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when explaining or looking up an AI/ML systems concept — how ChatGPT works, what an AI agent is, data pipelines, the open-source AI stack, DeepSeek, key data terms, merging data with Pandas. Recall.

2 27d ago A 52 tokens original MIT

api-web-development

40

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when explaining or looking up how an API or web protocol works — HTTP/1-3, REST, gRPC, GraphQL, SOAP/RPC, load balancers, API gateways, reverse proxies, polling/SSE/WebSocket, URLs, ports, status codes. Recall and explanation, not design decisions (use design-an-api to design one).

2 27d ago A 75 tokens original MIT

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when a user is designing a system and wants to reuse a proven real-world architecture / pattern — matching their problem to how Netflix, Uber, Twitter, Discord, Gmail, Google Maps and others solved it. Triggers on: "how did X build Y, can we reuse it", "what pattern fits a high-fan-out feed / trillions of messages…

2 27d ago A 149 tokens original MIT

caching-performance

42

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when explaining or looking up a caching or performance concept — Redis, CDN, cache strategies and eviction policies, Elasticsearch/ELK, latency numbers, web performance metrics. Recall, not scaling design (use scale-a-system).

2 27d ago A 49 tokens original MIT

choose-a-datastore

43

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when a user is choosing or selecting a database / datastore for a new service or feature and needs a decision made — not just a concept explained. Triggers on: "which DB should we use for X", picking a model (relational vs document vs key-value vs wide-column vs graph vs time-series), evaluating consistency needs…

2 27d ago A 171 tokens original MIT

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when a user is choosing a deployment / release strategy and needs a decision — not just a concept explained. Triggers on: "canary or blue-green?", "how should we roll this out", picking blue-green / canary / rolling / recreate / A-B, matching it to a Kubernetes rollout or CI/CD stage, or trading off downtime vs…

2 27d ago A 130 tokens original MIT

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when explaining or looking up a cloud or distributed-systems concept — scalability strategies, resiliency and fault-tolerance patterns, AWS Lambda, unique-ID generators, idempotency, 12-factor, infrastructure-as-code, distributed locks, cloud messaging patterns. Recall, not design (use scale-a-system…

2 27d ago A 79 tokens original MIT

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when explaining or looking up a computer-fundamentals concept — OSI model, DNS lookup and record types, TCP vs UDP, paging vs segmentation, IPv4 vs IPv6, deadlock, process vs thread, SQL query execution order, TCP/IP encapsulation. Recall.

2 27d ago A 63 tokens original MIT

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when explaining or looking up a database/storage concept — sharding, replication, CAP/ACID, isolation levels, B-tree vs LSM, Kafka and message queues, consistent hashing, CDC, memory/storage types. Recall, not selection (use choose-a-datastore to pick one).

2 27d ago A 63 tokens original MIT

vivekkachhadiyatech/skills

Skill Claude CodeCodex

Use when a user is designing a payment / money-movement flow and needs a design — not just a concept explained. Triggers on: "design the checkout/charge flow", choosing rails (card/ACH/UPI/wallet/scan-to-pay), ensuring idempotency / no double-charge, reconciliation and ledger design, handling an external PSP…

2 27d ago A 139 tokens original MIT