From b1e75951abbb6efc9d78736ef5dfd40cfcffbe36 Mon Sep 17 00:00:00 2001 From: d-oit Date: Fri, 5 Jun 2026 16:41:03 +0200 Subject: [PATCH] fix(skills): add frontmatter, symlinks, and AGENTS.md entry for impeccable - Add YAML frontmatter to SKILL.md (name + description) - Create symlinks via setup-skills.sh (.claude, .gemini, .qwen) - Add impeccable to AGENTS.md skill table (alphabetical order) Resolves quality gate validation failures. Co-authored-by: d-oit <6849456+d-oit@users.noreply.github.com> --- .agents/skills/impeccable/SKILL.md | 9 +++++++++ .claude/skills/impeccable | 1 + .gemini/skills/impeccable | 1 + .qwen/skills/impeccable | 1 + AGENTS.md | 2 ++ 5 files changed, 14 insertions(+) create mode 120000 .claude/skills/impeccable create mode 120000 .gemini/skills/impeccable create mode 120000 .qwen/skills/impeccable diff --git a/.agents/skills/impeccable/SKILL.md b/.agents/skills/impeccable/SKILL.md index 6b29205c..837e7815 100644 --- a/.agents/skills/impeccable/SKILL.md +++ b/.agents/skills/impeccable/SKILL.md @@ -1,3 +1,12 @@ +--- +name: impeccable +description: > + Canonical skill for frontend UI design, visual polish, and UX critique. + Prevents common AI design patterns and produces distinctive, high-quality + frontend design. Covers typography, color, spacing, layout, motion, and + interaction. Use for design polish, critique, audit, and responsive work. +--- + # Impeccable — Frontend Design Skill > Canonical skill for general frontend UI design, visual polish, and UX critique. diff --git a/.claude/skills/impeccable b/.claude/skills/impeccable new file mode 120000 index 00000000..0ed55535 --- /dev/null +++ b/.claude/skills/impeccable @@ -0,0 +1 @@ +../../.agents/skills/impeccable \ No newline at end of file diff --git a/.gemini/skills/impeccable b/.gemini/skills/impeccable new file mode 120000 index 00000000..0ed55535 --- /dev/null +++ b/.gemini/skills/impeccable @@ -0,0 +1 @@ +../../.agents/skills/impeccable \ No newline at end of file diff --git a/.qwen/skills/impeccable b/.qwen/skills/impeccable new file mode 120000 index 00000000..0ed55535 --- /dev/null +++ b/.qwen/skills/impeccable @@ -0,0 +1 @@ +../../.agents/skills/impeccable \ No newline at end of file diff --git a/AGENTS.md b/AGENTS.md index fc2215d8..d03dee33 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -199,6 +199,8 @@ Do not finish with failing lint, typecheck, tests, build, or quality gate output | `github-readme` | Create human-focused GitHub README.md files with 2026 best p | Documentation | | `github-workflow` | Complete GitHub workflow automation - push, create branch/PR | General | | `goap-agent` | Invoke for complex multi-step tasks requiring intelligent pl | Coordination | +| `impeccable` | Canonical skill for frontend UI design, visual polish, and UX critique. Prevents common AI design patterns. Covers typography, color, spacing, layout, motion, and interaction. +| General | | `intent-classifier` | Classify user intents and route to appropriate skills, comma | Coordination | | `iterative-refinement` | Execute iterative refinement workflows with validation loops | General | | `jules` | > | General |