Agent Skills by Oriol
Showing 18 vetted skills indexed across 1 GitHub repositories.
data-validator-generator
Generates type-safe validation schemas for Python, TypeScript, JavaScript, and Go.
background-job-scheduler
Queue and schedule background tasks with Celery cron-style jobs.
orm-query-builder
Generate ORM queries with filtering, sorting, pagination, and eager loading.
task-decomposer
Breaks down complex projects into ordered subtasks with dependencies and execution plans.
navigation-routing-setup
Automate React Router v6 setup with protected routes and nested layouts.
persistent-memory
Store and load key decisions and preferences across AI sessions.
config-validator
Validate environment variables with type-safe schemas at application startup.
drag-drop-builder
Create React drag-and-drop components with dnd-kit for sortable lists and Kanban boards.
database-query-optimizer
Detect N+1 query patterns and suggest indexes from EXPLAIN ANALYZE output.
utils-builder
Generate pure, type-safe TypeScript utility modules with JSDoc documentation.
cache-strategy-builder
Implement Redis cache-aside patterns in Python with TTL and invalidation.
astro-react-integrator
Integrate React components into Astro projects with client hydration directives.
django-architecture-enforcer
Enforce three-layer Django/DRF architecture by detecting violations in views and services.
django-query-optimizer
Optimize Django ORM queries to eliminate N+1 problems and suggest indexes.
django-postgresql-performance
Analyze EXPLAIN ANALYZE output and generate optimal PostgreSQL indexes for Django.
django-testing-patterns
Generate Pytest unit tests for Django service methods with mocking.
django-drf-serializer-patterns
Generate Django REST Framework serializers with separate input and output classes.
django-openapi-contract-validator
Validate Django REST Framework APIs against their OpenAPI contracts.