OneWave-AI

132 mods across 3 repositories, 288 stars between them.

gsap-web

121

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

GSAP in a React or Next.js app without the leaks -- timelines over stacked tweens, useGSAP and context for cleanup, ScrollTrigger set up so it survives route changes and layout shifts. Use when building GSAP animations in a component-based app.

2 21d ago A 56 tokens original MIT

handoff

122

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

Make a vibe-coded app survivable by someone else -- an honest README, the decisions written down, the shortcuts listed, and a setup path a new developer can follow without you. Use before handing an app to a client, a contractor, a teammate, or your own future self.

2 21d ago A 60 tokens original MIT

make-it-real

123

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

Turn the demo into a product -- replace hardcoded arrays with a real database, stubbed sign-in with real auth, and the fake form with one that actually delivers. Use when an app looks finished but nothing it shows is true.

2 21d ago A 51 tokens original MIT

micro-interactions

124

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

The small motion that makes an app feel built rather than generated -- hover, press, focus, toggles, loading, and state changes done as a consistent system in plain CSS. Use when UI feels static or lifeless, or when hover effects are scattered and inconsistent.

2 21d ago A 58 tokens original MIT

motion-perf

125

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

Find and fix animation jank -- the layout thrash, paint storms, and layer explosions that make motion stutter on real devices even when it is smooth on your laptop. Use when animations feel choppy, scroll stutters, or before shipping any animation-heavy page.

2 21d ago A 58 tokens original MIT

motion-system

126

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

Define the app's motion language before animating anything -- a small set of durations, easings, and named moves that every animation draws from, so the app feels designed instead of decorated. Use before writing the first animation in a project, or when existing motion feels scattered.

2 21d ago A 58 tokens original MIT

new-app

127

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

Scaffold a new app from one sentence -- Next.js + TypeScript + Tailwind with a real design-token theme applied from the first commit, opinionated structure, and honest slots for auth and data. Use when starting any new project, prototype, or client build.

2 21d ago A 57 tokens original MIT

polish-pass

128

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

The de-AI pass -- audit a vibe-coded app for template smell in design and copy, then fix it with editorial layout, purposeful motion, and human-sounding words. Use after any build session, before anyone else sees it.

2 21d ago A 51 tokens original MIT

scroll-story

129

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

Build scroll-driven sections that feel authored rather than twitchy -- pinned scenes, scrubbed timelines, reveals, and parallax with the timing and cleanup that make them work on a phone. Use for landing pages, product tours, and any section where scrolling advances a narrative.

2 21d ago A 57 tokens original MIT

ship-it

130

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

Pre-flight and deploy -- catch the classic day-one embarrassments (exposed keys, missing env vars, broken build, open endpoints), then ship to Vercel with domains and analytics wired. Use when the app is ready for other humans.

2 21d ago A 53 tokens original MIT

site-builder

131

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

Build a marketing website that converts and ranks -- page inventory, copy before layout, one honest conversion path, real SEO and OG metadata, forms that actually deliver. Use for landing pages, company sites, product sites, and portfolios, as opposed to apps with accounts and data.

2 21d ago A 58 tokens original MIT

unstick

132

OneWave-AI/open-agent-stack

Skill Claude CodeCodex

The app broke and you did not write the code -- find the actual cause instead of guessing at fixes, and stop the loop where every attempted fix adds a new bug. Use when something worked yesterday, the build fails, the deploy is white, or the same error keeps coming back.

2 21d ago A 60 tokens original MIT