Frontend
Modular, scalable, automated development intelligence.
npx -y skills add DongDuong2001/pudo-code-system --skill frontendAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Frontend architecture, UI/UX implementation, and web performance
SKILL.md
0.8 KB, as published. Nobody here has run it
Frontend Code Skill
This skill specializes in browser-based development including HTML, CSS, React, Vue, Angular, etc.
When to use this skill
- When building responsive, accessible user interfaces.
- When managing client-side state and routing.
- When addressing Core Web Vitals (LCP, FID, CLS).
Guidelines
- Assume a mobile-first philosophy for responsive design.
- Semantic HTML is critical for Accessibility (a11y) and SEO. Avoid using generic
divelements when native elements apply. - Minimize main-thread blocking JavaScript to maintain 60 FPS interactions.
- Scope CSS to components (CSS Modules, CSS-in-JS, Shadow DOM) to avoid global style leaking.