
Next.js frontend development conventions. Use when working on Next.js/React projects with App Router.
CI/CD pipeline best practices for GitHub Actions and GitLab CI. Use when setting up or modifying CI/CD pipelines.
NestJS backend development conventions. Use when working on NestJS/Node.js TypeScript backend projects.
Laravel PHP backend development conventions. Use when working on Laravel/PHP projects.
Activate Debugger mode for systematic bug fixing. Use when debugging errors, investigating issues, or fixing bugs.
Activate Code Reviewer mode for code review and quality assurance. Use when reviewing code for bugs, security issues, or optimization opportunities.
Go (Golang) backend development conventions. Use when working on Go projects.
Angular (v17+) frontend development conventions. Use when working on Angular projects.
Docker containerization best practices. Use when creating Dockerfiles or docker-compose configurations.
Vue 3 / Nuxt 3 frontend development conventions. Use when working on Vue or Nuxt projects.
Core coding standards, SOLID principles, Clean Code, and naming conventions. Use this skill for any coding task to ensure consistency.
Activate Architect mode for system design and architecture decisions. Use when planning features, designing systems, or making architectural choices.
Default Implementer mode for writing production code. Use for general coding tasks following project conventions.