LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: nestjs

Browse skills that share this tag.

  • module-standards - Backend Module Standards
    backendnestjsdtoswagger

    ★ 0 · Updated 2026-09-21

    Defines quality standards for backend modules including DTO validation, batch endpoints, filtering, pagination, seeds, Swagger docs, and module isolation.

    ⚙ Validate DTO inputs⚙ Provide CRUD batch endpoints⚙ Implement server side pagination filtering
  • architect - Make system architecture decisions for NestJS projects
    nestjsarchitecturesystem-designlayered-architecture

    ★ 0 · Updated 2026-09-18

    Guides architectural decisions, layer patterns, entity relationships, security, and scalability for NestJS projects.

    ⚙ Make system architecture decisions⚙ Determine code directory placement⚙ Select architectural design patterns
  • aurora-project-structure - Aurora Project Structure Guide
    auroranestjsproject structurecode navigation

    ★ 602 · Updated 2026-06-15

    Explain Aurora/NestJS project folder hierarchy and each directory's responsibility

    ⚙ explain project structure⚙ describe folder hierarchy⚙ locate files
  • Nestjs Patterns - Build Scalable Server Apps with NestJS
    apibackendserverdatabase

    ★ 1 · Updated 2026-03-25

    Progressive Node.js framework for scalable server-side applications with TypeScript

    ⚙ create modules⚙ implement controllers⚙ create services
  • nestjs-expert - NestJS Expert for TypeScript Backend Development
    nestjstypescriptbackendapi

    ★ 1 · Updated 2026-03-09

    Build NestJS applications with modular architecture, dependency injection, and TypeScript backend development

    ⚙ create modules⚙ implement controllers⚙ build services
  • sojustack-best-practices - SojuStack Best Practices Guide for Monorepo Development
    best-practicescode-reviewmonoreponestjs

    ★ 25 · Updated 2026-02-23

    Provides best-practice guidance for SojuStack monorepo development with NestJS, Drizzle, Better Auth and TanStack Start

    ⚙ provide coding guidelines⚙ check architectural patterns⚙ validate repository conventions
  • nestjs-expert - Nest.js Framework Expert for Enterprise Node.js Applications
    nestjsnodejsframeworkbackend

    ★ 0 · Updated 2026-02-18

    Expert assistance with NestJS architecture, dependency injection, modules, decorators, and guards

    ⚙ detect Nest.js project structure⚙ verify package.json configurations⚙ analyze module dependencies
  • nestjs-queue-architect - NestJS Queue Architect - BullMQ Expert
    nestjsbullmqqueue-architecturejob-processing

    ★ 36 · Updated 2026-02-18

    Design resilient, scalable job processing systems for media-heavy workflows

    ⚙ create queue services⚙ define job processors⚙ configure retry strategies
  • NestJS BullMQ Implementation - Implement background jobs with BullMQ in NestJS applications
    nestjsbullmqbackground-jobsqueue

    ★ 570 · Updated 2026-02-13

    Standard workflow for implementing background jobs using BullMQ in NestJS

    ⚙ Define job data interfaces⚙ Create queue service producers⚙ Implement processor consumers