Logo
Agent Skills Guide
patricio0312rev/skills logo

patricio0312rev/skills

Comprehensive library of +100 production-ready development skills covering every aspect of modern software engineering. From project setup to production deployment, from security hardening to performance optimization.

5 skills published6 starsGitHub

postman-collection-generator

@patricio0312rev/skills

6

Generates Postman collection JSON files from Express, Next.js, Fastify, Hono, or other API routes. Scans route definitions, extracts endpoints, methods, params, and creates importable collections. Use when users request "generate postman collection", "export to postman", "create postman file", or "postman import".

Software Development

env-secrets-manager

@patricio0312rev/skills

6

Manages environment variables and secrets securely with encryption, rotation, and provider integration. Use when users request "secrets management", "environment variables", "API keys", "credentials storage", or "secret rotation".

DevOps & Infrastructure

api-security-hardener

@patricio0312rev/skills

6

Hardens API security with rate limiting, input validation, authentication, and protection against common attacks. Use when users request "API security", "secure API", "rate limiting", "input validation", or "API protection".

Software Development

dark-mode-implementer

@patricio0312rev/skills

6

Implements complete dark/light mode theming systems using CSS variables, Tailwind dark mode, React context, and system preference detection. Use when users request "add dark mode", "theme toggle", "dark theme", "light mode switch", or "color scheme".

Software Development

dockerfile-optimizer

@patricio0312rev/skills

6

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".

DevOps & Infrastructure