Agent Skills by mouayadakel
Showing 46 vetted skills indexed across 1 GitHub repositories.
visual-regression-tester
Capture and compare UI screenshots against baselines using Playwright.
component-generator
Generate React component files with types, hooks, and tests.
code-splitting-optimizer
Analyze component size and dependency graphs to suggest dynamic import strategies.
caching-strategy-generator
Generate caching and invalidation strategies for client, server, and distributed systems.
bundle-analyzer
Analyze JavaScript bundle sizes and suggest optimization strategies.
code-style-enforcer
Enforce code style and quality standards using ESLint, Prettier, and TypeScript configurations.
component-composition-analyzer
Analyze large front-end components and suggest refactoring strategies.
api-route-scaffolder
Scaffold RESTful CRUD API routes with Zod validation and authentication in Next.js App Router.
async-await-error-handler
Validate API responses and handle async errors with try/catch.
duplicate-code-detector
Detect duplicate code segments and suggest refactoring into parameterized functions.
mutation-testing-generator
Configure Stryker mutation testing and generate mutation score reports.
configuration-manager
Validate environment variables with Zod for typed application configuration.
feature-flag-manager
Manage feature flags for controlled activation and deactivation without code deployments.
image-optimizer
Convert image assets to Next.js Image components with optimized formats and sizes.
integration-test-scaffolder
Scaffold integration tests for API routes and database operations.
error-boundary-generator
Generate and implement error boundaries for Next.js App Router routes and components.
load-test-generator
Generate k6 load testing scripts for API endpoints with test stages and thresholds.
database-query-optimizer
Detect N+1 query patterns and suggest Prisma indexes and pagination fixes.
react-hook-optimizer
Identify and fix React hook anti-patterns like missing dependencies and unnecessary re-renders.
naming-convention-enforcer
Enforce naming conventions for files, components, variables, constants, hooks, and handlers.
render-performance-monitor
Detect and analyze React component re-renders exceeding 16ms with optimization suggestions.
database-migration-manager
Manage database schema evolution with Prisma migrations and changelog generation.
e2e-test-generator
Generate Playwright end-to-end tests for multi-step user flows.
contract-testing-generator
Generate contract tests for API consumers and providers using Pact.