con un clic
backend-dev-guidelines
// Backend service patterns for Node.js/Express/TypeScript (layering, validation, config, monitoring, testing). Keywords: backend, api, express, node, typescript, service patterns.
// Backend service patterns for Node.js/Express/TypeScript (layering, validation, config, monitoring, testing). Keywords: backend, api, express, node, typescript, service patterns.
Documentation conventions overview. Keywords: documentation, conventions, overview.
High-level repository architecture overview. Keywords: architecture, overview, structure.
Documentation conventions overview. Keywords: documentation, conventions, overview.
High-level repository architecture overview. Keywords: architecture, overview, structure.
How to author execution-ready plans. Keywords: plan, authoring, execution.
Guidelines for creating execution plans. Keywords: plan, guidelines, execution.
| name | backend-dev-guidelines |
| description | Backend service patterns for Node.js/Express/TypeScript (layering, validation, config, monitoring, testing). Keywords: backend, api, express, node, typescript, service patterns. |
This skill collects reusable backend patterns for services built with Node.js, Express, and TypeScript.
Use this skill when working on:
src/config/ centralized config loading/validationsrc/middleware/ includes auth + request context + error boundarysrc/routes/ delegates to controllerssrc/controllers/ follows a consistent error-handling patternprocess.env access in app code)| Need to… | Skill |
|---|---|
| Understand layered architecture | architecture-overview |
| Build routes + controllers | routing-and-controllers |
| Structure services + repositories | services-and-repositories |
| Validate inputs | validation-patterns |
| Add monitoring / error tracking | sentry-and-monitoring |
| Create middleware | middleware-guide |
| Database access patterns | database-patterns |
| Configuration patterns | configuration |
| Async + error patterns | async-and-errors |
| Testing strategy | testing-guide |
| End-to-end examples | complete-examples |