Source

patricio0312rev/skills

153 skills · 50.9K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1514
framer-motion-animator Creates smooth animations and micro-interactions using Framer Motion including page transitions, gestures, scroll-bas…
patricio0312rev/skills
9.9K
2
eslint-prettier-config Configures ESLint and Prettier for consistent code quality with TypeScript, React, and modern best practices. Use whe…
patricio0312rev/skills
1K
3
postman-collection-generator Generates Postman collection JSON files from Express, Next.js, Fastify, Hono, or other API routes. Scans route defini…
patricio0312rev/skills
632
4
changelog-writer Generates changelogs and release notes from git commits, PR titles, and issue references. Organizes changes by impact…
patricio0312rev/skills
586
5
bruno-collection-generator Generates Bruno collection files (.bru) from Express, Next.js, Fastify, or other API routes. Creates organized collec…
patricio0312rev/skills
554
6
jsdoc-typescript-docs Documents TypeScript code with JSDoc comments, generates API documentation, and creates type-safe documentation. Use …
patricio0312rev/skills
502
7
dockerfile-optimizer Optimizes Dockerfiles for smaller images, faster builds, better caching, and security hardening using multi-stage bui…
patricio0312rev/skills
485
8
websocket-realtime-builder Implements real-time features using WebSockets with Socket.io, rooms, authentication, and reconnection handling. Use …
patricio0312rev/skills
485
9
animation-micro-interaction-pack Provides reusable interaction patterns and motion presets that make UI feel polished. Includes hover effects, transit…
patricio0312rev/skills
464
10
explaining-code Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or w…
patricio0312rev/skills
424
11
conventional-commits Generates semantic commit messages following the Conventional Commits specification with proper types, scopes, breaki…
patricio0312rev/skills
418
12
nginx-config-optimizer Optimizes Nginx configurations for performance, security, caching, and load balancing with modern best practices. Use…
patricio0312rev/skills
396
13
multi-tenant-safety-checker Ensures tenant isolation at query and policy level using Row Level Security, automated testing, and security audits. …
patricio0312rev/skills
381
14
api-docs-generator Generates API documentation using OpenAPI/Swagger specifications with interactive documentation, code examples, and S…
patricio0312rev/skills
372
15
codebase-summarizer Scans repository structure and generates comprehensive architecture documentation including system overview, entry po…
patricio0312rev/skills
360
16
dark-mode-implementer Implements complete dark/light mode theming systems using CSS variables, Tailwind dark mode, React context, and syste…
patricio0312rev/skills
343
17
i18n-frontend-implementer Adds internationalization (i18n) infrastructure with translation plumbing, scalable key strategy, formatters for date…
patricio0312rev/skills
334
18
redis-patterns Implements Redis patterns for caching, sessions, rate limiting, pub/sub, and distributed locks with best practices. U…
patricio0312rev/skills
334
19
unit-test-generator Generates comprehensive unit tests with AAA pattern (Arrange-Act-Assert), edge cases, error scenarios, and coverage a…
patricio0312rev/skills
334
20
accessibility-auditor Audits and implements web accessibility (a11y) following WCAG 2.1 guidelines with ARIA patterns, keyboard navigation,…
patricio0312rev/skills
327
21
ai-agent-orchestrator Orchestrates multi-agent AI systems with task delegation, agent communication, shared memory, and workflow coordinati…
patricio0312rev/skills
325
22
oauth2-oidc-implementer Implements OAuth 2.0 and OpenID Connect authentication flows with secure token handling and provider integration. Use…
patricio0312rev/skills
323
23
responsive-design-system Implements responsive design systems with mobile-first breakpoints, container queries, fluid typography, and adaptive…
patricio0312rev/skills
314
24
scalability-playbook Identifies performance bottlenecks and provides ordered scaling strategies with triggers, phased plans, and cost impl…
patricio0312rev/skills
312
25
auth-security-reviewer Reviews authentication and authorization implementation for session management, CSRF, cookie security, and auth flow …
patricio0312rev/skills
311
26
mermaid-diagram-generator Creates Mermaid diagrams for flowcharts, sequence diagrams, ERDs, and architecture visualizations in markdown. Use wh…
patricio0312rev/skills
306
27
form-wizard-builder Builds multi-step forms with validation schemas (Zod/Yup), step components, shared state management, progress indicat…
patricio0312rev/skills
300
28
cost-latency-optimizer Reduces LLM costs and improves response times through caching, model selection, batching, and prompt optimization. Pr…
patricio0312rev/skills
297
29
visual-regression-tester Implements visual regression testing with screenshot comparison, diff detection, and CI integration using Playwright …
patricio0312rev/skills
295
30
skill-creator Creates new Claude Code skills following repository conventions with proper structure, frontmatter, workflows, code e…
patricio0312rev/skills
294
31
storybook-setup Sets up Storybook for component documentation with controls, actions, accessibility testing, and visual regression. U…
patricio0312rev/skills
294
32
rbac-permissions-builder Implements role-based access control with permission matrix, route guards, policy functions, and UI permission hints.…
patricio0312rev/skills
292
33
rate-limiting-abuse-protection Implements rate limiting and abuse prevention with per-route policies, IP/user-based limits, sliding windows, safe er…
patricio0312rev/skills
286
34
load-test-builder Creates load and performance tests with k6, Artillery, or autocannon to validate system behavior under stress. Use wh…
patricio0312rev/skills
285
35
core-web-vitals-tuner Systematically improves Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift …
patricio0312rev/skills
283
36
structured-output-extractor Extracts structured data from LLM responses using JSON schemas, Zod validation, and function calling for reliable par…
patricio0312rev/skills
283
37
openapi-generator Generates OpenAPI 3.0/3.1 specifications from Express, Next.js, Fastify, Hono, or NestJS routes. Creates complete spe…
patricio0312rev/skills
280
38
tailwind-gradient-builder Creates modern CSS gradients using Tailwind CSS including linear, radial, conic, mesh gradients, animated gradients, …
patricio0312rev/skills
280
39
api-test-suite-generator Generates comprehensive API test suites using Jest, Vitest, or Supertest from Express, Next.js, Fastify, or other API…
patricio0312rev/skills
277
40
secure-headers-csp-builder Implements security headers and Content Security Policy with safe rollout strategy (report-only → enforce), testing, …
patricio0312rev/skills
277
41
frontend-refactor-planner Creates safe refactor plans for messy UI code including component splitting strategies, state simplification, perform…
patricio0312rev/skills
275
42
prisma-migration-assistant Plans and executes safe Prisma schema migrations with data backfills, rollback strategies, and SQL preview. Handles c…
patricio0312rev/skills
275
43
cypress-playwright-setup Sets up end-to-end testing with Cypress or Playwright including page objects, fixtures, and CI integration. Use when …
patricio0312rev/skills
271
44
page-layout-builder Generates complete page layouts and shells for common patterns (dashboard, authentication, settings, CRUD pages) with…
patricio0312rev/skills
271
45
curl-command-generator Generates ready-to-run cURL commands from Express, Next.js, Fastify, or other API routes. Creates copy-paste commands…
patricio0312rev/skills
270
46
vscode-workspace-setup Configures VS Code workspaces with optimal settings, extensions, tasks, and debugging for team consistency. Use when …
patricio0312rev/skills
268
47
readme-generator Generates comprehensive README files with badges, installation, usage, API docs, and contribution guidelines. Use whe…
patricio0312rev/skills
265
48
data-integrity-auditor Detects data integrity issues including orphaned records, broken foreign key relationships, constraint violations, an…
patricio0312rev/skills
262
49
guardrails-safety-filter-builder Implements content safety filters with PII redaction, policy constraints, prompt injection detection, and safe refusa…
patricio0312rev/skills
258
50
api-mock-server Creates mock API servers for testing and development with MSW, json-server, or custom handlers. Use when users reques…
patricio0312rev/skills
256
Page 1 · 153 total Next