All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,167 views
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
Vue Async ComponentsA

> Load Vue components lazily to reduce initial bundle size using defineAsyncComponent

developmentjavascripttypescript
0
20
Vue Component EventsA

> Communicate from child to parent components using emits and defineEmits

businesstypescriptvue
0
20
Vue Composables PatternA

> Extract and reuse stateful logic across components using Vue composables

developmenttypescriptreact
0
20
Vue Directive PatternA

> Create custom Vue directives for low-level DOM manipulation and reusable DOM behavior

developmenttypescriptreact
0
20
Vue Pinia PatternA

> Manage shared application state with Pinia stores in the Options or Setup style

developmenttypescriptreact
0
20
Vue Provide InjectA

> Share data across a component tree without prop-drilling using provide/inject

developmenttypescriptreact
0
20
Vue Reactive RefsA

> Create and manage reactive primitive values and objects using ref and reactive

developmentjavascripttypescript
0
20
Vue Renderless ComponentsA

> Extract behavior into components that render nothing, delegating all rendering to the consumer via slots

developmentgoreact
0
20
Vue Slots PatternA

> Use named, scoped, and dynamic slots to build flexible, composable component APIs

developmenttypescriptgo
0
20
Vue Teleport PatternA

> Render a component's HTML at a different location in the DOM using Vue's Teleport

devopsvuenode
0
20