.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/jgamaraalv/delivery-loop
home/skills/jgamaraalv/delivery-loop
jgamaraalv avatar

jgamaraalv/delivery-loop

58 skills · 108 total installs

View on GitHub
$npx skills add jgamaraalv/delivery-loop
SkillInstalls
accessibility-a11yBuild inclusive, WCAG-compliant UIs. Use for a11y, screen readers, ARIA, keyboard nav, contrast, or accessibility audits.2architecture-blueprint-generatorAnalyze a codebase and generate Project_Architecture_Blueprint.md — detected stacks and architecture patterns, diagrams, layers, cross-cutting concerns,…2backend-delivery-loopContinuous backend delivery loop — cycles subagents through test → diagnose → fix → review → secure → re-test until the suite, quality, and security gates are…2backend-designDesign backend systems — REST/GraphQL/gRPC APIs, microservices, database schemas, auth, caching, message queues, scalability.2backend-dev-guidelinesShared backend guide for Langfuse's Next.js/tRPC/BullMQ/TypeScript monorepo — tRPC routers, public REST endpoints, BullMQ processors, services,…2backend-testingTurn backend test ambiguity into one practical test packet — API/service/repo/auth coverage, fixture & seed/reset strategy, mock-vs-container choices, contract…2backend-to-frontend-handoff-docsCreate API handoff documentation for frontend developers. Use when backend work is complete and needs to be documented for frontend integration, or user says…2building-componentsGuide for building modern, accessible, and composable UI components.2bullmq-specialistBullMQ Redis-backed job queues in Node.js/TypeScript — workers, delayed/repeatable jobs, flows, rate limiting, retries.2canvas-designCreate beautiful visual art in .png and .pdf documents using design philosophy.2code-patternsThe bar for any code you write, edit, or review. Read these rules whenever you are writing or reading any code2components-composition-patternsReact composition patterns that scale — compound components, render props, context providers, lifting state.2core-web-vitalsCore Web Vitals reference for measuring, diagnosing, and improving LCP, INP, and CLS page performance against Google's thresholds2create-svgCreate professional SVG logos, brand identities, icons, wordmarks, and visual marks — multiple concepts, layouts, and color variations.2css-architectureOrganize CSS using BEM, SMACSS, and CSS-in-JS patterns. Use when building scalable, maintainable styling systems with proper naming conventions.2cypress-authorCreates, updates, and fixes Cypress tests (E2E and component) — use to write, add, update, or fix failing/flaky tests, even if the user only says "tests".2cypress-docsSearch and extract Cypress information from official documentation (docs.cypress.io, cypress.io); prefer LLM markdown under /llm/* and refuse unverified API or…2cypress-explainExplains Cypress tests (E2E and component) and how Cypress works — use to understand, review, or critique tests without editing code, even if the user only…2delivery-loop-retro2diagnoseDisciplined diagnosis loop for hard bugs and performance regressions — reproduce → hypothesise → instrument → fix → regression-test.2figma-code-connectCreate or update Figma Code Connect template files (.figma.ts/.figma.js) that map Figma components to code.2frontend-delivery-loopContinuous frontend delivery loop — cycles subagents through test → diagnose → fix → review → re-test until E2E and review are clean.2frontend-fundamentalsFront-end system-design reference — box model, rendering/reflow, DOM & Web APIs, virtualisation, state design, network transports, web performance.2fullstack-delivery-loopContinuous fullstack delivery loop — cycles a combined frontend+backend team through test → diagnose → fix → review → secure → re-test, building both layers…2grill-meInterview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree.2hunt-race-conditionHunting playbook for race-condition / TOCTOU vulnerabilities — concurrent-request abuse, HTTP/2 single-packet attacks, double-redeem / double-spend, MFA-OTP &…2impeccableUse when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or…2mermaid-diagramsCreate software diagrams in Mermaid — class, sequence, flowchart, ERD, C4, state, gitgraph, gantt.2nestjs-best-practicesNestJS best practices — 40 rules across modules, DI, error handling, security, performance, testing, database, API design, microservices, and deployment.2nextjs-best-practicesNext.js App Router principles. Server Components, data fetching, routing patterns.2nextjs-performanceNext.js performance optimization for Core Web Vitals, image/font optimization, caching, streaming, bundle size, and Server Components.2nodejs-backend-patternsBuild production-ready Node.js backend services with Express/Fastify — middleware, error handling, auth, database integration, and API design.2performance-hunterPerformance optimization specialist — profiling, caching, latency, N+1, connection pools, p99 tail latency, async, load-testing.2playwright-best-practicesWrite, debug, and maintain Playwright tests — flaky tests, Page Object Model, locators/waits, fixtures, network mocking, auth, CI/CD.2postgresql-code-reviewReview SQL, schemas, and migrations for PostgreSQL best practices — JSONB, arrays, ENUMs/domains, PL/pgSQL, RLS, privileges.2postgresql-optimizationPostgreSQL-specific development — JSONB, arrays, custom/range types, full-text search, window functions, indexing, and extensions.2postmanFull API lifecycle via the Postman MCP Server — sync OpenAPI specs to collections, generate typed clients, run API tests, create mocks, publish docs, OWASP…2prisma-postgresPrisma Postgres setup and operations — Console, create-db CLI, Management API, and the TypeScript SDK.2pro-state-machineProfessional React state-machine patterns. Use when implementing complex state logic, reducers, multi-step forms, async flows, or any component coordinating…2race-conditionRace condition and TOCTOU testing for web apps. Use when testing one-time operations, concurrent HTTP abuse, rate-limit bypass, Turbo Intruder gates, HTTP/2…2react-best-practicesReact/Next.js best-practices reviewer for TSX/JSX. Triggers when writing or reviewing React components to check structure, hooks, accessibility, performance,…2react-queryGuidelines for using React Query for data fetching, caching, and server state synchronization in React applications2redis-coreCore Redis modeling — choose the right data structure and consistent colon-separated key names.2redis-query-engineRedis Query Engine (RQE) — FT.CREATE schema design, field-type choice, DIALECT 2 syntax, efficient FT.SEARCH/FT.AGGREGATE, zero-downtime index swaps.2redis-securityRedis production hardening — authentication (requirepass/ACL users), TLS, least-privilege ACLs, network restriction (bind, protected-mode, firewall), and…2refactorSurgical code refactoring to improve maintainability without changing behavior.2review-panelMulti-reviewer code-review orchestrator — dispatches the three quality reviewers (sr/sa/qa) and routes in domain specialists by what the diff touches.2run-delivery-chainBuild, run, test, and drive the delivery-chain Claude Code plugin.2spec-drivenDefault OpenSpec change workflow — scaffold a change through proposal → specs → design → tasks, apply it, then archive once merged.2sql-optimizationUniversal SQL query tuning across MySQL, PostgreSQL, SQL Server, and Oracle — execution plans, index strategy, pagination, batch operations.2system-designDesign scalable distributed systems — load balancing, caching, database scaling, message queues, capacity estimation.2testing-strategy2tune-skills-and-agentsAnalyze, test, and improve skills, subagents, and their context layout — what lives HOT vs COLD, whether a grep/file index earns its cost, why a subagent won't…2ui-ux-pro-maxUI/UX design intelligence — pick styles, color palettes, font pairings, layout & UX patterns across 10 stacks.2conventional-commitWrite and apply Conventional Commits — type(scope): subject, imperative mood, with body and BREAKING CHANGE footer when needed.—fastify-best-practicesDevelop, configure, and debug Fastify (Node.js/TypeScript) servers and REST APIs — routes, plugins, JSON Schema validation, hooks, auth, serialization,…—owasp-security-reviewReview code and architectures against the OWASP Top 10:2025. Use to audit for vulnerabilities, guide remediation, or write secure code.—react-performanceReact performance: unnecessary re-renders, memoization (React.memo/useMemo/useCallback), React Compiler, Context, concurrent features, code splitting, and Core…—