patricio0312rev/skills▌
15 approved skills in this repository
framer-motion-animator
Productivity
Smooth animations and micro-interactions using Framer Motion's declarative API. \n \n Supports entrance/exit animations, hover states, gesture-driven interactions (drag, swipe), and scroll-triggered effects with useInView and useScroll \n Includes variants pattern for orchestrating staggered sequences, shared layout animations with LayoutGroup , and imperative control via useAnimate \n Provides page transitions for Next.js, parallax effects, and scroll progress tracking through motion values and
jsdoc-typescript-docs
Backend
Create comprehensive inline documentation for TypeScript codebases.
explaining-code
AI/ML
When explaining code, always include: \n \n Start with an analogy : Compare the code to something from everyday life \n Draw a diagram : Use ASCII art to show the flow, structure, or relationships \n Walk through the code : Explain step-by-step what happens \n Highlight a gotcha : What's a common mistake or misconception? \n \n Keep explanations conversational. For complex concepts, use multiple analogies.
bruno-collection-generator
Productivity
Generate Bruno collection files for the open-source, Git-friendly API client.
codebase-summarizer
Productivity
Generate comprehensive architecture documentation from repository analysis.
eslint-prettier-config
Productivity
ESLint and Prettier configuration for TypeScript, React, and modern JavaScript projects. \n \n Supports both ESLint v9 flat config and legacy .eslintrc format, with TypeScript, React, React Hooks, and import ordering rules built in \n Includes Prettier integration with conflict resolution, VS Code settings, and pre-commit validation via Husky and lint-staged \n Provides framework-specific configurations for Next.js and Node.js/API projects, plus examples of custom ESLint rules \n Covers full wor
postman-collection-generator
Productivity
Generate importable Postman collections from your API codebase automatically.
nginx-config-optimizer
Productivity
Create optimized Nginx configurations for high-performance web serving and reverse proxying.
redis-patterns
Productivity
Implement common Redis patterns for high-performance applications.
changelog-writer
Productivity
Generate professional changelogs and release notes from version control history.
api-docs-generator
Backend
Create comprehensive API documentation with OpenAPI specifications and interactive documentation.
websocket-realtime-builder
Frontend
Build real-time applications with WebSockets and Socket.io.
dockerfile-optimizer
Cloud
Build optimized, secure, and cache-efficient Docker images following production best practices.
animation-micro-interaction-pack
Video
Create polished, performant animations and micro-interactions.
i18n-frontend-implementer
Frontend
Implement internationalization with next-intl, react-i18next, or similar libraries.