asmyshlyaev177

15 mods across 2 repositories, 904 stars between them.

menu-interactions

02

asmyshlyaev177/react-horizontal-scrolling-menu

Skill Claude CodeCodex

Wire mouse, wheel and touch input for react-horizontal-scrolling-menu: onWheel/onScroll are plain (api, event) => void callbacks, while ALL mouse/touch props (onMouseDown, onMouseUp, onMouseMove, onMouseLeave, onTouchStart, onTouchMove, onTouchEnd) are handler factories (api) => (event) => void. Covers mouse…

788 yesterday A 147 tokens original MIT

menu-migration

03

asmyshlyaev177/react-horizontal-scrolling-menu

Skill Claude CodeCodex

Detect and upgrade pre-v8 react-horizontal-scrolling-menu patterns that agents trained on older data still generate: destructured visibleElements/isFirstItemVisible/isLastItemVisible/initComplete (removed v6), Separator items, separatorClassName and getPrevItem/getNextItem (removed v7), the Arrows prop (removed v3)…

788 yesterday A 160 tokens original MIT

menu-recipes

04

asmyshlyaev177/react-horizontal-scrolling-menu

Skill Claude CodeCodex

Recipes composed on the react-horizontal-scrolling-menu public API — NOT props: autoplay (setInterval + scrollNext gated on menuVisible), infinite loop/carousel (clone head/tail + scrollLeft teleport at seams), center on click (scrollToItem 'center'), save/restore scroll position (onUpdate, onInit, scrollContainer)…

788 yesterday A 145 tokens original MIT

menu-scrolling

05

asmyshlyaev177/react-horizontal-scrolling-menu

Skill Claude CodeCodex

Imperative scrolling for react-horizontal-scrolling-menu: scrollToItem(getItemById(id), behavior, inline, block), scrollNext/scrollPrev, apiRef for controlling the menu from outside (fire methods, never read data), getItemElementById/getItemElementByIndex for just-added items, and page-at-a-time navigation with…

788 yesterday A 120 tokens original MIT

menu-setup

06

asmyshlyaev177/react-horizontal-scrolling-menu

Skill Claude CodeCodex

Build a working react-horizontal-scrolling-menu: install, the mandatory 'react-horizontal-scrolling-menu/dist/styles.css' import, ScrollMenu with a unique itemId per child, arrow components via VisibilityContext with useLeftArrowVisible/useRightArrowVisible, Header/Footer slots, and CSS customization (fixed item…

788 yesterday A 115 tokens original MIT

menu-testing-ssr

07

asmyshlyaev177/react-horizontal-scrolling-menu

Skill Claude CodeCodex

Server rendering and testing for react-horizontal-scrolling-menu: the library is client-only ('use client' required in React Server Components, else "createContext is not a function"), SSR first paint is controlled by the useIsVisible defaultValue argument (canonical ('first', true) / ('last', false))…

788 yesterday A 144 tokens original MIT

asmyshlyaev177/react-horizontal-scrolling-menu

Skill Claude CodeCodex

Animate react-horizontal-scrolling-menu scrolling and build right-to-left menus: noPolyfill defaults to true since v8, so transitionDuration (default 500), a custom-easing-function transitionBehavior, and per-call ScrollOptions { duration, boundary } on scrollToItem/scrollNext/scrollPrev are silently ignored unless…

788 yesterday A 137 tokens original MIT

menu-visibility

09

asmyshlyaev177/react-horizontal-scrolling-menu

Skill Claude CodeCodex

Track which react-horizontal-scrolling-menu items are on screen: useIsVisible(itemId | 'first' | 'last', defaultValue), useLeftArrowVisible/useRightArrowVisible, the options prop (ratio, rootMargin, threshold), items.getVisible()/subscribe/unsubscribe, and the async IntersectionObserver truth model (items must be seen…

788 yesterday A 112 tokens original MIT

documentation

10

asmyshlyaev177/test-proxy-recorder

Skill Claude CodeCodex

Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.

116 4d ago A 59 tokens copy · 100% MIT

asmyshlyaev177/test-proxy-recorder

Instructions file CodexOpenCode

Instructions for asmyshlyaev177/test-proxy-recorder, covering agents — structure cheatsheet, layout, commands (run from repo root), site audits (docs site) and the accessibility gate.

116 4d ago C 3,214 tokens original MIT

nextjs-ssr

13

asmyshlyaev177/test-proxy-recorder

Skill Claude CodeCodex

Tag server-side fetches with the x-test-rcrd-id session header so SSR is recorded under the correct Playwright test session. Lead with registerProxyFetch (patch global fetch in the root layout, any runtime) and registerProxyAxios (per-axios-instance interceptor); createHeadersWithRecordingId is the patch-free per-call…

116 4d ago A 166 tokens original MIT

proxy-setup

14

asmyshlyaev177/test-proxy-recorder

Skill Claude CodeCodex

Set up test-proxy-recorder for any Playwright project. Covers the proxy CLI (test-proxy-recorder --port --dir), package.json scripts for the three-service architecture (UI app → proxy → backend API), playwright.config.ts webServer block pointing to /control, per-test fixtures using playwrightProxy.before(page…

116 4d ago A 201 tokens original MIT

tanstack-start

15

asmyshlyaev177/test-proxy-recorder

Skill Claude CodeCodex

Record and replay TanStack Start SSR with test-proxy-recorder. Tag server-side fetches (route loaders, server functions, server routes) with the x-test-rcrd-id session header so parallel replay stays correct. Lead with registerProxyFetch (patch global fetch once at the top of src/router.tsx)…

116 4d ago A 194 tokens original MIT