Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
j4flmao
Profil créateur GitHub

j4flmao

Vue par dépôt de 571 skills collectés dans 2 dépôts GitHub.

skills collectés
571
dépôts
2
mis à jour
2026-07-25
explorateur de dépôts

Dépôts et skills représentatifs

Affichage des 8 principaux skills collectés sur 549 dans ce dépôt.
conventions
Développeurs de logiciels

Defines the rule base every skill in this pack obeys: file layout, frontmatter, vocabulary, OOP/typing/decoupling axioms, and anti-patterns. Load FIRST before authoring or applying any other skill in this pack.

2026-05-03
architecting-nestjs-modules
Développeurs de logiciels

Designs NestJS feature modules with clean dependency boundaries, provider scopes, and dynamic modules. Use when adding a new feature module, splitting a monolithic AppModule, or fixing tangled imports between modules.

2026-05-03
building-nestjs-controllers
Développeurs de logiciels

Builds thin NestJS controllers that parse input, invoke a single use case, and map the Result to ApiResponse<T>. Use when adding HTTP endpoints, refactoring fat controllers, or applying API versioning.

2026-05-03
deploying-nestjs-production
Administrateurs de réseaux et de systèmes informatiques

Prepares a NestJS service for production: graceful shutdown, health/readiness, structured logs, config, Dockerfile, CI gates, and rollout safety. Use when promoting a service to staging/production or auditing readiness.

2026-05-03
designing-nestjs-services
Développeurs de logiciels

Designs NestJS application services as use-case classes that orchestrate domain logic and ports without leaking the framework. Use when creating new use cases, refactoring services that mix HTTP/DB/domain, or moving from anemic services to OOP.

2026-05-03
handling-nestjs-exceptions
Développeurs de logiciels

Maps internal AppError hierarchy to HTTP responses through a single global exception filter and a Result-to-HttpException helper. Use when adding new error types, fixing inconsistent error responses, or removing scattered try/catch in controllers.

2026-05-03
persisting-data-with-typeorm
Architectes de bases de données

Implements the Repository pattern with TypeORM in NestJS so domain entities stay framework-free, ORM models live in infrastructure, and transactions are explicit. Use when adding persistence, refactoring leaky ORM usage, or handling transactions across aggregates.

2026-05-03
testing-nestjs-applications
Analystes en assurance qualité des logiciels et testeurs

Tests NestJS applications at unit, integration, and e2e levels using Test.createTestingModule and Supertest with hand-rolled fakes. Use when writing tests for use cases, controllers, or full HTTP flows.

2026-05-03
Affichage des 8 principaux skills collectés sur 22 dans ce dépôt.
2 dépôts affichés sur 2
Tous les dépôts sont affichés
j4flmao Agent Skills | SkillsMP