All authors
Intense-Visions avatar

Claude Skills by Intense-Visions

github.com/Intense-Visions
2,869 skillsA× 2,850B× 190 installs1,165 views
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
Angular Routing GuardsA

> Protect and preload routes with functional CanActivateFn, CanDeactivateFn, ResolveFn, and CanMatchFn guards

developmenttypescriptangular
0
20
Angular Rxjs PatternsA

> Apply RxJS patterns correctly in Angular — switchMap for HTTP, takeUntilDestroyed for cleanup, async pipe for templates, and catchError for resilience

developmenttypescriptgo
0
20
Angular SchematicsA

> Use ng generate, configure angular.json defaults, and author custom schematics for consistent code generation across a team

toolstypescriptbash
0
20
Angular Service DiA

> Design Angular services with the right provider scope, injection tokens, and hierarchical injector strategy

developmenttypescriptangular
0
20
Angular Signals PatternA

> Manage reactive state with Angular Signals — signal(), computed(), effect(), and toSignal() — for fine-grained, zone-free reactivity

developmenttypescriptreact
0
20
Angular Standalone ComponentsA

> Build module-free Angular apps with standalone: true, bootstrapApplication, and lazy-loaded standalone routes

developmenttypescriptreact
0
20
Angular State ManagementA

> Manage application state with NgRx Store (Redux pattern) or NgRx SignalStore for signal-based state — choose the right tool for the complexity level

code-qualitytypescriptangular
0
20
Angular Testing PatternsA

> Test Angular components, services, directives, and pipes with TestBed, ComponentFixture, fakeAsync, and service mocks

developmenttypescriptgo
0
20
Api Api KeysA

> API KEY DESIGN IS A SECURITY CONTRACT — ENTROPY REQUIREMENTS PREVENT BRUTE FORCE, SCOPING LIMITS BLAST RADIUS, HASHED STORAGE PREVENTS DATABASE DUMPS FROM BECOMING CREDENTIAL LISTS, AND ROTATION STRATEGY DETERMINES HOW QUICKLY A COMPROMISED KEY CAN BE CONTAINED.

businesspythongo
0
20
Api Authentication PatternsA

> API AUTHENTICATION PATTERNS MAP CLIENT TYPE, TRUST LEVEL, AND TOKEN LIFETIME TO THE CORRECT CREDENTIAL SCHEME — CHOOSING THE WRONG MECHANISM (E.G., API KEYS FOR USER-DELEGATED ACCESS) INTRODUCES AUDIT GAPS, OVER-PRIVILEGED TOKENS, AND REVOCATION FAILURES THAT COMPROMISE EVERY API ENDPOINT DOWNSTREAM.

securityrustgo
0
20