Coding
Page 24 of 24
Browse skills in this category.
code-review
Codingby nokonoko1203
Perform a thorough code review of pull requests following established guidelines, focusing on code quality, best practices, and maintainability while providing constructive feedback. Use when reviewing PRs or code changes.
Typed routing, nested routes, and guards using auto_route.
Standards for predictable state management using flutter_bloc and freezed.
Standards for automated service locator setup using injectable and get_it.
Standards for organizing code by feature at the root level to improve scalability and maintainability.
Typed routes, route state, and redirection using go_router.
Standards for separation of concerns, layer dependency rules, and DDD in Flutter.
Idiomatic JavaScript patterns and conventions for maintainable code.
Modern JavaScript (ES2022+) patterns for clean, maintainable code.
nestjs-api-standards
CodingResponse wrapping, pagination, and error standardization.
nestjs-architecture
CodingModule organization, Dependency Injection patterns, and Project Structure.
nestjs-caching-redis
CodingMulti-level caching, Invalidation patterns, and Stampede protection.
nestjs-configuration
CodingEnvironment variables validation and ConfigModule setup.
Controller/Service separation and Custom Decorators.
nestjs-error-handling
CodingGlobal Exception Filters and standard error formats.
Best practices for multi-language handling, locale routing, and detection middleware.
nextjs-state-management
CodingBest practices for managing state (Server URL vs Client Hooks).
quality-check
Codingby nokonoko1203
Quality checks to run after every code change. Automatically triggered after code modifications to verify code quality and comment standards.
react-component-patterns
CodingModern React component architecture and composition patterns.
react-hooks
CodingBest practices for React Hooks usage and custom hook creation.
react-state-management
CodingStandards for managing local, global, and server state.
Modern TypeScript standards for type safety, performance, and maintainability.
create-pr
Codingby genlayerlabs
Create GitHub pull requests by analyzing branch diff and following the project template
code-simplification
Codingby sammcj
Use this skill when you need to review and refactor code to make it simpler, more maintainable, and easier to understand. Helps with identifying overly complex solutions, unnecessary abstractions.