From b4e70c4287c7625bf8e29889f74f8789da037689 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Fri, 8 May 2026 19:03:05 +0800 Subject: [PATCH] update --- .agents/skills/how-to-write-component/SKILL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.agents/skills/how-to-write-component/SKILL.md b/.agents/skills/how-to-write-component/SKILL.md index 3d03bfbf36..36df4c4bbe 100644 --- a/.agents/skills/how-to-write-component/SKILL.md +++ b/.agents/skills/how-to-write-component/SKILL.md @@ -5,9 +5,7 @@ description: React/TypeScript component style guide. Use when writing, refactori # How To Write A Component -Follow existing project patterns first. Use these rules to resolve unclear component decisions: - -Do not copy existing code blindly. Existing implementations are reference material, not automatic precedent; when existing code conflicts with these rules, follow this skill and adapt the approach instead of reproducing the violation. +Do not copy existing code patterns blindly. Existing implementations are reference material, not automatic precedent; when existing code conflicts with these rules, follow this skill and adapt the approach instead of reproducing the violation. ## Reuse Existing Implementations