All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,219 views
Mobile Expo SetupA

> Set up and configure Expo projects with managed workflow, EAS Build, development builds, and config plugins

developmenttypescriptgo
0
20
Mobile Flatlist PatternsA

> Build performant scrollable lists with FlatList, SectionList, and FlashList for large data sets

developmentbashreact
0
20
Mobile Gesture HandlingA

> Implement touch gestures with React Native Gesture Handler for swipe, pan, pinch, and long press interactions

developmentjavascriptjava
0
20
Mobile Native ModulesA

> Bridge native platform APIs into React Native with Expo Modules API and Turbo Modules

developmentjavascripttypescript
0
20
Mobile Navigation PatternA

> Implement stack, tab, and drawer navigation in React Native with type-safe routing and deep linking

developmenttypescriptreact
0
20
Mobile Network PatternsA

> Handle network requests, offline support, caching, and connectivity monitoring in React Native

businesstypescriptgo
0
20
Mobile Performance PatternsA

> Optimize React Native app performance with profiling, memoization, lazy loading, and native thread management

developmentjavascripttypescript
0
20
Mobile Push NotificationsA

> Implement push notifications with Expo Notifications, Firebase Cloud Messaging, and Apple Push Notification Service

developmenttypescriptgo
0
20
Mobile Storage PatternsA

> Persist data on mobile with AsyncStorage, SecureStore, MMKV, and SQLite for different use cases

businesstypescriptgo
0
20
Mobile Testing PatternsA

> Test React Native apps with Jest, React Native Testing Library, and Detox for unit, integration, and E2E coverage

testingtypescriptbash
0
20
Naming CraftA

> LLM-judgment skill that critiques identifier names — variables, functions, types, and files — for clarity, concreteness, weight, and predictive power. First member of the craft-pipeline initiative. Uses a curated rubric catalog seeded from Martin / Beck / Karlton. Emits 3-axis findings (tier × impact × confidence per ADR 0019).

ai-agentspythonrust
0
20
Nestjs Config ModuleA

> Manage environment config with ConfigModule.forRoot, ConfigService, and Joi schema validation

testingtypescriptbash
0
20
Nestjs Controller PatternA

> Define HTTP route handlers with @Controller, method decorators, params, and versioning

businesstypescriptexpress
0
20
Nestjs Dependency InjectionA

> Master NestJS DI container with tokens, useClass/useValue/useFactory providers

businesstypescriptnode
0
20
Nestjs Dto ValidationA

> Validate request payloads with class-validator, class-transformer, and DTO patterns

toolstypescriptbash
0
20
Nestjs Event DrivenA

> Build event-driven systems with EventEmitter2, CQRS module, CommandBus, and QueryBus

toolstypescriptgo
0
20
Nestjs Exception FiltersA

> Handle errors globally with @Catch, ExceptionFilter, and custom exception hierarchies

toolstypescriptdatabase
0
20
Nestjs Graphql IntegrationA

> Build GraphQL APIs with GraphQLModule, @Resolver, @Query/@Mutation, @ObjectType, and DataLoader

developmenttypescriptbash
0
20
Nestjs Guards PatternA

> Protect routes with @UseGuards, CanActivate, JWT guards, and role-based access control

securitytypescriptapi
0
20
Nestjs Interceptors PatternA

> Transform responses and add cross-cutting behavior with NestInterceptor and CallHandler

businesstypescriptapi
0
20
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