Skip to content

Commit f6b2c99

Browse files
committed
chore(skills): remove the unused skills-lock.json
The lockfile was written by a third-party skills-installer CLI and rode into the repo as a side effect of #5181. Nothing reads it: sync-skills.ts treats `.agents/skills/<name>/SKILL.md` as canonical, and no script, workflow, or Dockerfile references the file. Its only real content was provenance for the three vendored skills, so that moves to a `source:` frontmatter line on each SKILL.md. The projector copies only `description`/`argument-hint`, leaving `.claude/commands` and `.cursor/commands` byte-identical.
1 parent 3590b3a commit f6b2c99

4 files changed

Lines changed: 3 additions & 23 deletions

File tree

.agents/skills/design-taste-frontend/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: design-taste-frontend
3+
source: https://github.com/leonxlnx/taste-skill — skills/taste-skill/SKILL.md
34
description: Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
45
---
56

.agents/skills/emil-design-eng/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: emil-design-eng
3+
source: https://github.com/emilkowalski/skill — skills/emil-design-eng/SKILL.md
34
description: This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
45
---
56

.agents/skills/make-interfaces-feel-better/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: make-interfaces-feel-better
3+
source: https://github.com/jakubkrehel/make-interfaces-feel-better — skills/make-interfaces-feel-better/SKILL.md
34
description: Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel better", "feels off", stagger animations, border radius, optical alignment, font smoothing, tabular numbers, image outlines, box shadows.
45
---
56

skills-lock.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)