Nestjs workers transports ops
Skill xirothedev/skills/skills/nestjs-workers-transports-ops
NestJS API best-practice skill and adapter pack for coding agents.
npx -y skills add xirothedev/skills --skill nestjs-workers-transports-opsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use for NestJS production worker and integration tasks involving microservice transports, hybrid apps, queues, scheduled jobs, cache stores, health checks, structured logging, lifecycle events, shutdown hooks, WebSocket gateways, or non-HTTP Nest runtimes.
SKILL.md
2.5 KB, as published. Nobody here has run it
NestJS Workers Transports Ops
Use this skill when NestJS runs work outside a plain HTTP controller: message handlers, queue processors, scheduled jobs, gateways, cache-backed flows, or health/observability surfaces.
When to Apply
Use this skill when:
- Adding or reviewing
@MessagePattern, Kafka/RabbitMQ/NATS/gRPC transports, or hybrid apps - Implementing Bull/BullMQ queue producers, processors, retries, or idempotency
- Adding
@Cron, intervals, scheduler registry jobs, or distributed scheduled tasks - Configuring cache-manager stores, Redis, or cache invalidation
- Adding health checks, JSON logging, lifecycle hooks, or graceful shutdown
- Debugging why guards/pipes/interceptors differ between HTTP and microservice contexts
Load On Demand
Start with this file. Load detailed files only when the task needs them:
references/_sections.md
references/transport-microservice-errors.md
references/transport-hybrid-config.md
references/ops-queue-idempotency.md
references/ops-scheduler-locks.md
references/ops-cache-store.md
references/ops-health-logging.md
dataset/ops/queue-idempotency/correct.ts
sources/inventory.json
Each rule file includes:
- Why the pattern matters
- Incorrect and correct examples
- Dataset path with larger TypeScript examples
- Official source references
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Transports & Integration Patterns | CRITICAL | transport- |
| 2 | Operations & Worker Runtime | CRITICAL | ops- |
| 3 | Performance & Runtime State | HIGH | perf- |
Source Policy
Prefer official NestJS docs for microservices, queues, scheduling, caching, health checks, logging, and lifecycle semantics. Broker-specific reliability settings must be verified against the chosen broker and queue library docs.