Skip to main content

express-backend

Use when writing or structuring backend code on an Express app (Node + Express, `app.use`, `express.Router`, `req/res/next`, error-handling middleware) — wiring routers, ordering middlewares, keeping controllers thin over a business/service layer and repositories, and setting up a pino logger with request-id and request/response logging. Triggers on Express project layout, middleware chains, async route handlers, central error handler, and diagnostic logging. NOT for NestJS (modules/providers/DI → use the NestJS sibling skill), NOT for the layering/dependency rule (→ clean-architecture) or domain modeling (→ tactical-DDD), and NOT for the response body's shape/safety (→ api-responses). You wire the framework; those decide structure, domain, and payload.

Aller à l'installation

Informations de source

Dépôt
Caioohv/ai-workflow
Dernière activité de la source
3 août 2026 à 00:25
Langue détectée de SKILL.md
anglais
Étoiles
5
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.