interceptors

Installation
SKILL.md

NestJS Interceptors

When to Use This Skill

Use this skill when:

  • Logging request/response data and execution time
  • Transforming response data before sending to client
  • Transforming exceptions before they reach exception filters
  • Caching responses for performance optimization
  • Adding timeout logic to requests
  • Binding extra logic before/after method execution
  • Stripping null values from responses
  • Wrapping responses in a standard format
  • Implementing aspect-oriented programming (AOP) patterns

What are Interceptors?

Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 29, 2026