All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,219 views
Prisma Seeding PatternA

> Seed databases idempotently with prisma/seed.ts, --seed flag, and environment branching

databasestypescriptgo
0
20
Prisma Soft DeleteA

> Implement soft deletes in Prisma with middleware or $extends query extensions and deletedAt pattern

businesstypescriptsql
0
20
Prisma TransactionsA

> Execute atomic operations with Prisma $transaction, interactive transactions, and nested writes

databasestypescriptsql
0
20
Prisma Type GenerationA

> Use generated Prisma types like XxxCreateInput, XxxWhereInput, $Enums, and validator utilities

toolstypescriptgo
0
20
Product AdvisorA

> Turn a client diagram + conversation into a Business Requirements Document and a resolved gap-list, then seed the harness pipeline. The pre-inception front door: gather requirements with AI, feed them in, and let the existing flow continue as it does today.

businessgoapi
0
20
Product RequirementsA

> Turn one picked work item into a durable PRD — user stories, testable acceptance criteria, and prioritization — through a guided interview. The product-management middle between `product-advisor` (BRD) and `harness-brainstorming` (spec). Authors requirements; never authors the spec.

businessgo
0
20
React 2026A

> Modern React patterns for 2025-2026 including React 19, Compiler, and AI-integrated UI

developmenttypescriptreact
0
20
React Client RenderingA

> Render React entirely in the browser for highly interactive single-page applications

developmentjavascripttypescript
0
20
React Compound PatternA

> Build multi-part components that share state implicitly via context

developmenttypescriptreact
0
20
React Concurrent UiA

> Build responsive UIs using React 18 concurrent features and transitions

developmenttypescriptreact
0
20
React Container PresentationalA

> Separate data-fetching containers from stateless presentational components

businesstypescriptreact
0
20
React Context PatternA

> Share state across the component tree without prop drilling using React Context

developmenttypescriptgo
0
20
React Dynamic ImportA

> Load modules on demand to reduce initial bundle size and improve startup performance

developmentjavascripttypescript
0
20
React Hoc PatternA

> Extend component behavior by wrapping in a higher-order component

developmenttypescriptreact
0
20
React Hooks PatternA

> Reuse stateful logic across components via custom hooks

developmenttypescriptgo
0
20
React Islands PatternA

> Hydrate only interactive UI islands, leaving static content as HTML

developmentreactnextjs
0
20
React Memoization PatternA

> Prevent expensive re-renders and recomputations with React memoization APIs

developmenttypescriptreact
0
20
React Progressive HydrationA

> Delay hydration of below-fold or non-critical components to improve TTI

developmenttypescriptreact
0
20
React Provider PatternA

> Make data available to any component in the tree without prop drilling

businesstypescriptreact
0
20
React Render Props PatternA

> Share stateful logic by passing a render function as a prop

developmenttypescriptreact
0
20
React Server ComponentsA

> Run components on the server to eliminate client JavaScript and enable direct data access

developmentjavascripttypescript
0
20
React Server RenderingA

> Pre-render React components on the server for improved SEO and initial load performance

developmenttypescriptreact
0
20
React State Management PatternA

> Choose the right state management approach for your React application scale

businesstypescriptgo
0
20
React Static ImportA

> Bundle all dependencies at build time for predictable loading performance

developmenttypescriptgo
0
20
React Suspense PatternA

> Declaratively handle async loading states with React Suspense boundaries

developmenttypescriptreact
0
20
Redux Entity AdapterA

> Normalize entity collections with createEntityAdapter for O(1) lookups and pre-built CRUD reducers

businesstypescriptapi
0
20
Redux Listener MiddlewareA

> React to dispatched actions and state changes with createListenerMiddleware for structured side effects

developmenttypescriptreact
0
20
Redux Persistence PatternA

> Persist and rehydrate Redux state across browser sessions with redux-persist or manual localStorage strategies

developmenttypescriptreact
0
20
Redux Rtk OptimisticA

> Apply optimistic and pessimistic cache updates with onQueryStarted for instant UI feedback with automatic rollback

businesstypescriptapi
0
20
Redux Rtk Query EndpointsA

> Define query and mutation endpoints with cache tag invalidation, response transformation, and auto-generated hooks

developmenttypescriptapi
0
20
Redux Rtk Query SetupA

> Configure RTK Query with createApi and fetchBaseQuery for automatic caching, deduplication, and loading state management

developmenttypescriptreact
0
20
Redux Selectors PatternA

> Derive and memoize computed state with createSelector to avoid redundant calculations and unnecessary re-renders

developmenttypescriptgo
0
20
Redux Slice PatternA

> Organize Redux state into self-contained slices using createSlice for co-located reducers, actions, and selectors

businesstypescriptrefactoring
0
20
Redux Store SetupA

> Configure the Redux store with configureStore, typed hooks, middleware, and Provider wiring

developmenttypescriptreact
0
20
Redux Testing PatternsA

> Test Redux slices, thunks, selectors, and connected components with focused, maintainable test strategies

testingtypescriptreact
0
20
Redux Thunk PatternA

> Handle async operations with createAsyncThunk for structured pending/fulfilled/rejected lifecycle management

businesstypescriptapi
0
20
Redux Typescript PatternsA

> Type Redux state, actions, thunks, and hooks with full inference and minimal manual annotation

developmenttypescriptapi
0
20
Resilience Bulkhead PatternA

> Isolate failures by partitioning resources so one failing component cannot exhaust capacity for others

businesstypescriptjava
0
20
Resilience Chaos TestingA

> Validate resilience by injecting controlled failures to verify that fallbacks, retries, and circuit breakers work under real conditions

devopstypescriptdocker
0
20
Resilience Circuit BreakerA

> Protect services from cascading failures by stopping requests to unhealthy dependencies until they recover

devopstypescriptnode
0
20
Resilience Dead LetterA

> Handle permanently failing messages with dead letter queues for safe inspection, alerting, and reprocessing

documentationtypescriptgo
0
20
Resilience Fallback PatternA

> Provide degraded but functional responses when primary operations fail, ensuring users always get a result

toolstypescriptgo
0
20
Resilience Health ChecksA

> Implement health check endpoints for service readiness, liveness, and dependency monitoring

devopstypescriptkubernetes
0
20
Resilience IdempotencyA

> Ensure safe retries by making operations produce the same result regardless of how many times they execute

businesstypescriptsql
0
20
Resilience Rate LimitingA

> Control request throughput with token bucket, sliding window, and fixed window algorithms to protect services from overload

devopstypescriptgo
0
20
Resilience Retry PatternA

> Handle transient failures with configurable retry strategies, exponential backoff, and jitter

code-qualitytypescriptaws
0
20
Resilience Timeout PatternA

> Prevent resource exhaustion and hung requests with timeouts, AbortController, and deadline propagation

businesstypescriptsql
0
20
Security Abac DesignA

> Evaluate access decisions using attributes of the subject, resource, action, and environment -- eliminating role explosion by expressing authorization as policy rules over contextual data

devopsrustgo
0
20
Security Asymmetric EncryptionA

> Public-key cryptography for key exchange, digital signatures, and identity verification > -- Ed25519 for signatures, X25519 for key exchange, RSA-2048+ only for legacy > compatibility

securityrustgo
0
20
Security Attack TreesA

> Model multi-step adversary strategies as goal-oriented tree decompositions -- revealing which attack paths are cheapest and which defenses yield the highest leverage

securityrustgo
0
20