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 frontend decisions depend on framework, library, browser, runtime, package, API, or platform behavior that may have changed, including official documentation checks, version-sensitive patterns, migration choices, or public interface assumptions; Chinese triggers include
$ npx -y skills add bovinphang/frontend-craft --skill fec-source-driven-development --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fec-source-driven-developmentContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when frontend decisions depend on framework, library, browser, runtime, package, API, or platform behavior that may have changed, including official documentation checks, version-sensitive patterns, migration choices, or public interface assumptions; Chinese triggers include
name: fec-source-driven-development description: Use when frontend decisions depend on framework, library, browser, runtime, package, API, or platform behavior that may have changed, including official documentation checks, version-sensitive patterns, migration choices, or public interface assumptions; Chinese triggers include Check official documentation, source code shall prevail, source-driven, version differences.
Prioritize the use of in-project facts, official documentation, and current version behavior in front-end implementation, review, and architecture decisions, and avoid relying on outdated experience or unverified assumptions.
1. Determine whether it is necessary to check the source
2. Collect authoritative materials
3. Refine decisions
4. Fall to implementation
5. Test your hypothesis
6. Leave a lightweight record of decisions
When the user specifies the local knowledge base path, or the default `knowledge/` directory exists, this process can be used to answer database questions, extract evidence, or assist decision-making.
1. Locate the root directory
2. Hierarchical navigation
3. Progressive search
4. Answer and traceability
| Priority | Source | Use | | -------- | ------ | --- | | 1 | Configuration, testing, and implementation within the project | Determine the true agreement of this warehouse | | 2 | Official documents, source code, type definitions | Determine current recommended behavior | | 3 | Standard specifications, browser compatibility data | Determine platform capabilities and compatibility boundaries | | 4 | Issues, discussions, third-party articles | Auxiliary investigation, cannot be finalized alone |
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,…