Commit 328d985
authored
chore(skills): remove the unused skills-lock.json (#6503)
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 328d985
4 files changed
Lines changed: 3 additions & 23 deletions
File tree
- .agents/skills
- design-taste-frontend
- emil-design-eng
- make-interfaces-feel-better
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
This file was deleted.
0 commit comments