Loading...
Loading...
Found 48002 skills
Doyajin174
Enforces WCAG 2.2 accessibility standards in frontend development, ensuring semantic HTML, ARIA, keyboard navigation, and color contrast compliance.
Doyajin174
Automates Git workflows with conventional commit standards, branch management, and pre-release verification for streamlined code collaboration.
Doyajin174
Enforces line count limits (200 recommended, 300 max) on code implementation files to promote modularization and maintain code quality during reviews and creation.
Doyajin174
Provides a comprehensive testing strategy combining TDD, real implementation (no mocking), and E2E testing for feature development and test infrastructure setup.
mcj-coder
Enforces co-location of code, tests, docs, and assets at the narrowest meaningful scope to prevent unnecessary abstraction and improve maintainability.
Doyajin174
Enforces consistent error handling patterns in asynchronous code, API integrations, and user interfaces to ensure robust application behavior.
mcj-coder
Automates repository setup or migration to standardized codebase structures, ensuring a clean foundation for development work.
mcj-coder
Guides architectural decisions on component ownership to minimize coupling and align with reuse and deployment boundaries.
Doyajin174
Enforces Core Web Vitals optimization for user-facing features, addressing LCP, FID/INP, and CLS metrics to improve page performance.
Doyajin174
Enforces TypeScript strict mode and type safety, covering strict flags, no-any rules, and type inference best practices for project setup and code reviews.
Doyajin174
Creates and checks virtual environments for Python and Node.js projects to ensure dependency isolation and consistent development setups.
Doyajin174
Streamlines code review processes for pull requests, enabling efficient collaboration in reviewing, requesting, and responding to code feedback.
Doyajin174
Provides JSON-based structured logging implementation for improved debugging, observability, and log aggregation in applications.
Doyajin174
Enforces the use of constants, environment variables, and configuration files to eliminate hardcoded values in code, improving maintainability and reducing magic numbers/strings.
Doyajin174
Organizes project folders following industry best practices for Next.js, Bulletproof React, and FSD patterns.
Doyajin174
Guides creation of Model Context Protocol (MCP) servers for integrating external services and connecting Claude to APIs.
Doyajin174
Creates and manages Architecture Decision Records (ADRs) to document significant technical choices, aiding onboarding and future development decisions.
Doyajin174
Automates file backups, diff tracking, and enforces modular code structure under 200 lines for safe, reversible code changes.
5t111111
Step-by-step guide for essential Git operations including commit, branch, and merge for version control management.
ikatechis
Generates pytest tests with parametrization, shared fixtures, and minimal mocking for unit testing and coverage, following 1-1 file mapping.
AwolDes
Creates and manages Git worktrees for parallel development on isolated branches without switching directories.
enisbudancamanak
Provides actionable code review feedback focusing on bugs, security, performance, maintainability, and best practices for improved code quality.
Doyajin174
Executes implementation plans by dispatching independent subagents for each task with mandatory code review between steps to ensure quality.
Doyajin174
Manages database schema versioning and migrations using Prisma and Drizzle, ensuring safe and traceable changes to database structures.