All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,262 views
Nestjs MicroservicesA

> Connect services with ClientsModule, @MessagePattern, @EventPattern, and TCP/Redis transport

toolstypescriptgo
0
20
Nestjs Middleware PatternA

> Apply NestMiddleware and functional middleware with consumer.forRoutes binding

devopstypescriptexpress
0
20
Nestjs Module PatternA

> Organize NestJS applications with cohesive feature modules, controlled exports, and composable dynamic configurations

devopstypescriptdatabase
0
20
Nestjs Pipes PatternA

> Validate and transform request data with PipeTransform, ValidationPipe, and custom pipes

toolstypescriptgo
0
20
Nestjs Service PatternA

> Encapsulate business logic in @Injectable services with repository pattern separation

businesstypescriptrefactoring
0
20
Nestjs Swagger IntegrationA

> Document APIs with @ApiProperty, @ApiOperation, @ApiTags, and DocumentBuilder

developmenttypescriptbash
0
20
Nestjs Testing PatternsA

> Test NestJS apps with Test.createTestingModule, jest mocks, supertest e2e, and overrideProvider

testingtypescripttesting
0
20
Next App RouterA

> Structure Next.js 13+ applications using the App Router's file-system conventions for layouts, nested routes, and route segments

developmenttypescriptreact
0
20
Next Auth PatternsA

> Implement authentication with session handling, middleware guards, and Auth.js integration

developmenttypescriptrust
0
20
Next Caching StrategiesA

> Control Next.js's four cache layers to balance freshness, performance, and cost

developmenttypescriptnextjs
0
20
Next Data FetchingA

> Fetch server-side data efficiently without waterfalls using async Server Components

developmenttypescriptreact
0
20
Next Deployment OptimizationA

> Reduce bundle size, split code strategically, and optimize runtime performance for production

developmentjavascripttypescript
0
20
Next Environment ConfigA

> Manage environment variables, runtime config, and server-only module boundaries safely

developmenttypescriptnextjs
0
20
Next Error BoundariesA

> Handle runtime errors and missing routes gracefully with error.tsx and not-found.tsx

developmenttypescriptreact
0
20
Next Image OptimizationA

> Serve optimized, correctly sized images automatically with next/image

developmenttypescriptgo
0
20
Next Metadata ApiA

> Define SEO metadata, Open Graph tags, and dynamic OG images with the Metadata API

developmenttypescriptnextjs
0
20
Next Middleware PatternA

> Run code at the edge before a request completes — redirect, rewrite, or modify responses

developmenttypescriptnextjs
0
20
Next Monorepo SetupA

> Configure Next.js inside a monorepo with shared packages and Turborepo task orchestration

developmentjavascripttypescript
0
20
Next Parallel Intercepting RoutesA

> Render multiple pages simultaneously in one layout and intercept routes for modal patterns

developmenttypescriptgo
0
20
Next Route HandlersA

> Create HTTP endpoints in the App Router using route.ts with typed method exports

ai-agentstypescriptnextjs
0
20
Next Server ActionsA

> Mutate server-side data directly from components using async functions — no API route required

developmentjavascripttypescript
0
20
Next Server ComponentsA

> Keep data fetching and heavy logic on the server; push interactivity to the client only where needed

developmentjavascripttypescript
0
20
Next Static GenerationA

> Pre-render pages at build time or on a schedule using SSG, generateStaticParams, and ISR

developmenttypescriptnextjs
0
20
Next Streaming SuspenseA

> Stream server-rendered HTML progressively using Suspense boundaries and loading.tsx

developmenttypescriptshell
0
20
Next Testing PatternsA

> Test App Router components, Server Actions, and Route Handlers with Jest, Vitest, and MSW

testingtypescriptgo
0
20
Node Buffer EncodingA

> Handle binary data, encodings, and conversions with Node.js Buffer and TextEncoder

businesstypescriptnode
0
20
Node Child ProcessA

> Spawn and manage child processes with exec, spawn, fork, and IPC communication

toolstypescriptshell
0
20
Node Crypto PatternsA

> Implement hashing, HMAC, signing, encryption, and key derivation with Node.js crypto

securitytypescriptgo
0
20
Node Environment ConfigA

> Manage environment configuration with process.env, dotenv, and validation for 12-factor apps

databasestypescriptbash
0
20
Node Error HandlingA

> Handle uncaught exceptions, promise rejections, and errors across async Node.js code

devopstypescriptnode
0
20
Node Esm PatternsA

> Write Node.js ES modules correctly using import.meta.url, package.json type, and CJS interop

developmentjavascripttypescript
0
20
Node Event EmitterA

> Use Node.js EventEmitter for typed pub-sub communication with memory leak prevention

developmenttypescriptnode
0
20
Node Express PatternsA

> Structure Express applications with middleware chains, routers, and proper error handling

developmenttypescriptnode
0
20
Node Fastify PatternsA

> Build performant APIs with Fastify using schema validation, plugins, decorators, and hooks

toolstypescriptnode
0
20
Node Http ServerA

> Build low-level HTTP servers with Node.js http module and middleware pattern

toolstypescriptgo
0
20
Node Path Fs PatternsA

> Perform file system operations correctly using fs.promises, path utilities, and file watching

businesstypescriptnode
0
20
Node Performance ProfilingA

> Profile Node.js applications using --prof, clinic.js, memory snapshots, and event loop lag

businesstypescriptbash
0
20
Node Streams PatternA

> Process large data efficiently using Node.js Readable, Writable, and Transform streams

toolstypescriptgo
0
20
Node Testing PatternsA

> Test Node.js APIs and modules using supertest, nock, and test containers

databasestypescriptsql
0
20
Node Worker ThreadsA

> Offload CPU-intensive work to worker threads using MessageChannel and shared buffers

developmentjavascripttypescript
0
20
Nuxt Auto ImportsA

> Use composables, components, and utilities in Nuxt without writing any import statements

developmenttypescriptreact
0
20
Nuxt Composables PatternA

> Fetch data and coordinate async state across server and client using Nuxt's built-in composables

developmenttypescriptgo
0
20
Nuxt Deployment ConfigA

> Target Node.js servers, edge runtimes, static hosting, or hybrid modes using Nitro presets and route rules

devopstypescriptnode
0
20
Nuxt Layouts PagesA

> Structure applications with file-based routing, named layouts, and per-page configuration via definePageMeta

developmenttypescriptvue
0
20
Nuxt Middleware PatternA

> Protect routes, redirect unauthenticated users, and transform navigation using Nuxt's layered middleware system

developmenttypescriptreact
0
20
Nuxt Modules PatternA

> Extend Nuxt at build time with defineNuxtModule — add components, imports, plugins, and server routes programmatically

developmenttypescriptgo
0
20
Nuxt Plugins PatternA

> Extend the Nuxt application instance, register global services, and provide values to composables using defineNuxtPlugin

developmenttypescriptreact
0
20
Nuxt Seo MetadataA

> Set page titles, Open Graph tags, canonical URLs, and structured data with useSeoMeta and useHead

developmentjavascripttypescript
0
20
Nuxt Server RoutesA

> Build fully-typed server API endpoints using Nitro's event-handler model and H3 utilities

toolstypescriptnode
0
20
Nuxt State ManagementA

> Share reactive state across components with SSR-safe useState and Pinia store hydration

developmenttypescriptgo
0
20