fec-accessibility-chec…
Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2…
Use when diagnosing structural maintainability problems in existing frontend code before deciding how to refactor it, especially when evidence, false-positive checks, and candidate transformations are needed without editing business code.
$ npx -y skills add bovinphang/frontend-craft --skill fec-code-smells --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fec-code-smellsContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when diagnosing structural maintainability problems in existing frontend code before deciding how to refactor it, especially when evidence, false-positive checks, and candidate transformations are needed without editing business code.
name: fec-code-smells description: Use when diagnosing structural maintainability problems in existing frontend code before deciding how to refactor it, especially when evidence, false-positive checks, and candidate transformations are needed without editing business code.
Diagnose structural problems from concrete evidence. A smell is a prompt to investigate, not proof that code must change.
1. Establish the requested scope and project facts. 2. Collect concrete structural and change-coupling evidence. 3. Match evidence against [the smell catalog](references/smell-catalog.md). 4. Apply [false-positive checks](references/detection-guide.md). 5. Report confidence, impact, and candidates from [the mapping guide](references/smell-to-refactoring-map.md). 6. If the request is diagnosis-only, do not modify business code.
Every finding states location, evidence, smell ID/name, impact, confidence (`HIGH`, `MEDIUM`, `LOW`), candidate refactorings, priority, and material false-positive considerations. `LOW` confidence is never an automatic-edit signal.
| Need | Reference | | --- | --- | | Standard 24-smell model | [Smell catalog](references/smell-catalog.md) | | Evidence and false positives | [Detection guide](references/detection-guide.md) | | Candidate refactorings | [Smell-to-refactoring map](references/smell-to-refactoring-map.md) |
frontend-craft is a universal frontend plugin that brings the same opinionated engineering standards to all 15 AI coding assistants.
Repo: bovinphang/frontend-craft
Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2…
Use when absorbing ideas, capabilities, workflows, architecture, quality systems, ecosystem extensions, or engineering practices from any reference system into…
Use when designing, implementing, or reviewing frontend-to-backend API integration, typed API clients, REST/tRPC/OpenAPI client choices, auth refresh, API…
Use when frontend work needs to communicate data, action, state, permission, validation, or business-rule needs to backend teams without dictating endpoint…
Use when choosing, implementing, or reviewing browser storage such as localStorage, sessionStorage, IndexedDB, cookies, client persistence, offline data,…
Use when building or reviewing Canvas 2D, Three.js/WebGL, React Three Fiber, GLSL shaders, ShaderToy-to-WebGL adaptation, 2D/3D visualization, game rendering,…