Source

patricio0312rev/skillset

153 skills · 181 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
data-seeding-fixtures-builder Generates deterministic seed data for development and testing with factory functions, realistic fixtures, and databas…
patricio0312rev/skillset
1
2
db-performance-watchlist Defines database performance monitoring strategy with slow query detection, resource usage alerts, query execution th…
patricio0312rev/skillset
1
3
dependency-doctor Audits project dependencies for outdated packages, duplicates, heavy/problematic libraries, security vulnerabilities,…
patricio0312rev/skillset
1
4
dependency-vulnerability-triage Turns npm audit/Snyk results into prioritized patch plans with severity assessment, safe upgrade paths, breaking chan…
patricio0312rev/skillset
1
5
deployment-checklist-generator Creates comprehensive deployment checklists with pre-deployment checks, smoke tests, verification steps, and sign-off…
patricio0312rev/skillset
1
6
design-to-component-translator Converts Figma/design specifications into production-ready UI components with accurate spacing, typography, color tok…
patricio0312rev/skillset
1
7
dev-environment-bootstrapper Standardizes development environment setup across machines by generating tool version configs (Node, Python, Ruby), p…
patricio0312rev/skillset
1
8
dev-onboarding-builder Creates comprehensive developer onboarding documentation and materials including step-by-step setup guides, first-tas…
patricio0312rev/skillset
1
9
doc-to-vector-dataset-generator Converts documents into clean, chunked datasets suitable for embeddings and vector search. Produces chunked JSONL fil…
patricio0312rev/skillset
1
10
dockerfile-optimizer Optimizes Dockerfiles for smaller images, faster builds, better caching, and security hardening using multi-stage bui…
patricio0312rev/skillset
1
11
docs-starter-kit Generates comprehensive documentation templates for open-source and internal projects including README, CONTRIBUTING,…
patricio0312rev/skillset
1
12
domain-model-boundaries-mapper Identifies domain modules, ownership boundaries, dependencies, and interfaces using Domain-Driven Design principles. …
patricio0312rev/skillset
1
13
e2e-test-builder Builds end-to-end browser tests for critical user flows using Playwright or Cypress. Includes selector strategies, te…
patricio0312rev/skillset
1
14
embedding-pipeline-builder Builds document embedding pipelines with text chunking, embedding generation, indexing, and retrieval optimization. U…
patricio0312rev/skillset
1
15
env-secrets-manager Manages environment variables and secrets securely with encryption, rotation, and provider integration. Use when user…
patricio0312rev/skillset
1
16
error-handling-standardizer Creates consistent error handling with custom error classes, HTTP status mapping, structured logging, safe client mes…
patricio0312rev/skillset
1
17
eslint-prettier-config Configures ESLint and Prettier for consistent code quality with TypeScript, React, and modern best practices. Use whe…
patricio0312rev/skillset
1
18
etl-sync-job-builder Designs reliable ETL and data synchronization jobs with incremental updates, idempotency guarantees, watermark tracki…
patricio0312rev/skillset
1
19
evaluation-harness Builds repeatable evaluation systems with golden datasets, scoring rubrics, pass/fail thresholds, and regression repo…
patricio0312rev/skillset
1
20
event-driven-architect Designs event-driven architectures with event sourcing, CQRS, pub/sub patterns, and domain events for decoupled syste…
patricio0312rev/skillset
1
21
explaining-code Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or w…
patricio0312rev/skillset
1
22
flaky-test-detective Diagnoses and fixes flaky tests by identifying root causes (timing issues, shared state, randomness, network dependen…
patricio0312rev/skillset
1
23
form-wizard-builder Builds multi-step forms with validation schemas (Zod/Yup), step components, shared state management, progress indicat…
patricio0312rev/skillset
1
24
frontend-refactor-planner Creates safe refactor plans for messy UI code including component splitting strategies, state simplification, perform…
patricio0312rev/skillset
1
25
git-hygiene-enforcer Establishes git workflow guardrails including conventional commits, commit message hooks, branch naming conventions, …
patricio0312rev/skillset
1
26
github-actions-pipeline-creator Creates comprehensive GitHub Actions CI/CD workflows for linting, testing, building, and deploying. Includes caching …
patricio0312rev/skillset
1
27
graphql-schema-designer Designs GraphQL schemas with types, queries, mutations, subscriptions, resolvers, and DataLoader patterns for efficie…
patricio0312rev/skillset
1
28
guardrails-safety-filter-builder Implements content safety filters with PII redaction, policy constraints, prompt injection detection, and safe refusa…
patricio0312rev/skillset
1
29
hot-reload-optimizer Optimizes hot module replacement and fast refresh for development speed with Vite, Next.js, and webpack configuration…
patricio0312rev/skillset
1
30
i18n-frontend-implementer Adds internationalization (i18n) infrastructure with translation plumbing, scalable key strategy, formatters for date…
patricio0312rev/skillset
1
31
incident-runbook-generator Creates step-by-step incident response runbooks for common outages with actions, owners, rollback procedures, and com…
patricio0312rev/skillset
1
32
input-validation-sanitization-auditor Identifies and fixes XSS, SQL injection, and command injection vulnerabilities with validation schemas, sanitization …
patricio0312rev/skillset
1
33
insomnia-collection-generator Generates Insomnia collection export files from Express, Next.js, Fastify, or other API routes. Creates organized wor…
patricio0312rev/skillset
1
34
integration-test-builder Creates integration tests for API endpoints with database flows, including test harness setup, fixtures, setup/teardo…
patricio0312rev/skillset
1
35
jsdoc-typescript-docs Documents TypeScript code with JSDoc comments, generates API documentation, and creates type-safe documentation. Use …
patricio0312rev/skillset
1
36
kubernetes-manifest-generator Generates Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, Ingress, and HPA with best pract…
patricio0312rev/skillset
1
37
langchain-workflow-builder Builds LLM applications with LangChain including chains, agents, memory, tools, and RAG pipelines. Use when users req…
patricio0312rev/skillset
1
38
llm-debugger Diagnoses LLM output failures including hallucinations, constraint violations, format errors, and reasoning issues. P…
patricio0312rev/skillset
1
39
load-test-builder Creates load and performance tests with k6, Artillery, or autocannon to validate system behavior under stress. Use wh…
patricio0312rev/skillset
1
40
load-test-scenario-builder Creates comprehensive load test plans with realistic scenarios, traffic models, k6 scripts, and success criteria. Use…
patricio0312rev/skillset
1
41
mermaid-diagram-generator Creates Mermaid diagrams for flowcharts, sequence diagrams, ERDs, and architecture visualizations in markdown. Use wh…
patricio0312rev/skillset
1
42
migration-planner Builds phased data and system migrations using feature flags, dual writes, backfills, and validation. Includes rollba…
patricio0312rev/skillset
1
43
mocking-assistant Creates stable mocks for APIs, services, and UI components using MSW (Mock Service Worker), fixture conventions, and …
patricio0312rev/skillset
1
44
monorepo-ci-optimizer Optimizes CI pipelines for monorepos by detecting affected packages/apps and running only necessary builds and tests.…
patricio0312rev/skillset
1
45
monorepo-setup Sets up monorepo architecture with Turborepo, pnpm workspaces, shared packages, and optimized build pipelines. Use wh…
patricio0312rev/skillset
1
46
multi-tenant-safety-checker Ensures tenant isolation at query and policy level using Row Level Security, automated testing, and security audits. …
patricio0312rev/skillset
1
47
nginx-config-optimizer Optimizes Nginx configurations for performance, security, caching, and load balancing with modern best practices. Use…
patricio0312rev/skillset
1
48
oauth2-oidc-implementer Implements OAuth 2.0 and OpenID Connect authentication flows with secure token handling and provider integration. Use…
patricio0312rev/skillset
1
49
observability-setup Implements comprehensive observability with OpenTelemetry tracing, Prometheus metrics, and structured logging. Includ…
patricio0312rev/skillset
1
50
openapi-generator Generates OpenAPI 3.0/3.1 specifications from Express, Next.js, Fastify, Hono, or NestJS routes. Creates complete spe…
patricio0312rev/skillset
1
Page 2 · 153 total Previous Next