Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Design, design system, GitHub Actions deploy automation, and Next.js GitHub CMS skills

Install to Claude Code

/plugin install design-skills@anant-design

Run in Claude Code. Add the marketplace first with /plugin marketplace add GithubAnant/skills if you haven't already.

README.md

Anant Skills

A Claude Code plugin for design workflows, repo automation, and reusable agent procedures.

Skills

| Skill | What it does | |-------|-------------| | 60-30-10 Color Rule | Color palette framework adapted from cinematic color theory | | Capy | Scans your codebase to extract tokens, discover components, and build a /preview route | | Owner Deploy Trigger | Sets up owner empty-commit GitHub Actions deploy triggers | | Next.js GitHub CMS | Drops a password-protected /editor page into a Next.js site that commits content + images to GitHub — no database | | Progressive Blur | Layered backdrop-filter masks that fade a soft progressive blur from the top or bottom edge of the viewport | | Shine Sweep Button | A glistening diagonal light streak that glides across a button on hover — and glides back out at matching speed | | Infinite Pan Grid | Smooth bidirectional infinite 2D pan grids in React/Next.js — GPU transform, no scrollbars, no lag | | Responsive 3D Hero | basement.studio-style wireframe R3F heroes in Next.js — per-route cameras, postFX, asset manifests, no Sanity | | Create Donut Chart | Build lightweight, interactive, dependency-free custom SVG donut charts in React |

---

60-30-10 Color Rule

> A framework for building visually coherent UIs — adapted from how cinematographers and production designers control color in film.

Example triggers:

"pick a color palette" · "my UI looks off" · "how do I make my CTA pop" · "help with dark mode colors" · "structure my CSS color tokens"

---

Capy — Design System Inspector & Preview Builder

> Scans React/Next.js repos to extract CSS variables, discover components, detect the framework, and build a polished /preview route — all from the actual codebase, never hallucinated.

Subcommands:

| Command | Action | |---------|--------| | /capy | Full scan + build the /preview page | | /capy design-system | Scan + write .capy/design-system.json only | | /capy update | Incremental refresh — detect changes, update preview |

Example triggers:

"build a component catalog" · "extract design tokens" · "audit my design system" · "create a /preview page"

---

Owner Deploy Trigger

> Configures a GitHub Actions workflow that turns non-owner pushes into owner-authored empty deploy trigger commits, with optional Vercel deploy hook support.

Example triggers:

"set up owner deploy trigger" · "make non-owner commits trigger owner deploys" · "audit the OWNER_GIT_PAT workflow" · "why is chore: trigger deploy skipped"

---

Next.js GitHub CMS

> Installs a self-hosted, no-database CMS into a Next.js (App Router) site: a password-protected /editor page where a non-technical user edits structured content and images, with every save committed to GitHub via the REST API. Pairs with Owner Deploy Trigger for the Vercel free-plan cross-account deploy fix.

Example triggers:

"add an editor page so my client can edit the site" · "build a CMS without a database" · "store site content in GitHub" · "let me edit copy and images and auto-deploy"

---

Progressive Blur

> A layered backdrop-filter blur that fades softly in from the top or bottom edge of the viewport. Uses stacked masked layers (0.5px → 64px) for a smooth depth gradient rather than a hard blur line. Ships top and bottom snippets plus knobs for height, strength, direction, and step count.

Example triggers:

"add a progressive blur" · "gradient blur overlay at the bottom" · "stepped backdrop-filter that fades from an edge" · "soft blur fade over my footer"

---

Shine Sweep Button

> A glistening diagonal band of light that glides across a button on hover and glides back out at matching speed — that premium SaaS landing-page glint. Uses a clipped, skewed gradient pseudo-element whose left is animated by a CSS transition (not a keyframe), so entry and exit feel symmetric. Ships the canonical recipe plus knobs for speed, width, brightness, and slant, with adapts for Tailwind and styled-components.

Example triggers:

"make the button glisten on hover" · "add a shine sweep to my CTA" · "that moving glare thing on buttons" · "glossy hover but don't make it jump"

---

Infinite Pan Grid

> Builds true infinite 2D pan grids in React and Next.js — unbounded in all directions, no scrollbars, smooth wheel + drag. Uses a GPU translate3d world layer with manual viewport culling so React only re-renders when the visible cell window changes, not every pan frame. Includes the scrollbar fix, perf anti-patterns, polkadot pop-in animation, and Next.js App Router wiring.

Example triggers:

"infinite scroll grid in all directions" · "panning tile wall without scrollbars" · "fix laggy infinite grid" · "2D infinite canvas in React" · "bidirectional scroll no snap"

---

Responsive 3D Hero

> Builds responsive wireframe/interactive 3D hero sections in Next.js App Router with React Three Fiber — fixed canvas, per-route cameras, shader postprocessing, GLB asset manifests, and offscreen loading transitions. Hardcoded config pattern from the basement-studio-clean fork (no Sanity CMS).

Example triggers:

"build a 3D wireframe hero" · "basement.studio landing page" · "R3F scroll-linked camera" · "per-route 3D scene config" · "wireframe GLB loading intro"

---

Create Donut Chart

> Builds a high-quality, interactive, dependency-free SVG donut chart in React without heavy charting libraries. Maps data to SVG circle circumferences with strokeDasharray, sweeping entry animations, and hover-linked interactive legends.

Example triggers:

"make a donut chart" · "build a pie chart" · "data visualization without recharts" · "circular chart with legend"

---

Installation

Add the marketplace, then install:

/plugin marketplace add GithubAnant/skills
/plugin install design-skills@anant-design

Or test locally:

claude --plugin-dir /path/to/this/repo

License

MIT

Related plugins

Browse all →