nestjs skills

118 tagged nestjs, measured the same way as everything else here.

Browse within: ReAct 63best-practices 60coding-standards 60flutter 60nextjs 60agentic-development 22agentic-skills 22devin-ai 22nodejs 14ethereum 13safe 13typescript 9prisma 7agent-harness 6

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Enforce "No Exploit, No Report" policy with PoC construction standards, false-positive filtering, and evidence collection per vulnerability class across backend, frontend, and mobile. Use when validating security findings, constructing exploit proofs, filtering false positives, or writing pentest findings.

548 2d ago A 61 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Pre-write audit for skill violations: checks planned code against loaded skill anti-patterns before any file write. Use when writing Flutter/Dart/TS code or editing SKILL.md files with active project skills. Load as composite; on auto-fixed violation, also load +common/common-learning-log.

548 2d ago A 63 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Analyze conversation corrections to detect skill gaps and prepare targeted skill-library maintenance tasks. Use after any session with user corrections, rework, or retrospective requests. After finding correction loops, also load +common/common-learning-log to persist mistake entries to AGENTSLEARNING.md.

548 2d ago A 59 tokens original MIT

cgw-api-dtos

04

safe-global/safe-client-gateway

Skill Claude CodeCodex

Use when adding or changing an endpoint, a controller handler, a request or response DTO, a Zod schema, Swagger/OpenAPI annotations, or pagination in safe-client-gateway. Covers the ValidationPipe(ZodSchema)-on-every-input rule, the DTO pairing (Zod schema plus an @ApiProperty class declared implements z.infer), the…

50 yesterday A 250 tokens

cgw-commits-and-prs

05

safe-global/safe-client-gateway

Skill Claude CodeCodex

Use when writing a commit message, a PR title, or a PR body in safe-client-gateway, or when deciding whether a change is too large for one PR. Covers the Conventional Commits shape this repo uses, the nine allowed types and when each applies, module-name scopes, the fact that main is squash-merged so the PR title…

50 yesterday A 140 tokens

cgw-config

06

safe-global/safe-client-gateway

Skill Claude CodeCodex

Use when adding or changing an environment variable, a feature flag, or any configuration read in safe-client-gateway. Covers the rule that every env var is declared in configuration.ts AND validated in RootConfigurationSchema with no fallback default for a secret, reading config via IConfigurationService.getOrThrow…

50 yesterday A 162 tokens

SpillwaveSolutions/agent_rulez

Skill Claude CodeCodex

Master enterprise-grade TypeScript development with type-safe patterns, modern tooling, and framework integration. This skill provides comprehensive guidance for TypeScript 5.9+, covering type system fundamentals (generics, mapped types, conditional types, satisfies operator), enterprise patterns (error handling…

47 5mo ago A 133 tokens

SpillwaveSolutions/mastering-typescript-skill

Skill Claude CodeCodex

Master enterprise-grade TypeScript development with type-safe patterns, modern tooling, and framework integration. This skill provides comprehensive guidance for TypeScript 5.9+, covering type system fundamentals (generics, mapped types, conditional types, satisfies operator), enterprise patterns (error handling…

30 8mo ago A 133 tokens

coverage-report

09

petarzarkov/dunx

Skill Claude CodeCodex

Regenerate the coverage report and badges, or diagnose a wrong percentage, a 404ing badge, or a package showing 0%. Use after adding a package, when coverage numbers look implausible, or when the GitHub Pages coverage site is stale or broken.

21 2d ago A 57 tokens original MIT

docs-pass

10

petarzarkov/dunx

Skill Claude CodeCodex

Revise one documentation file so it states facts instead of performing insight, and get it under the budgets in scripts/no-slop.test.ts. Use when writing a new guide or README, when a reader reports the docs read like AI output, or when bun test scripts/no-slop.test.ts fails.

21 2d ago A 65 tokens original MIT

whats-next

11

petarzarkov/dunx

Skill Claude CodeCodex

Write or refresh HANDOFF.md - a compact resume point holding completed objectives, live file paths, approaches already tried and rejected, and the exact next steps, placed against the roadmap in docs/ROADMAP.md. Use before /compact or /clear, at the end of a task block, when the context window crosses 50%, or when…

21 2d ago A 92 tokens original MIT

swarm

13

andrew-hernandez-paragon/code-graph-context

Skill Claude CodeCodex

Coordinate multiple parallel subagents using stigmergic pheromone trails and/or explicit task queues in the code graph. Use when you need to parallelize work across multiple files or modules, run a swarm of agents, coordinate agents without direct messaging, or manage complex multi-step workflows. Triggers on "swarm"…

17 3mo ago A 95 tokens original MIT

ui-ux-pro-max

14

Rayenbabdallah/GetMCP

Skill Claude CodeCodex

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks.

10 3mo ago B 34 tokens copy · 89% Apache-2.0

JoaoEquer/Oficina

Skill Claude CodeCodex

Turn scope documents (data model/UML, functional proposal, execution plan) into structured ClickUp tasks — modules as parent tasks, subtasks with "how to" descriptions, dependencies and CSV import. Use whenever you need to create tasks, break scope into activities, organize a backlog, plan a sprint or structure an…

2 1mo ago A 77 tokens original MIT

nestjs-crud-pattern

16

JoaoEquer/Oficina

Skill Claude CodeCodex

House pattern for building complete CRUD domains in NestJS with Prisma — controller/service/repository with dependency inversion, validated DTOs and multi-tenant isolation. Use whenever creating a new module, entity, CRUD route or domain in a NestJS backend, even if the request is just "create the X route" or "add the…

2 1mo ago A 73 tokens original MIT

JoaoEquer/Oficina

Skill Claude CodeCodex

Data modeling conventions for Prisma + PostgreSQL in multi-tenant systems — workspace isolation, numeric criticality, idempotent recurrence, document versioning by lineage and decoupled audit via a queue in Postgres itself. Use whenever creating or changing schema.prisma, designing new entities, planning migrations or…

2 1mo ago A 76 tokens original MIT

api-secure-report

18

joaovicdev/claude-owasp-10

Skill Claude CodeCodex

Full security inventory of every HTTP route in a backend project — each route marked clean or carrying findings, with the exploitation path and the mitigation, written in the user's language (pt-BR by default). Use when the user runs /api-secure-report, or asks for a security report, audit or inventory of the…

2 7d ago A 71 tokens original MIT

secure-coding

19

joaovicdev/claude-owasp-10

Skill Claude CodeCodex

Language-agnostic OWASP Top 10:2025 rules for writing and reviewing backend/API code, plus per-stack idiom files for NestJS, Laravel and Spring Boot. Use before writing or modifying any route handler, controller, guard/policy, query, auth flow, app config, or dependency — in any language. Also use when the user asks…

2 7d ago A 90 tokens original MIT

beyondnetcode/evolith_arch32

Skill Claude CodeCodex

Run Evolith architecture validation and report a coverage-honest verdict. Use when asked to validate architecture, check ADR compliance, run architecture or governance rules, check an SDLC phase gate, or answer "does this repo pass architecture review". Also before merging, releasing or promoting a phase. Reports…

0 6d ago A 76 tokens original MIT