From 07a2c83bf20020b4ca680eadc608d49769e490a5 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 24 Mar 2026 17:14:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20UI=20skill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .agents/skills/ui/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/ui/SKILL.md b/.agents/skills/ui/SKILL.md index c06a75eee..14e6242a0 100644 --- a/.agents/skills/ui/SKILL.md +++ b/.agents/skills/ui/SKILL.md @@ -5,5 +5,5 @@ description: Use this skill when you need to write any frontend components. It e - Keep it simple. Use the least amount of class names as possible - We like to rely mostly on Flexbox layout. Instead of `w-full` try `flex-1` instead. -- UI primitives are defined in packages/ui. Use them whenever possible. +- UI primitives are defined in packages/ui. Use them whenever possible. Be very careful when you add custom class names to a primitive components, it should be last resort for a very local exception: we want the design system to be respected. - You can write `useEffect` only if syncing with external storage. Otherwise, just derive values from others.