progressive-enhancement
Installation
SKILL.md
Core Strategies
- Content First: Ensure the HTML structure is semantic and readable without any CSS.
- CSS-First Layout: Use Modern CSS (Grid/Flexbox) for layout before adding JS interactivity.
- Core Functionality: All critical paths (navigation, forms) must work with pure HTML/CSS.
- Enhanced Experience: Add "luxury" features (animations, async loading, complex UI) only after the core is solid.