$ recombobulate _
~/recombobulate $ tip --list --tag="vue"

// 6 tips tagged "vue"

170
Ask Claude to Write CSS Keyframe Animations

CSS animations are expressive but syntax-heavy. Describe the motion you want — fade, slide, bounce, shimmer — and Claude handles the keyframes, timing functions, and accessibility considerations.

recombobulate @recombobulate · 1 month ago
49
Generate Inertia.js Page Components with Claude

Tell Claude about your backend route and data shape, and get a fully wired Inertia page component back in seconds.

recombobulate @recombobulate · 1 month ago
119
Use Claude to Set Up Your Vite Build Configuration

Describe your stack and build requirements and let Claude write a proper vite.config.ts — path aliases, dev proxies, chunk splitting, source maps, and tree-shaking all configured correctly.

recombobulate @recombobulate · 1 month ago
136
Extract Pinia Stores from Bloated Vue Components

Paste a Vue component packed with inline data-fetching logic and ask Claude to extract it into a typed Pinia store — it handles the refactor, updates the component, and writes the Vitest tests.

recombobulate @recombobulate · 1 month ago
199
Ask Claude to Design a Feature Flag System for Your App

Describe your stack and requirements and let Claude scaffold a complete feature flag system — database-backed toggles, per-user overrides, a Blade directive, and a Vue composable — without reaching for a paid service.

recombobulate @recombobulate · 1 month ago
131
Migrate Vue Options API Components to Composition API with Claude

Paste your Options API component and ask Claude to rewrite it with script setup syntax — it handles emits, watchers, lifecycle hooks, and composable extraction automatically.

recombobulate @recombobulate · 1 month ago