debug
01Command Claude Code
Debug the following issue in this NestJS project: $ARGUMENTS.
Command Claude Code
Debug the following issue in this NestJS project: $ARGUMENTS.
Command Claude Code
Explain how the following works in this NestJS codebase: $ARGUMENTS.
Command Claude Code
Add a new API endpoint to an existing controller: $ARGUMENTS.
Command Claude Code
Generate a complete NestJS feature module for: $ARGUMENTS.
Command Claude Code
Add a new Prisma model to this codebase: $ARGUMENTS.
Command Claude Code
Generate unit tests for: $ARGUMENTS.
Command Claude Code
Review the following code or file for quality, correctness, and adherence to this project's conventions: $ARGUMENTS.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing post-edit.sh via bash. From hmake98/nestjs-starter.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse) and 15 allowed tools.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, covering nestjs starter — github copilot instructions, stack, directory layout, module wiring rules and guard order & auth decorators.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter: // src/app/config/redis.config.ts import { registerAs } from '@nestjs/config'.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, covering dto conventions, response dtos and request / input dtos.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, covering interface conventions, request interfaces (src/common/request/interfaces/), response interfaces (src/common/response/interfaces/) and rules.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter: @Module({ imports: [DatabaseModule], controllers: [PostPublicController, PostAdminController], providers: [PostService], exports: [PostService], }) export class PostModule {}.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file GitHub Copilot
Instructions for hmake98/nestjs-starter, a project described as: Production-ready NestJS boilerplate — JWT auth, Prisma, Redis, BullMQ, Swagger, i18n, and full AI developer workflows (Claude Code + GitHub Copilot) with spec-driven feature scaffolding.
Instructions file
Instructions for hmake98/nestjs-starter, covering claude.md, stack, commands, directory structure and module wiring.