frontend-fundamentals
Description
> Essential principles for frontend development
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Frontend Fundamentals
Essential principles for frontend development
**Frontend Fundamentals (FF)** is a growing collection of essential principles for building reliable, maintainable, and accessible frontend applications. It helps you answer common but tricky questions like how to judge code quality, why bundling behaves differently in dev vs. production, how screen readers interpret your UI, and how to debug efficiently.
https://frontend-fundamentals.com/code-quality/en/
🧭 When to Use
- 🦨 When you're unsure about your code but find it hard to explain the issues logically
- 🧯 When you're trying to debug a persistent frontend bug and want to double-check your fundamentals
- 👥 When you're reviewing UI code for accessibility and want concrete do's and don'ts
- 🛠️ When your team is setting shared standards for clean, robust frontend code
📚 Collections
Contributing
**Frontend Fundamentals (FF)** is a community-driven project to establish standards for writing good code.
If you have a piece of code you're unsure about, post it on the GitHub Discussions page. The community can provide diverse reviews of your code, helping you and others think critically about what makes good code. Highly supported cases may even make it into the Frontend Fundamentals documentation. Contribution guidelines will be announced soon.
License
MIT © Viva Republica, Inc. See [LICENSE](./LICENSE.md) for details.
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development