All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,225 views
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
A11y Testing AutomationA

> Automate accessibility testing with axe-core, jest-axe, Playwright, and CI pipeline integration

testingtypescriptgo
0
20
Acceptance EvalA

> Pre-execution LLM-judgment: does this spec carry measurable, testable, complete acceptance criteria before work begins? Resolves the spec's acceptance section, critiques observability / testability / completeness (advisory `criteriaFindings`), flags user-visible behaviors with no covering test (advisory `coverageFindings`), and emits a confidence-rated `AcceptanceVerdict` (`MEASURABLE | NOT_MEASURABLE | INCONCLUSIVE`) with a rationale. Merge authority is derived in TypeScript, never trusted...

ai-agentstypescriptrust
0
20
Align Design SystemA

> Apply codemods for safe DRIFT-T001/T002/T003 token-bypass findings (replace hex / font-family / px-spacing literals with token references) and emit precise suggestions for DRIFT-T004 (deprecated tokens) and all DRIFT-P\* (primitive adoption). The FIX half of design-pipeline drift-remediation sub-project, paired with detect-design-drift.

researchrustgo
0
20
Angular Component PatternA

> Author Angular components with correct inputs/outputs, change detection strategy, and lifecycle hooks

developmenttypescriptgo
0
20
Angular Directive PatternA

> Create attribute and structural directives with @Directive to add behavior, handle host events, and conditionally render DOM without modifying component templates

developmenttypescriptgo
0
20
Angular Http InterceptorsA

> Intercept HTTP requests and responses with HttpInterceptorFn for auth headers, retry logic, loading state, and centralized error handling

developmenttypescriptgo
0
20
Angular Lazy LoadingA

> Reduce initial bundle size with loadComponent, loadChildren, preloading strategies, and deferrable views (@defer)

developmenttypescriptangular
0
20
Angular Performance PatternsA

> Optimize Angular rendering with OnPush change detection, trackBy, virtual scrolling, deferrable views, and signals for zoneless-ready apps

developmenttypescriptangular
0
20
Angular Pipe PatternA

> Create custom Angular pipes for pure data transformation and use built-in pipes correctly to keep templates declarative and performant

developmenttypescriptrust
0
20
Angular Reactive FormsA

> Build type-safe reactive forms with FormGroup, FormControl, Validators, and dynamic FormArrays

toolstypescriptreact
0
20