claude-code-frontend-skills Svelte Themes

Claude Code Frontend Skills

Frontend skills for Claude Code: code review, safe refactoring, structured comments, and accessibility

Claude Code Front-end Skills logo

Claude Code Frontend Skills

Frontend skills for Claude Code to review code, refactor safely, add structured comments, and audit accessibility faster.

Claude Code Frontend Skills is a collection of AI-powered frontend skills for code review, safe refactoring, structured comments, and accessibility audits. Use simple slash commands to analyze or improve code directly in your editor. Supports JavaScript, TypeScript, React, CSS, Sass, HTML, Vue, Svelte, and Astro.


✨ Why this project

  • Review frontend files with structured findings and severity levels
  • Refactor safely without changing behavior
  • Add clean, structured comments to legacy code
  • Audit and fix common WCAG 2.1 AA issues

πŸ“¦ Quick Start

Clone this repository:

git clone https://github.com/Effeilo/claude-code-frontend-skills.git
cd claude-code-frontend-skills

macOS / Linux / WSL (bash):

./install.sh all              # install every skill
./install.sh front-a11y       # install a single skill
./install.sh all --force      # reinstall (overwrite existing)

Windows (PowerShell):

.\install.ps1 all             # install every skill
.\install.ps1 front-a11y      # install a single skill
.\install.ps1 all -Force      # reinstall (overwrite existing)

Skills are installed into ~/.claude/skills/<skill-name>/ and become available as slash commands in Claude Code across all your projects.

Option 2: manual install

mkdir -p ~/.claude/skills/<skill-name>
cp <skill-name>/SKILL.md <skill-name>/<skill-name>-*.md ~/.claude/skills/<skill-name>/

Each skill's README contains the exact manual install command.


🧩 Available skills

front-review

Claude Code Front-end Skills review logo

Reviews a frontend file for code quality, potential bugs, performance, and maintainability. Issues are grouped by severity (Critical / Important / Minor / Suggestion) in standard or strict mode.

/front-review
/front-review strict

Supported languages: JS, TS, React (JSX/TSX), CSS, Sass, HTML, Vue, Svelte, Astro


front-refactor

Claude Code Front-end Skills refactor logo

Refactors a frontend file, dead code removal, naming improvements, logic simplification, and modern syntax, without changing behavior. Preview mode shows a structured diff; apply mode rewrites the file.

/front-refactor
/front-refactor apply

Supported languages: JS, TS, React (JSX/TSX), CSS, Sass, Vue, Svelte, Astro


front-comments

Claude Code Front-end Skills comments logo

Adds structured comments to a frontend file at Level 1 (structure only) or Full (Level 1 + inline comments on every block).

/front-comments
/front-comments full
/front-comments lang:fr
/front-comments full lang:fr

Supported languages: JS, TS, React (JSX/TSX), CSS, Sass, HTML, Vue, Svelte, Astro


front-a11y

Claude Code Front-end Skills a11y logo

Audits or fixes accessibility issues (WCAG 2.1 AA) in a frontend file. Reports issues grouped by severity (Critical / Major / Minor) or applies all auto-fixable corrections directly.

/front-a11y
/front-a11y fix

Supported languages: HTML, React (JSX/TSX), Vue, Svelte, Astro


πŸ§ͺ Examples


🌐 Language support matrix

Language front-comments front-a11y front-review front-refactor
JS / TS / MJS βœ“ βœ“ βœ“
JSX / TSX (React) βœ“ βœ“ βœ“ βœ“
CSS / Sass / SCSS βœ“ βœ“ βœ“
HTML βœ“ βœ“ βœ“
Vue SFC βœ“ βœ“ βœ“ βœ“
Svelte βœ“ βœ“ βœ“ βœ“
Astro βœ“ βœ“ βœ“ βœ“

πŸ—ΊοΈ Documentation

Guide

  • Introduction : philosophy, design principles, what skills are and are not
  • Getting started : installation per skill and global project structure
  • How skills work : SKILL.md, sub-files, argument handling, tool access

Skills

  • front-comments : add structured comments to a frontend file
  • front-a11y : audit or fix accessibility issues (WCAG 2.1 AA)
  • front-review : review a frontend file for quality, bugs, and performance
  • front-refactor : refactor a frontend file without changing behavior

Reference

Additional

  • Contributing : report a bug, suggest a skill, submit a pull request
  • Changelog : version history and release notes

πŸ’‘ What are Claude Code skills?

Claude Code skills are reusable, project-independent workflows that extend Claude Code. Each skill is a self-contained directory with a SKILL.md file that defines its behavior, arguments, and instructions, and is invoked as a slash command (e.g. /front-review).

Skills live in ~/.claude/skills/ and are available across all your projects once installed.

Learn more about Claude Code skills


βš–οΈ License

MIT Β© 2026 Effeilo

Top categories

Loading Svelte Themes