By dabaibian
Automatically detect a webpage's design style and apply matching pure-CSS hover effects and micro-interaction feedback for navigation, cards, buttons, forms, and links — zero JavaScript, no SSR issues.
Automatically detect the design style of a webpage and apply matching pure-CSS hover effects. Zero JS, zero dependencies, no SSR issues. Covers navigation, cards, buttons, icons, tags, borders, shadows, and speech bubbles. Sourced from Hover.css (29.4k ★) and modernized.
Pure CSS functional feedback effects for form inputs, buttons, loading states and text links. Triggered by :focus, :active, and state changes — not hover. Auto-matches intensity to the existing design style. Zero JS, zero dependencies, no SSR issues. Sourced from cssfx (6.1k ★).
Pure CSS hover effects and micro-interaction patterns for Claude Code.
Zero JS · Zero dependencies · No SSR issues · Auto-matches your design style.
Two Claude Code skills that detect your existing design style and automatically apply matching CSS effects — no manual picking required.
| Skill | Trigger condition | Solves |
|---|---|---|
css-hover-effects | :hover | "This UI feels flat and unclickable" |
css-micro-fx | :focus / :active / state change | "Users don't know if their action worked" |
| css-skills | Motion (Framer) | GSAP | |
|---|---|---|---|
| Bundle size | 0 KB | 32 KB gzipped | 69 KB min |
| SSR / Next.js | No issues | Hydration conflicts | Needs config |
| Framework | Any | React only | Any |
| Learning curve | None | Medium | High |
| Use case | Hover + feedback | Complex animation | Timeline animation |
These skills don't replace GSAP or Motion — they handle the lightweight layer those libraries are overkill for.
claude install github.com/dabaibian/css-skills
100+ hover patterns across 7 categories, auto-matched to your design style.
| Your design style | Claude picks |
|---|---|
| Minimal (Notion / Linear / Vercel) | Float, Underline From Center, Border Fade |
| Bold (Stripe / agencies) | Sweep, Shutter In, Glow, Pop |
| Playful (consumer apps) | Pop, Wobble, Bubble, Jelly |
| Corporate (B2B / dashboards) | Background Fade, subtle Float |
| Dark Premium (Raycast / dev tools) | Glow, Shadow Radial, Float Shadow |
Functional feedback patterns for forms, buttons, loaders and links.
Input focus
Bars — bottom border slides in from center (universal)Highlight — soft background tint on focusGlow — glowing focus ring (dark/bold styles)Label Float — label animates above input on focusButton click / hover
Bubble — ripple from click pointJelly — elastic squish on activeShine — light sweep on hoverSlide — background slides in on hoverPress — depth press on clickPulse — persistent attention ring (CTA only)Loading states
Pillars — 5-bar wave (fits inside buttons)Overline — top-of-page progress barDots — three-dot pulse (chat / AI "thinking")Ring — classic circular spinnerCompletion
Strikethrough — line draws through completed task textText links
Underline Draw — line draws in on hoverUnderline Slide Out — reverse surprise underlineColor Shift — text color transitions to accentClaude automatically detects your style and applies effects. You just ask:
"Add hover effects to the nav links and feature cards"
→ Claude reads your CSS, detects MINIMAL style, applies
Underline From Center to nav + Float to cards
"The form inputs feel flat"
→ Claude applies fx-input-bars to all inputs, matches accent color
"Show a loading state on the submit button"
→ Claude adds fx-loader-pillars and wires it to the submit handler
All effects include prefers-reduced-motion support. Claude adds this block automatically:
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
}
}
Pattern library derived from:
Both modernized with CSS custom properties and updated syntax.
MIT © dabaibian
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dabaibian/css-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.