skills/skill-creator/SKILL.md
--- name: skill-creator description: Create, update, validate Claude skills. Triggers on: new skill from scratch, optimize existing skill, add references/scripts, package for distribution, audit skill quality. license: Complete terms in LICENSE.txt --- # Skill Creator Create effective, token-efficient skills that extend Claude's capabilities with specialized workflows, scripts, and domain knowledge. ## When to Use - Creating a new skill from scratch - Updating or optimizing an existing skill
npx skillsauth add clownnvd/claude-code-skills skills/skill-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create effective, token-efficient skills that extend Claude's capabilities with specialized workflows, scripts, and domain knowledge.
| Rule | Limit |
|------|-------|
| description in frontmatter | < 200 characters, specific triggers, not generic |
| SKILL.md body | < 150 lines |
| Each reference file | < 150 lines (split if larger) |
| No duplication | Info lives in SKILL.md OR references, never both |
| Writing style | Imperative form ("To accomplish X, do Y"), third-person metadata |
| Scripts | Node.js or Python (not bash). Must have tests. Must respect .env hierarchy. |
| Consolidation | Combine related topics into one skill (e.g., mongodb + postgresql → databases) |
| Type | Template | Best For |
|------|----------|----------|
| General | SKILL.md.template | Custom workflows, guidelines |
| Scoring | scoring-skill.md.template | Audit/grade against criteria |
| Fix | fix-skill.md.template | Implement fixes from scoring |
| Generate | generate-skill.md.template | Create new code/content |
| Migrate | migrate-skill.md.template | Version upgrades |
| Review | review-skill.md.template | Code review/audit |
| Test | test-skill.md.template | Testing workflows |
To select type: see references/skill-type-selection.md
Follow steps in order. See references/creation-workflow.md for detailed guidance.
scripts/init_skill.py <skill-name> --path <output-directory>references/writing-guide.md)scripts/quick_validate.py <path> then scripts/package_skill.py <path>references/overview.md — What skills are, 3-level loading, anatomy, quality gatesreferences/writing-guide.md — Writing style, progressive disclosurereferences/creation-workflow.md — Detailed step-by-step creation processreferences/exemplar-patterns.md — Gold standard patterns (payment-integration, simple, paired)references/end-to-end-example.md — Full walkthrough: code-review skill from scratchreferences/skill-type-selection.md — Decision tree for choosing skill typereferences/skill-type-patterns.md — Architecture patterns per typereferences/validation-checklist.md — Quick pre-package checklistreferences/metadata-quality-criteria.md — Name/description quality + examplesreferences/token-efficiency-criteria.md — Size limits, no-duplication rulereferences/script-quality-criteria.md — Testing, env vars, cross-platformreferences/structure-organization-criteria.md — Directory layout, namingreferences/plugin-marketplace/overview.md — Distribution overviewreferences/plugin-marketplace/schema.md — Manifest schemareferences/plugin-marketplace/sources.md — Source registriesreferences/plugin-marketplace/hosting.md — Hosting optionsreferences/plugin-marketplace/troubleshooting.md — Common issuesscripts/init_skill.py — Initialize new skill directoryscripts/quick_validate.py — Fast validation (metadata, size, tests)scripts/package_skill.py — Validate + package into zipTemplates in assets/templates/ — fill {{VARIABLE}} placeholders:
SKILL.md.template — General skill definitionscoring-skill.md.template / fix-skill.md.template — Scoring/fix pairgenerate-skill.md.template — Generate-type skillmigrate-skill.md.template — Migration-type skillreview-skill.md.template — Review-type skilltest-skill.md.template — Test-type skillreference.md.template / script.py.template — Reference doc / Python scripttools
Zustand v5 state management for Next.js 16. Store patterns, middleware (persist/immer/devtools), SSR hydration, CV editor multi-step wizard, 20 documented errors. Triggers: zustand, store, state management, useState replacement, global state, persist, immer.
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
Ultimate UI/UX design intelligence with real app flow knowledge. 93 styles, 121 palettes, 81 font pairings, 35 charts, 79 components, 62 animations, 65 WCAG criteria, 46 responsive patterns, 46 dark mode rules, 60 design tokens, 13 stacks. PLUS: Claude.ai full UI blueprint (19 flows, all screens), PageFlows app patterns. Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check, clone, recreate, rebuild. Styles: glassmorphism, brutalism, neumorphism, bento, dark mode, view transitions, scroll-driven, container queries, AI-native, liquid glass, neo-minimalism, mesh gradient, geometric abstraction. Topics: color, accessibility, animation, layout, typography, spacing, shadow, gradient, responsive, dark mode, WCAG 2.2, design tokens, components, spring physics, kinetic typography, container queries, popover API, semantic tokens. Apps: claude.ai, ChatGPT-style, AI chat UI, SaaS dashboard.
development
--- name: ui description: UI quality system. 4 modes: research (design brief), score (10-category audit), fix (auto-fix from scorecard), pipeline (end-to-end chain). license: Complete terms in LICENSE.txt --- # UI Quality System One skill, 4 modes. Research real products, score UI quality, fix issues, or run the full pipeline. ## Modes | Mode | Use When | Workflow | |------|----------|---------| | **research** | Before building any page | Extract tokens → Search → Fetch → Design Brief | | **