frontend

Installation
SKILL.md

Frontend Design Skill

This skill enforces a single principle: work WITH the framework, never against it. Use the component library natively. Use the CSS framework idiomatically. Let the design system do its job.

The user provides frontend requirements: a component, page, or interface to build or modify.

Core Philosophy

Don't fight the framework. Use it as it was designed to be used.

Every frontend framework and component library has an intended way to be used. The job of this skill is to ensure that every line of frontend code respects that intent. Customization happens through the channels the framework provides — not by bypassing them.

Step 1: Codebase Context Discovery (MANDATORY)

Before writing any code, scan the codebase. This step is non-negotiable.

What to Detect

  1. Frontend framework — Check package.json for: react, vue, angular, svelte, next, nuxt, astro, solid-js
Related skills

More from dedalus-erp-pas/hexagone-foundation-skills

Installs
15
GitHub Stars
3
First Seen
Apr 2, 2026