patricio0312rev/skillset

CLI tool to import production-ready development skills for Claude Code, Cursor, GitHub Copilot, and other AI coding assistants

6Stars on the repository
154Mods indexed here, across every type
8mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

patricio0312rev/skillset

Skill Claude CodeCodex

Produces comprehensive system architecture plans for features and products including component breakdown, data flow diagrams, system boundaries, API contracts, and scaling considerations. Use for "system design", "architecture planning", "feature design", or "technical specs".

not rated 6 8mo ago A 50 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex

Scores and prioritizes technical debt by impact, risk, and effort. Provides ranked backlog with ROI analysis and quarterly paydown recommendations. Use for "tech debt", "technical debt management", "code quality", or "refactoring priorities".

not rated 6 8mo ago A 55 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Generates CRUD REST API endpoints with request validation, TypeScript types, consistent response formats, error handling, and documentation. Includes route handlers, validation schemas (Zod/Joi), typed responses, and usage examples. Use when building "REST API", "CRUD endpoints", "API routes", or "backend endpoints".

not rated 6 8mo ago A 68 tokens copy · 100% MIT

api-docs-generator

28

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Generates API documentation using OpenAPI/Swagger specifications with interactive documentation, code examples, and SDK generation. Use when users request "API documentation", "OpenAPI spec", "Swagger docs", "document API endpoints", or "generate API reference".

not rated 6 8mo ago A 54 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex

Unifies API response patterns across endpoints including pagination format, error structure, status codes, response envelopes, and versioning strategy. Provides contract documentation, shared TypeScript types, middleware utilities, and migration plan. Use when standardizing "API contracts", "response formats", "API…

not rated 6 8mo ago A 67 tokens copy · 100% MIT

auth-module-builder

30

patricio0312rev/skillset

Skill Claude CodeCodex

Implements secure authentication patterns including login/registration, session management, JWT tokens, password hashing, cookie settings, and CSRF protection. Provides auth routes, middleware, security configurations, and threat model documentation. Use when building "authentication", "login system", "JWT auth", or…

not rated 6 8mo ago A 64 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex

Designs background job processing systems with queue integration (BullMQ/Celery), job definitions, retry policies, exponential backoff, idempotent execution, and monitoring hooks. Use when implementing "background jobs", "task queues", "async processing", or "job workers".

not rated 6 8mo ago A 61 tokens copy · 100% MIT

caching-strategist

32

patricio0312rev/skillset

Skill Claude CodeCodex

Defines caching strategies with cache keys, TTL values, invalidation triggers, consistency patterns, and correctness checklist. Provides code examples for Redis, CDN, and application-level caching. Use when implementing "caching", "performance optimization", "cache strategy", or "Redis caching".

not rated 6 8mo ago A 60 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex

Creates consistent error handling with custom error classes, HTTP status mapping, structured logging, safe client messages, and error taxonomy. Use when standardizing "error handling", "logging", "error responses", or "exception management".

not rated 6 8mo ago A 50 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Designs event-driven architectures with event sourcing, CQRS, pub/sub patterns, and domain events for decoupled systems. Use when users request "event sourcing", "CQRS", "domain events", "pub/sub", or "event-driven".

not rated 6 8mo ago A 55 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Designs GraphQL schemas with types, queries, mutations, subscriptions, resolvers, and DataLoader patterns for efficient data fetching. Use when users request "GraphQL API", "schema design", "GraphQL setup", "resolvers", or "Apollo Server".

not rated 6 8mo ago A 58 tokens copy · 100% MIT

queue-job-processor

36

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Implements background job processing with BullMQ/Redis including job queues, workers, scheduling, retries, and monitoring. Use when users request "background jobs", "queue processing", "async tasks", "BullMQ", or "job scheduler".

not rated 6 8mo ago A 53 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex

Implements rate limiting and abuse prevention with per-route policies, IP/user-based limits, sliding windows, safe error responses, and observability. Use when adding "rate limiting", "API protection", "abuse prevention", or "DDoS protection".

not rated 6 8mo ago A 60 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex

Implements role-based access control with permission matrix, route guards, policy functions, and UI permission hints. Provides middleware/guards, helper utilities, test suggestions, and permission checking patterns. Use when building "RBAC", "permissions", "access control", or "authorization".

not rated 6 8mo ago A 61 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Migrates REST APIs to GraphQL incrementally with schema stitching, REST datasources, and gradual endpoint migration. Use when users request "migrate to GraphQL", "REST to GraphQL", "GraphQL wrapper", or "API modernization".

not rated 6 8mo ago A 57 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex

Refactors route handlers into service layer with clean boundaries, dependency injection, testability, and separation of concerns. Provides service interfaces, folder structure, testing strategy, and migration plan. Use when refactoring "fat controllers", "business logic", "service layer", or "architecture cleanup".

not rated 6 8mo ago A 62 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex

Secures webhook receivers with signature verification, retry handling, deduplication, idempotency keys, and error responses. Provides verification code, dedupe storage strategy, runbook for incidents. Use when implementing "webhooks", "webhook security", "event receivers", or "third-party integrations".

not rated 6 8mo ago A 67 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Implements real-time features using WebSockets with Socket.io, rooms, authentication, and reconnection handling. Use when users request "real-time updates", "WebSocket", "Socket.io", "live chat", or "push notifications".

not rated 6 8mo ago A 53 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Produces build artifacts with Software Bill of Materials (SBOM) and supply chain metadata for security and compliance. Use for "artifact publishing", "SBOM generation", "supply chain security", or "build provenance".

not rated 6 8mo ago B 49 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex

Optimizes CI/CD pipeline speed by implementing effective caching for dependencies, Docker layers, build outputs, and test results. Provides before/after performance metrics and best practices. Use for "CI caching", "pipeline optimization", "build speed", or "cache strategy".

not rated 6 8mo ago A 59 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Creates comprehensive deployment checklists with pre-deployment checks, smoke tests, verification steps, and sign-off workflows. Use for "deployment checklist", "release verification", "deployment runbook", or "production readiness".

not rated 6 8mo ago A 47 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Optimizes Dockerfiles for smaller images, faster builds, better caching, and security hardening using multi-stage builds and best practices. Use when users request "optimize Dockerfile", "reduce Docker image size", "Docker best practices", or "containerize application".

not rated 6 8mo ago B 58 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Creates comprehensive GitHub Actions CI/CD workflows for linting, testing, building, and deploying. Includes caching strategies, matrix builds, artifact handling, and failure diagnostics. Use for "GitHub Actions", "CI pipeline", "workflow automation", or "continuous integration".

not rated 6 8mo ago A 60 tokens copy · 100% MIT

patricio0312rev/skillset

Skill Claude CodeCodex needs its repo

Generates Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, Ingress, and HPA with best practices. Use when users request "Kubernetes setup", "K8s manifests", "deploy to Kubernetes", "container orchestration", or "K8s configuration".

not rated 6 8mo ago A 63 tokens copy · 100% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: