From 2c4c01dc3e54e20da968e93d15f5cec21f61ad2e Mon Sep 17 00:00:00 2001 From: Bastien Chanot Date: Tue, 9 Jun 2026 16:28:51 +0200 Subject: [PATCH] chore(design-motion): quote SKILL.md description, gitignore local symlink MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wrap the frontmatter description in quotes (defensive valid-YAML: it contains an em-dash and an apostrophe). Add skills/design-motion-principles to the external-skill-symlink ignore allowlist so it matches its 4 siblings (emil-design-eng, frontend-design, darwin-skill, find-skills) and stops surfacing as untracked noise — consistent with the LRN-025 allowlist rule. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 1 + skills-external/design-motion-principles/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3691037..52470d3 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,7 @@ skills/ios-qa skills/ios-sync # External skill symlinks — auto-created by link.sh +skills/design-motion-principles skills/emil-design-eng skills/frontend-design diff --git a/skills-external/design-motion-principles/SKILL.md b/skills-external/design-motion-principles/SKILL.md index 080d6e5..e4cf1c7 100644 --- a/skills-external/design-motion-principles/SKILL.md +++ b/skills-external/design-motion-principles/SKILL.md @@ -1,6 +1,6 @@ --- name: design-motion-principles -description: Motion and interaction design expert based on Emil Kowalski, Jakub Krehel, and Jhey Tompkins' techniques. Two modes — build interactive components with purposeful motion, or audit existing animations to catch AI-slop motion patterns (audit emits a branded HTML report with looping demos). Use when creating, adding, animating, or reviewing UI motion: transitions, hover states, micro-interactions, enter/exit animations, or any motion design work in React, Framer Motion, CSS, or HTML. Provides per-designer perspectives with context-aware weighting. +description: "Motion and interaction design expert based on Emil Kowalski, Jakub Krehel, and Jhey Tompkins' techniques. Two modes — build interactive components with purposeful motion, or audit existing animations to catch AI-slop motion patterns (audit emits a branded HTML report with looping demos). Use when creating, adding, animating, or reviewing UI motion: transitions, hover states, micro-interactions, enter/exit animations, or any motion design work in React, Framer Motion, CSS, or HTML. Provides per-designer perspectives with context-aware weighting." --- # Design Motion Principles