backend-dev-guidelines

Standardize Node.js/Express/TypeScript backend architecture with layered routes, controllers, services, and repositories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/vosarsen/ai_admin_v2 --skill backend-dev-guidelines-vosarsen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-dev-guidelines
Source: https://github.com/vosarsen/ai_admin_v2/tree/main/.claude/skills/backend-dev-guidelines
Command: npx skills add https://github.com/vosarsen/ai_admin_v2 --skill backend-dev-guidelines-vosarsen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates inconsistent code quality, hard-to-maintain backend services, and common pitfalls in Node.js/Express/TypeScript development. It standardizes architecture, error handling, and testing, ensuring your backend is scalable and reliable.

Core Features & Use Cases

  • Layered Architecture: Enforces clear separation of concerns (Routes → Controllers → Services → Repositories) for maintainability and testability.
  • Automated Validation: Integrates Zod for type-safe input validation, preventing common data errors and improving API reliability.
  • Sentry Integration: Standardizes error tracking and performance monitoring, ensuring all issues are captured and debugged efficiently.
  • Use Case: When building a new REST API endpoint, this skill guides you through creating the route, controller, service, and repository layers, ensuring proper validation, error handling, and Sentry integration from the start, saving you time on debugging and refactoring.

Quick Start

Use the backend-dev-guidelines skill to create a new user registration endpoint following best practices for Node.js, Express, and Prisma.