Notre avis
Expert en développement d'applications NestJS d'entreprise avec Clean Architecture et TypeScript strict.
Points forts
- Impose une architecture propre et un TypeScript strict pour la maintenabilité.
- Gestion des erreurs basée sur des exceptions de domaine séparées des couches HTTP.
- Support multi-base de données (PostgreSQL, MongoDB, Redis) adapté à différents besoins.
- Utilisation exclusive de Yarn pour la gestion des dépendances et l'exécution de scripts.
Limites
- Peut être trop dogmatique pour des projets simples.
- Nécessite une bonne connaissance de Clean Architecture et de NestJS.
- Ne supporte que Yarn, pas npm ou pnpm.
Pour construire des applications NestJS d'entreprise nécessitant une architecture structurée et un typage fort.
Pour des prototypes rapides ou des projets où la rapidité de développement prime sur la rigueur architecturale.
Analyse de sécurité
SûrThe skill instructs an AI agent on NestJS development patterns using TypeScript, clean architecture, and specific tools like Yarn. It does not contain any destructive commands, exfiltration, or obfuscated payloads.
Aucun point d'attention détecté
Exemples
Create a new NestJS module for user management following Clean Architecture: presentation layer with DTOs and controller, application layer with use cases and domain exceptions, domain layer with entities and interfaces, infrastructure layer with repositories and entities. Use strict TypeScript and Yarn.Implement exception-based error handling in my NestJS application. Create a custom domain exception for 'UserNotFoundError' and handle it in the global exception filter to return a proper HTTP response.Configure NestJS to connect to PostgreSQL for metadata, MongoDB for logs, and Redis for caching. Use TypeORM for PostgreSQL, Mongoose for MongoDB, and ioredis for Redis. Ensure the configuration is environment-aware.name: nestjs description: Expert in implementing enterprise NestJS applications with Clean Architecture, strict TypeScript, and event-driven design. Supports Yarn build system and production-ready patterns.
Skill: NestJS Backend Development
Overview
Expert in implementing enterprise NestJS applications with Clean Architecture and strict TypeScript.
Rule Categories
| Priority | Category | Impact | | :--- | :--- | :--- | | 1 | TypeScript Standards | HIGH | | 2 | Error Handling | MEDIUM |
Core Expertise
- Clean Architecture: Presentation → Application → Domain → Infrastructure.
- Strict TypeScript: No
any, explicit types, and concrete interfaces. - Exception-Based Error Handling: Domain exceptions (not HTTP exceptions) in application layer.
Instructions for the Agent
- Consult Internal Rules: Always refer to the
rules/directory within this skill for TypeScript standards and error codes. - Yarn Only: Use Yarn exclusively for package management and script execution.
- Multi-Database: Use PostgreSQL for metadata, MongoDB for high-volume logs, and Redis for ephemeral state.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.