All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,221 views
Trpc Nextjs IntegrationA

> Integrate tRPC with Next.js App Router using the fetch adapter, server-side callers, and React Server Components

developmenttypescriptreact
0
20
Trpc React Query IntegrationA

> End-to-end type-safe data fetching with `api.xxx.useQuery`, `useMutation`, and cache invalidation via TanStack Query

developmenttypescriptgo
0
20
Trpc Router CompositionA

> Organize type-safe RPC procedures into nested routers that merge into a single appRouter

developmenttypescriptnextjs
0
20
Trpc Subscription PatternA

> Stream real-time events to clients over WebSocket using tRPC subscriptions and observables

developmenttypescriptreact
0
20
Ts Async PatternsA

> Type async/await, Promise chains, and concurrent patterns correctly in TypeScript

toolstypescriptapi
0
20
Ts Branded TypesA

> Prevent mixing semantically distinct primitives using branded opaque types

developmenttypescriptrust
0
20
Ts Class PatternsA

> Use abstract classes, private fields, access modifiers, and implements vs extends correctly

developmentjavascripttypescript
0
20
Ts Conditional TypesA

> Use conditional types, infer, and distributive logic to derive types programmatically

businesstypescriptgo
0
20
Ts Config PatternsA

> Configure tsconfig with extends, project references, composite builds, and incremental compilation

developmentjavascripttypescript
0
20
Ts Declaration MergingA

> Extend existing types, modules, and namespaces via declaration merging and augmentation

developmentjavascripttypescript
0
20
Ts Decorator PatternsA

> Implement class, method, and property decorators with reflect-metadata in TypeScript

businesstypescriptangular
0
20
Ts Discriminated UnionsA

> Model mutually exclusive states with discriminated unions and exhaustive narrowing

toolstypescriptgo
0
20
Ts Error Handling TypesA

> Model and type errors explicitly using Result types, discriminated unions, and typed throws

developmentjavascripttypescript
0
20
Ts Generics PatternA

> Write reusable, type-safe functions and interfaces using TypeScript generics

toolstypescriptexpress
0
20
Ts Mapped TypesA

> Transform object types by iterating over their keys with mapped type syntax

toolstypescriptapi
0
20
Ts Module PatternsA

> Organize TypeScript code with ES modules, barrel exports, path aliases, and declaration files

developmentjavascripttypescript
0
20
Ts Performance PatternsA

> Reduce TypeScript compilation time and type complexity with targeted optimizations

developmenttypescriptgo
0
20
Ts Satisfies OperatorA

> Validate objects against a type without widening using the satisfies keyword

developmenttypescriptexpress
0
20
Ts Strict ModeA

> Enable and satisfy strict TypeScript checks including strictNullChecks and exactOptionalPropertyTypes

documentationtypescriptgo
0
20
Ts Template Literal TypesA

> Construct precise string types using template literal syntax and string manipulation types

toolstypescriptapi
0
20
Ts Testing TypesA

> Test TypeScript types at compile time using expect-type, tsd, and vitest type matchers

testingtypescripttesting
0
20
Ts Type GuardsA

> Narrow union types safely using type guards, assertion functions, and control flow

developmentjavascripttypescript
0
20
Ts Utility TypesA

> Apply built-in TypeScript utility types to transform and compose types without redundancy

toolstypescriptgo
0
20
Ts Zod IntegrationA

> Use Zod schemas as the single source of truth for runtime validation and TypeScript types

developmenttypescriptrust
0
20
Uat SignoffA

> Walk a human through user-acceptance testing for a shipped change, one acceptance item at a time, and record their decision. The terminal, human-authority stage of the change lifecycle under `docs/changes/<slug>/`: the spec, plan, code review, and outcome-eval all key on the same slug; this captures whether the shipped reality is accepted against the change's Success Criteria. The human is the authority — this skill never judges, it records.

businessgonode
0
20
Ux Active VoiceA

> Active voice in UI writing — active vs passive voice, when passive is acceptable, verb-first patterns for buttons and actions

