Agent Skills by devmatrix-ai
Showing 15 vetted skills indexed across 1 GitHub repositories.
Global Error Handling
Implement centralized error handling with specific exception types and graceful fallbacks.
Global Tech Stack
Guide technology selection and enforce framework conventions for project tech stacks.
Backend Migrations
Generate reversible database migration scripts for schema changes.
Global Conventions
Enforce consistent project structure, documentation, and Git commit conventions.
Global Commenting
Guide comment placement and promote self-documenting code during reviews.
Global Validation
Implement client- and server-side input validation with sanitization and allowlists.
Frontend Accessibility
Review frontend components for WCAG standards, keyboard navigation, and ARIA labels.
Frontend Components
Design reusable React components with clear props and internal state.
Frontend CSS
Apply Tailwind CSS utility classes to components with consistent design tokens.
Global Coding Style
Enforce naming conventions, formatting standards, and DRY principles across codebases.
Backend API
Design RESTful API endpoints with HTTP methods and status codes.
Frontend Responsive
Implement mobile-first responsive designs with fluid layouts and relative units.
Testing Test Writing
Write strategic unit and integration tests for core user flows and critical business paths.
Backend Queries
Optimize database queries with indexing, eager loading, and parameterized statements.
Backend Models
Define backend models with data types, relationships, and validation rules.