api-design
01Cursor rule
REST API design standards, endpoint naming, HTTP methods, response structures, and status codes.
A modular collection of AI prompts, personas, JSON skills, and strict coding guidelines (TDD, SDD, SOLID) to quickly set up context for new software projects.
Cursor rule
REST API design standards, endpoint naming, HTTP methods, response structures, and status codes.
Cursor rule
Backend application architecture, dependency injection, transaction handling, logging, and caching.
Cursor rule
Systematic code review process. Activate when performing a code review, PR review, or quality check.
Cursor rule
Database design, schemas, naming conventions, indexes, query optimization, and zero-downtime migrations.
Cursor rule
Frontend architecture, component design, styling, state management, accessibility (a11y), and performance optimization.
Cursor rule
Universal coding rules that apply to every interaction.
Cursor rule
Planning the implementation of an approved specification. Activate when breaking down a spec into actionable tasks, dependencies, and milestones.
Cursor rule
Enforces Spec-Driven Development workflow. Activate when adding features, creating endpoints, or modifying architecture.
Cursor rule
Test-Driven Development workflow for implementing features. Activate when writing code — guides through the red-green-refactor cycle.