code-qualitygogit
0
20
Ux Button Cta CopyA

> Button and CTA copy — verb-noun pattern, specificity over vagueness, context-sensitive labels, and writing buttons that tell users exactly what will happen

content-marketinggogit
0
20
Ux Confirmation DialogsA

> Confirmation dialogs — destructive action writing, consequence clarity, and specific button labels that make irreversibility unmistakable

designgogit
0
20
Ux Content HierarchyA

> Content hierarchy in UI — heading structure, progressive disclosure in text, inverted pyramid for interface writing

documentationgotesting
0
20
Ux Data Table CopyA

> Data table copy — column headers, empty cells, truncation patterns, filter and sort labels, bulk action copy

designgogit
0
20
Ux Destructive Action CopyA

> Destructive action copy — irreversibility warnings, undo availability, double-confirmation patterns, cooldown messaging

developmentrustgo
0
20
Ux Empty StatesA

> Empty states — first-use, user-cleared, and no-results patterns that motivate action, set expectations, and turn blank screens into onramps

documentationrustgo
0
20
Ux Error MessagesA

> Error messages — what went wrong, why it matters, how to fix it, the three-part error pattern for clear, actionable error communication

developmentrustgo
0
20
Ux Error SeverityA

> Error severity communication — calibrating error tone to severity, from field validation to system failure to data loss

developmenttypescriptrust
0
20
Ux Form LabelsA

> Form labels and helper text — label clarity, placeholder anti-patterns, required-field indication, and writing forms that users complete without confusion

designgotesting
0
20
Ux Inclusive LanguageA

> Inclusive language in UI — gender-neutral, ability-neutral, culture-aware writing, avoiding idioms that exclude

designjavascriptgo
0
20
Ux Internationalization WritingA

> Writing for internationalization — source strings that survive translation, concatenation traps, pluralization, date and number references

documentationgoreact
0
20
Ux Loading StatesA

> Loading state copy — progress transparency, expectation setting, and writing text that reduces perceived wait time and prevents users from abandoning

designrustgo
0
20
Ux Microcopy PrinciplesA

> Microcopy principles — clarity, brevity, human voice, active voice, and the core rules all UI text follows

content-marketinggonode
0
20
Ux Navigation LabelsA

> Navigation label writing — menu item naming, breadcrumb clarity, tab labels, and sidebar organization that users scan without reading

content-marketinggonode
0
20
Ux Notification CopyA

> Notification and alert copy — urgency calibration, actionability, toast vs banner vs modal selection, and writing messages that inform without overwhelming

developmentrustgo
0
20
Ux Onboarding CopyA

> Onboarding copy — progressive disclosure, value-first framing, reducing anxiety, and welcome flows that convert sign-ups into active users

businessrustgo
0
20
Ux Permission Access CopyA

> Permission and access copy — role-based messaging, upgrade prompts, gating copy, "you don't have access" patterns

content-marketingrustgo
0
20
Ux Plain LanguageA

> Plain language for UI — reading level targeting, jargon elimination, sentence structure for scanning

documentationgoexpress
0
20
Ux Search CopyA

> Search copy — placeholder text, zero-results messaging, autocomplete hints, search scope indicators, saved search patterns

designrustgo
0
20
Ux Settings PreferencesA

> Settings and preferences copy — toggle descriptions, preference explanations, consequence previews, settings organization

developmentrustgo
0
20
Ux Success FeedbackA

> Success feedback copy — confirmation messages, celebration calibration, and next-step prompts that close the action loop and guide users forward

businessgogit
0
20
Ux Tooltip Contextual HelpA

> Tooltip and contextual help writing — when to use tooltips, what to put in them, and progressive disclosure patterns that educate without interrupting

designgogit
0
20
Ux Voice ToneA

> Voice and tone in UI writing — defining voice (constant) vs tone (contextual), formality calibration, and emotional register

designrustgo
0
20
Ux Writing For ScanningA

> Writing for scanning — F-pattern, front-loading keywords, chunking, bullet vs prose decisions for UI text

developmentpythongo
0
20