Skip to main content
在 Manus 中运行任何 Skill
一键导入
j4flmao
GitHub 创作者资料

j4flmao

按仓库查看 2 个 GitHub 仓库中的 571 个已收集 skills。

已收集 skills
571
仓库
2
更新
2026-07-25
仓库浏览

仓库与代表性 skills

当前展示该仓库 Top 8 / 549 个已收集 skills。
conventions
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
网络与计算机系统管理员

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
软件开发工程师

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
软件开发工程师

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
数据库架构师

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
软件质量保证分析师与测试员

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
当前展示该仓库 Top 8 / 22 个已收集 skills。
已展示 2 / 2 个仓库
已展示全部仓库
j4flmao Agent Skills | SkillsMP