Source

jgamaraalv/delivery-loop

59 skills · 120 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
canvas-design Create beautiful visual art in .png and .pdf documents using design philosophy. Use when the user asks to create a po…
jgamaraalv/delivery-loop
3
2
hunt-race-condition Hunting playbook for race-condition / TOCTOU vulnerabilities — concurrent-request abuse, HTTP/2 single-packet attacks…
jgamaraalv/delivery-loop
3
3
accessibility-a11y Build inclusive, WCAG-compliant UIs. Use for a11y, screen readers, ARIA, keyboard nav, contrast, or accessibility aud…
jgamaraalv/delivery-loop
2
4
architecture-blueprint-generator Analyze a codebase and generate Project_Architecture_Blueprint.md — detected stacks and architecture patterns, diagra…
jgamaraalv/delivery-loop
2
5
backend-delivery-loop Continuous backend delivery loop — cycles subagents through test → diagnose → fix → review → secure → re-test until t…
jgamaraalv/delivery-loop
2
6
backend-design Design backend systems — REST/GraphQL/gRPC APIs, microservices, database schemas, auth, caching, message queues, scal…
jgamaraalv/delivery-loop
2
7
backend-dev-guidelines Shared backend guide for Langfuse's Next.js/tRPC/BullMQ/TypeScript monorepo — tRPC routers, public REST endpoints, Bu…
jgamaraalv/delivery-loop
2
8
backend-testing Turn backend test ambiguity into one practical test packet — API/service/repo/auth coverage, fixture & seed/reset str…
jgamaraalv/delivery-loop
2
9
backend-to-frontend-handoff-docs Create API handoff documentation for frontend developers. Use when backend work is complete and needs to be documente…
jgamaraalv/delivery-loop
2
10
building-components Guide for building modern, accessible, and composable UI components. Use when building new components, implementing a…
jgamaraalv/delivery-loop
2
11
bullmq-specialist BullMQ Redis-backed job queues in Node.js/TypeScript — workers, delayed/repeatable jobs, flows, rate limiting, retrie…
jgamaraalv/delivery-loop
2
12
code-patterns The bar for any code you write, edit, or review. Read these rules whenever you are writing or reading any code
jgamaraalv/delivery-loop
2
13
components-composition-patterns React composition patterns that scale — compound components, render props, context providers, lifting state. Use when…
jgamaraalv/delivery-loop
2
14
core-web-vitals Core Web Vitals reference for measuring, diagnosing, and improving LCP, INP, and CLS page performance against Google'…
jgamaraalv/delivery-loop
2
15
create-svg Create professional SVG logos, brand identities, icons, wordmarks, and visual marks — multiple concepts, layouts, and…
jgamaraalv/delivery-loop
2
16
css-architecture Organize CSS using BEM, SMACSS, and CSS-in-JS patterns. Use when building scalable, maintainable styling systems with…
jgamaraalv/delivery-loop
2
17
cypress-author Creates, updates, and fixes Cypress tests (E2E and component) — use to write, add, update, or fix failing/flaky tests…
jgamaraalv/delivery-loop
2
18
cypress-docs Search and extract Cypress information from official documentation (docs.cypress.io, cypress.io); prefer LLM markdown…
jgamaraalv/delivery-loop
2
19
cypress-explain Explains Cypress tests (E2E and component) and how Cypress works — use to understand, review, or critique tests witho…
jgamaraalv/delivery-loop
2
20
delivery-loop-retro >- Write a structured retrospective of a delivery-loop run (frontend-delivery-loop, backend-delivery-loop, or fullsta…
jgamaraalv/delivery-loop
2
21
diagnose Disciplined diagnosis loop for hard bugs and performance regressions — reproduce → hypothesise → instrument → fix → r…
jgamaraalv/delivery-loop
2
22
figma-code-connect Create or update Figma Code Connect template files (.figma.ts/.figma.js) that map Figma components to code. Use for C…
jgamaraalv/delivery-loop
2
23
frontend-delivery-loop Continuous frontend delivery loop — cycles subagents through test → diagnose → fix → review → re-test until E2E and r…
jgamaraalv/delivery-loop
2
24
frontend-fundamentals Front-end system-design reference — box model, rendering/reflow, DOM & Web APIs, virtualisation, state design, networ…
jgamaraalv/delivery-loop
2
25
fullstack-delivery-loop Continuous fullstack delivery loop — cycles a combined frontend+backend team through test → diagnose → fix → review →…
jgamaraalv/delivery-loop
2
26
grill-me Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of …
jgamaraalv/delivery-loop
2
27
impeccable Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adap…
jgamaraalv/delivery-loop
2
28
mermaid-diagrams Create software diagrams in Mermaid — class, sequence, flowchart, ERD, C4, state, gitgraph, gantt. Use to "diagram", …
jgamaraalv/delivery-loop
2
29
nestjs-best-practices NestJS best practices — 40 rules across modules, DI, error handling, security, performance, testing, database, API de…
jgamaraalv/delivery-loop
2
30
nextjs-best-practices Next.js App Router principles. Server Components, data fetching, routing patterns.
jgamaraalv/delivery-loop
2
31
nextjs-performance Next.js performance optimization for Core Web Vitals, image/font optimization, caching, streaming, bundle size, and S…
jgamaraalv/delivery-loop
2
32
nodejs-backend-patterns Build production-ready Node.js backend services with Express/Fastify — middleware, error handling, auth, database int…
jgamaraalv/delivery-loop
2
33
performance-hunter Performance optimization specialist — profiling, caching, latency, N+1, connection pools, p99 tail latency, async, lo…
jgamaraalv/delivery-loop
2
34
playwright-best-practices Write, debug, and maintain Playwright tests — flaky tests, Page Object Model, locators/waits, fixtures, network mocki…
jgamaraalv/delivery-loop
2
35
postgresql-code-review Review SQL, schemas, and migrations for PostgreSQL best practices — JSONB, arrays, ENUMs/domains, PL/pgSQL, RLS, priv…
jgamaraalv/delivery-loop
2
36
postgresql-optimization PostgreSQL-specific development — JSONB, arrays, custom/range types, full-text search, window functions, indexing, an…
jgamaraalv/delivery-loop
2
37
postman Full API lifecycle via the Postman MCP Server — sync OpenAPI specs to collections, generate typed clients, run API te…
jgamaraalv/delivery-loop
2
38
prisma-postgres Prisma Postgres setup and operations — Console, create-db CLI, Management API, and the TypeScript SDK. Use when provi…
jgamaraalv/delivery-loop
2
39
pro-state-machine Professional React state-machine patterns. Use when implementing complex state logic, reducers, multi-step forms, asy…
jgamaraalv/delivery-loop
2
40
race-condition Race condition and TOCTOU testing for web apps. Use when testing one-time operations, concurrent HTTP abuse, rate-lim…
jgamaraalv/delivery-loop
2
41
react-best-practices React/Next.js best-practices reviewer for TSX/JSX. Triggers when writing or reviewing React components to check struc…
jgamaraalv/delivery-loop
2
42
react-query Guidelines for using React Query for data fetching, caching, and server state synchronization in React applications
jgamaraalv/delivery-loop
2
43
redis-core Core Redis modeling — choose the right data structure and consistent colon-separated key names. Use when designing a …
jgamaraalv/delivery-loop
2
44
redis-query-engine Redis Query Engine (RQE) — FT.CREATE schema design, field-type choice, DIALECT 2 syntax, efficient FT.SEARCH/FT.AGGRE…
jgamaraalv/delivery-loop
2
45
redis-security Redis production hardening — authentication (requirepass/ACL users), TLS, least-privilege ACLs, network restriction (…
jgamaraalv/delivery-loop
2
46
refactor Surgical code refactoring to improve maintainability without changing behavior.
jgamaraalv/delivery-loop
2
47
review-panel Multi-reviewer code-review orchestrator — dispatches the three quality reviewers (sr/sa/qa) and routes in domain spec…
jgamaraalv/delivery-loop
2
48
run-delivery-chain Build, run, test, and drive the delivery-chain Claude Code plugin. Use when asked to run delivery-chain, run its test…
jgamaraalv/delivery-loop
2
49
spec-driven Default OpenSpec change workflow — scaffold a change through proposal → specs → design → tasks, apply it, then archiv…
jgamaraalv/delivery-loop
2
50
sql-optimization Universal SQL query tuning across MySQL, PostgreSQL, SQL Server, and Oracle — execution plans, index strategy, pagina…
jgamaraalv/delivery-loop
2
Page 1 · 59 total Next