Coding
Page 24 of 24
Browse skills in this category.
creating-skills
CodingUse when you need to create a new custom skill for a profile - guides through gathering requirements, creating directory structure, writing SKILL.md, and optionally adding bundled scripts
code-review
Codingby cartridge-gg
Review code changes for quality, correctness, and best practices. Use when asked to review a PR, review changes, or assess code quality before merge.
create-pr
Codingby cartridge-gg
Create a pull request from the current branch. Use when changes are ready for review, when asked to submit work, or when explicitly asked to create a PR.
update-pr
Codingby cartridge-gg
Update an existing pull request with new changes or respond to review feedback. Use when addressing PR comments, making requested changes, or updating a PR after review.
validate-before-merge
Codingby cartridge-gg
Run full validation to ensure code is ready for merge. Use before merging PRs, when asked to validate readiness, or as a final check before requesting review.
ask-gemini
Codingby bfly123
Send structured prompt to Gemini and parse JSON response. Use for direct Gemini communication.
homework-questions
CodingGet or add questions to homeworks via API using curl
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
feature-developer
Codingby vm0-ai
Complete end-to-end feature development workflow from requirements analysis to PR merge
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.