All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,203 views
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
Validate Context EngineeringA

> Validate AGENTS.md quality and evolve it as the codebase changes. Good context engineering means AI agents always have accurate, current knowledge about the project.

documentationgonode
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
Vue Watchers PatternA

> React to data changes with watch and watchEffect for side effects and async operations

businesstypescriptreact
0
20
Xstate Actor PatternA

> Spawn and manage child actors for independent, concurrent state machines that communicate via message passing

developmenttypescriptnode
0
20
Xstate Guards ActionsA

> Control transition eligibility with guards and execute side effects with entry, exit, and transition actions

code-qualitytypescripttesting
0
20
Xstate History StatesA

> Remember and restore previous state configurations with shallow and deep history pseudo-states

toolstypescriptgo
0
20
Xstate Invoke PatternA

> Invoke promises, callbacks, observables, and child machines as services tied to state node lifecycles

toolstypescriptnode
0
20
Xstate Machine DefinitionA

> Define statecharts with createMachine for explicit states, transitions, context, and events

toolstypescriptgo
0
20
Xstate Parallel StatesA

> Model concurrent, independent state regions that are active simultaneously within a single machine

testingtypescriptgo
0
20
Xstate React IntegrationA

> Connect XState machines to React components with useMachine, useActor, and useSelector hooks

developmenttypescriptreact
0
20
Xstate Testing PatternsA

> Test XState machines with direct state transition assertions and model-based testing for path coverage

testingtypescriptgo
0
20
Xstate TypegenA

> Generate full type safety for XState machines with typegen (v4) and the setup pattern (v5)

toolstypescriptgo
0
20
Xstate VisualizationA

> Visualize and inspect XState machines at design time and runtime with Stately Studio, Inspector, and VS Code extension

developmenttypescriptgo
0
20
Zod Array ValidationA

> Validate arrays, tuples, records, maps, and sets with Zod's collection primitives

developmentjavascripttypescript
0
20
Zod Async ValidationA

> Run async Zod validation with parseAsync, safeParseAsync, async refinements, and external checks

toolstypescriptgo
0
20
Zod Error HandlingA

> Handle Zod validation failures with safeParse, ZodError, error.format, error.flatten, and custom error maps

devopstypescriptgo
0
20
Zod Infer TypesA

> Derive TypeScript types from Zod schemas with z.infer, input vs output types, and ZodTypeAny

toolstypescriptgo
0
20
Zod Nextjs IntegrationA

> Validate Next.js server actions, API routes, and form data with Zod schemas

developmenttypescriptreact
0
20
Zod Object PatternsA

> Shape and compose Zod objects with pick, omit, partial, required, extend, merge, strict, and passthrough

toolstypescriptgo
0
20
Zod Schema DefinitionA

> Define runtime-validated TypeScript schemas with z.object, primitives, enums, literals, and schema composition

toolstypescriptrust
0
20
Zod String ValidationA

> Validate and transform strings with Zod's min, max, email, url, regex, trim, and custom error messages

toolstypescriptapi
0
20
Zod Transform RefineA

> Transform and validate data with Zod's transform, refine, superRefine, and preprocess APIs

businesstypescriptapi
0
20
Zod Union DiscriminatedA

> Model variant types with z.union, z.discriminatedUnion, z.intersection, and type narrowing

developmenttypescriptgo
0
20
A11y Aria PatternsA

> Apply ARIA roles, states, and properties correctly to enhance assistive technology support for custom widgets

designgotesting
0
20
A11y Color ContrastA

> Ensure sufficient color contrast ratios and never use color as the sole means of conveying information

designgo
0
20
A11y Form PatternsA

> Build accessible forms with proper labeling, grouped controls, inline validation, and clear error communication

developmentjavascriptjava
0
20
A11y Image Text AltA

> Write effective alt text for images and provide text alternatives for all non-text content

businessgo
0
20
A11y Keyboard NavigationA

> Ensure all interactive elements are reachable and operable via keyboard alone without requiring a mouse

developmentjavascripttypescript
0
20
A11y Modal PatternsA

> Build accessible modal dialogs with focus trapping, escape dismissal, background inertness, and screen reader announcements

businesstypescriptapi
0
20
A11y Motion AnimationA

> Implement animations that respect user motion preferences, avoid seizure triggers, and provide pause controls

designjavascripttypescript
0
20
A11y Screen Reader TestingA

> Test web applications with screen readers to verify accessible navigation, announcements, and interaction patterns

toolsgoaws
0
20
A11y Semantic HtmlA

> Use semantic HTML elements to convey document structure, meaning, and navigation landmarks to assistive technology

developmentjavascriptgo
0
20