By GithubAnant
Personal Claude Code skills for design workflows, design system extraction, GitHub Actions deploy automation, and a Next.js GitHub-backed CMS.
Apply the 60-30-10 color rule to UI design, design systems, and color palette decisions. Use this skill whenever the user asks about: choosing a color palette for an app or website, why their UI looks "off" or too colorful, how to pick accent colors, designing a dark or light mode theme, structuring CSS color variables/tokens, visual hierarchy problems, or wants to apply cinematic color grading principles to product design. Also trigger when the user says things like "what colors should I use", "my design feels cluttered or chaotic", "how do I make my CTA pop", "help me with my design system colors", "nothing feels cohesive", or "how do I pick a palette". Trigger even on casual references to app color schemes, brand colors, or visual hierarchy — the user doesn't need to name the rule for this skill to apply.
Design-system inspector and /preview page builder for React and Next.js projects. Scans the real codebase to extract CSS variables, discover components, detect the framework, and build a polished /preview route — all without hallucinating colors, tokens, or component APIs. Use this skill whenever the user asks to build a UI preview, component catalog, design-system audit, or /preview page. Also triggers on requests to extract design tokens, audit styles, catalog components, update an existing preview, or any mention of "capy". Subcommands: /capy (or /capy preview), /capy design-system, /capy update.
Add a self-hosted, no-database CMS to a Next.js (App Router) site, where a password-protected /editor page lets a non-technical user edit site content and images, and every save commits to GitHub and auto-triggers a Vercel deploy. Use this whenever the user wants an admin/editor page, a content editor, an in-app CMS, editable site copy, a "let my client edit the site" setup, or content stored in GitHub instead of a database — even if they don't say the word "CMS". Pairs with the setup-owner-deploy-trigger skill for the Vercel free-plan cross-account deploy fix (CMS commits as one GitHub account, Vercel project connected to a different/owner account). Replicates the editor + GitHub storage pattern into any Next.js project.
Configure or audit a GitHub Actions workflow that turns non-owner pushes into an owner-authored empty commit and optionally triggers a Vercel deploy hook. Use when Codex needs to set up this pattern in any repository, port the workflow between repos, verify that owner empty-commit automation is working, or explain/fix failures involving OWNER_GIT_PAT, VERCEL_DEPLOY_HOOK_URL, skipped owner-triggered runs, GitHub Actions push loops, branch protection, or Vercel deployments that only deploy from owner commits.
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.
A Claude Code plugin for design workflows, repo automation, and reusable agent procedures.
| 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 |
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"
Scans React/Next.js repos to extract CSS variables, discover components, detect the framework, and build a polished
/previewroute — 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"
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"
Installs a self-hosted, no-database CMS into a Next.js (App Router) site: a password-protected
/editorpage 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"
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
MIT
npx claudepluginhub githubanant/skills --plugin design-skillsA 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.
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.
Comprehensive 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.
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques