All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,182 views
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
Nuxt Testing PatternsA

> Test Nuxt components, composables, and pages using @nuxt/test-utils with full Nuxt context including auto-imports

testingtypescriptvue
0
20
Otel Context PropagationA

> Propagate trace context across service boundaries using W3C TraceContext headers and baggage

businesstypescriptgo
0
20
Otel Custom InstrumentationA

> Add custom spans, attributes, and events to business-critical code paths beyond auto-instrumentation

businesstypescriptgo
0
20
Otel Error TrackingA

> Track and correlate errors across services with span exceptions, status codes, and error events

businesstypescriptgo
0
20
Otel Exporter ConfigA

> Configure OTLP exporters to send traces, metrics, and logs to observability backends and collectors

devopstypescriptgo
0
20
Otel Logging PatternA

> Correlate structured logs with distributed traces using OpenTelemetry context for unified observability

toolstypescriptapi
0
20
Otel Metrics PatternA

> Record application metrics with OpenTelemetry counters, histograms, and gauges for monitoring and alerting

devopstypescriptgo
0
20
Otel Nestjs IntegrationA

> Integrate OpenTelemetry with NestJS using interceptors, decorators, and module-based configuration

businesstypescriptgo
0
20
Otel Nextjs IntegrationA

> Add OpenTelemetry tracing to Next.js with the instrumentation hook for Server Components, API routes, and middleware

developmenttypescriptnextjs
0
20
Otel Performance InsightsA

> Identify performance bottlenecks using trace analysis, histogram metrics, and span timing patterns

devopstypescriptgo
0
20
Otel Sampling StrategiesA

> Control trace volume and costs with head sampling, tail sampling, and priority-based strategies

developmenttypescriptbash
0
20
Otel Sdk SetupA

> Initialize the OpenTelemetry Node.js SDK with resource attributes, exporters, and auto-instrumentation

devopstypescriptgo
0
20
Otel Tracing PatternA

> Instrument distributed traces with OpenTelemetry spans to visualize request flow across services

databasestypescriptgo
0
20
Outcome EvalA

> Post-execution LLM-judgment: did the implementation actually satisfy its spec? Reads the spec's acceptance section, the change diff, and test output, and emits a confidence-rated `OutcomeVerdict` (`SATISFIED | NOT_SATISFIED | INCONCLUSIVE`) with a rationale and unmet criteria. Ship authority is derived in TypeScript, never trusted from the LLM: a high-confidence `NOT_SATISFIED` blocks ship; every other verdict is advisory. The harness's first blocking post-execution spec-satisfaction gate (...

ai-agentstypescriptrust
0
20
Owasp Auth PatternsA

> Implement authentication that resists credential stuffing, session hijacking, and token theft

securitytypescriptgo
0
20
Owasp CryptographyA

> Apply cryptographic best practices for password hashing, data encryption, digital signing, and key management

securitytypescriptgo
0
20
Owasp Csrf ProtectionA

> Prevent cross-site request forgery by validating request origin and requiring unpredictable tokens for state-changing operations

securitytypescriptgo
0
20
Owasp Dependency SecurityA

> Manage third-party dependency risks with auditing, lockfiles, automated scanning, and supply chain hardening

securityjavascriptrust
0
20
Owasp File Upload SecurityB

> Secure file upload endpoints against malicious files, path traversal, resource exhaustion, and code execution

toolsjavascripttypescript
0
20
Owasp Idor PreventionA

> Enforce object-level authorization so users can only access resources they own or are permitted to access

securitytypescriptrust
0
20
Owasp Injection PreventionA

> Eliminate SQL, NoSQL, and command injection by never concatenating untrusted input into queries or commands

databasestypescriptrust
0
20
Owasp Logging MonitoringA

> Implement security logging and monitoring to detect attacks, support incident response, and maintain audit trails

securitytypescriptgo
0
20
Owasp Rate LimitingA

> Protect APIs with rate limiting, throttling, and abuse prevention to mitigate brute force, scraping, and denial of service

toolstypescriptrust
0
20
Owasp Secrets ManagementA

> Keep credentials out of code, logs, and version control by using environment variables, secrets managers, and strict access controls

devopstypescriptgo
0
20
Owasp Security HeadersA

> Configure HTTP security headers to protect against XSS, clickjacking, MIME sniffing, and information leakage

securitytypescriptrust
0
20
Owasp Xss PreventionA

> Block script injection by encoding output, sanitizing HTML, and enforcing Content Security Policy

developmentjavascripttypescript
0
20
Perf Browser CacheA

> Master HTTP browser caching — Cache-Control directives, ETag and Last-Modified validation, immutable assets with content-hashed filenames, stale-while-revalidate patterns, and cache partitioning in modern browsers for optimal repeat-visit performance.

developmentgoapi
0
20