Skip to content

Commit b919841

Browse files
angusbezzinaclaude
andcommitted
chore: track the hallmark skill's pointer and lockfile
`.agents/skills/hallmark/**` has been committed since the landing-page work, but the two files that make it resolve were left untracked: the `.claude/skills/hallmark` symlink Claude Code reads, and `skills-lock.json`, which records where the skill came from and the hash it was installed at. So a fresh clone carried the skill's content and no way to load it — the design gates that shaped the landing page were present but invisible to the agent meant to apply them, and nothing recorded that hallmark is `nutlope/hallmark` at a pinned hash rather than local prose. The symlink is relative (`../../.agents/skills/hallmark`), so it resolves in any clone. This matches the virgil checkout, which tracks the same three things — the skill body, the `.claude/skills` pointer, and `skills-lock.json`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 7053107 commit b919841

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.claude/skills/hallmark

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/skills/hallmark

skills-lock.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": 1,
3+
"skills": {
4+
"hallmark": {
5+
"source": "nutlope/hallmark",
6+
"sourceType": "github",
7+
"skillPath": "skills/hallmark/SKILL.md",
8+
"computedHash": "579f86b27cdd7eb972107f7aecedd537f472891c5fd7c7c821bea15f64e0fe86"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)