Showpiece UI for AI coding agents. Describe a wow effect - a laptop opening on scroll, a 3D tilt card, animated beams, a spinning globe - and your agent fetches the real component live from the best React + Tailwind libraries (Aceternity, Magic UI, Cult UI, ReactBits, 21st.dev) and adapts it to your brand tokens. 1 skill · 18 showpiece effects · 12 plain fallbacks · 5 source libraries.
A stylized motion-graphics demo of the workflow, not an actual recorded run. A real captured session will replace it in a later release.
# clone, then drop the skill into your project (or ~/.claude for global)
git clone https://github.com/AnayDhawan/components
mkdir -p <your-project>/.claude/skills/components
cp -r components/SKILL.md components/components.json components/references \
<your-project>/.claude/skills/components/Then just ask your agent: "add a macbook-scroll hero" or "put an interactive globe in the contact section." It matches the effect, runs the library's registry command live, installs the deps, and adapts the result to your tokens.
Anthropic's frontend-design skill makes an agent design well. It does not hand you a scroll-driven 3D MacBook or a WebGL globe - that motion is slow and bug-prone to hand-write, and copy-pasting from a docs site goes stale and skips attribution.
components is a sourcing skill. It answers one question - "which proven showpiece fits, and how do I make it on-brand?" - by pulling the real, maintained component live at build time, then handing final polish to a quality skill (impeccable / frontend-design). It curates pointers, not stale copies, so the code is always current and the upstream license travels with it.
SKILL.md (decision flow + rules) · components.json (the registry of pointers) · references/live-fetch.md (registry-CLI / WebFetch / Playwright methods) · references/adaptation.md (brand tokens, dark mode, responsive, prefers-reduced-motion).
| Effect | Library | Command | License |
|---|---|---|---|
| MacBook lid opens on scroll | aceternity | npx shadcn@latest add @aceternity/macbook-scroll |
free¹ |
| 3D tilt card (cursor depth) | aceternity | npx shadcn@latest add @aceternity/3d-card |
free¹ |
| Cursor / hero spotlight glow | aceternity | npx shadcn@latest add @aceternity/spotlight |
free¹ |
| Animated SVG background beams | aceternity | npx shadcn@latest add @aceternity/background-beams |
free¹ |
| Conic lamp glow heading | aceternity | npx shadcn@latest add @aceternity/lamp |
free¹ |
| Flowing wavy background | aceternity | npx shadcn@latest add @aceternity/wavy-background |
free¹ |
| Infinite looping cards | aceternity | npx shadcn@latest add @aceternity/infinite-moving-cards |
free¹ |
| Staggered text reveal | aceternity | npx shadcn@latest add @aceternity/text-generate-effect |
free¹ |
| Grid hover spotlight | aceternity | npx shadcn@latest add @aceternity/card-hover-effect |
free¹ |
| Beam between nodes | magicui | npx shadcn@latest add @magicui/animated-beam |
MIT |
| Logo / ticker marquee | magicui | npx shadcn@latest add @magicui/marquee |
MIT |
| Asymmetric bento grid | magicui | npx shadcn@latest add @magicui/bento-grid |
MIT |
| Interactive WebGL globe | magicui | npx shadcn@latest add @magicui/globe |
MIT |
| Meteor-shower background | magicui | npx shadcn@latest add @magicui/meteors |
MIT |
| Shimmer CTA button | magicui | npx shadcn@latest add @magicui/shimmer-button |
MIT |
| macOS magnify dock | magicui | npx shadcn@latest add @magicui/dock |
MIT |
| Shiny sweeping text | magicui | npx shadcn@latest add @magicui/animated-shiny-text |
MIT |
| Interactive particle field | magicui | npx shadcn@latest add @magicui/particles |
MIT |
¹ Aceternity is free for personal and commercial use - see Sources & licenses. Cult UI / ReactBits / 21st.dev are wired as sources and curated on demand (see the issues).
button · navbar · hero · pricing-table · feature-grid · form · modal · tabs · data-table · dashboard-stat-cards · toast · empty-state - standard shadcn/ui, Tremor for data.
- Never raw-paste. Always adapt colors to brand tokens, wrap motion in
prefers-reduced-motion, check mobile. - Galleries are visual-reference only. Dribbble / godly.website / Awwwards contain no code and are never fetched from.
- One showpiece per viewport. Showpieces are seasoning, not the meal.
components is a Claude Code skill (markdown + a JSON registry - no executable code of its own). Copy the payload into a skills directory:
# project-scoped
mkdir -p <your-project>/.claude/skills/components
cp -r SKILL.md components.json references <your-project>/.claude/skills/components/
# or global, for every project
mkdir -p ~/.claude/skills/components
cp -r SKILL.md components.json references ~/.claude/skills/components/The agent auto-discovers it from the description in SKILL.md. It needs network access at build time (to fetch live) and a shadcn-initialised React + Tailwind project to install into.
"make the hero pop - laptop opening as you scroll" → @aceternity/macbook-scroll
"animated beams behind the features section" → @aceternity/background-beams
"interactive globe near the contact form" → @magicui/globe
"marquee of customer logos" → @magicui/marquee
"just a normal contact form" → fallback: shadcn form
| Library | License | Notes |
|---|---|---|
| Aceternity UI | Free for personal + commercial (licence) | Attribution not required; verify the licence page before relaunch |
| Magic UI | MIT | |
| Cult UI | MIT | |
| ReactBits | MIT | jsrepo / copy (no shadcn registry) |
| 21st.dev | Per-component - verify each | Community registry; check each component's licence before shipping |
| shadcn/ui | MIT | Plain fallbacks |
| Tremor | Apache-2.0 | Dashboards / charts |
Full attribution: ATTRIBUTION.md. Each components.json entry records its source + license; fetched code carries its own upstream license, never this repo's.
- Claude Code (native - the skill auto-loads from
.claude/skills/). - Any agent that can read a
SKILL.md+ runnpx+ WebFetch can use the samecomponents.jsonregistry.
PRs are almost always a new/updated entry in components.json. See CONTRIBUTING.md, the Code of Conduct, and the open issues for the roadmap.
Apache-2.0 © Anay Dhawan. Components fetched via the skill carry their own upstream licenses (recorded per entry in components.json).
