{hash-demo}
lockedv0.1.0 · 2 skills · manifest · lock
A working demonstration set: skill authoring guidance plus skill discovery, shared with a verifiable lock.
Install
npx @skill-set/cli add https://skill-sets.md/sets/hash-demo/hash-demo.skill-set.json#sha256=c92ef2e0aba062ea2ff13fe161196b55ceda9f4eaa321ecf3aa5850773aa69d9
The #sha256 fragment is the set's rollup hash from its lock file. It is verified on install;
content that does not match it is not kept.
All members of this set are unpinned — their locators resolve to the latest published content. The lock hash above matches a snapshot in
time, so installs will fail verification as soon as any unpinned member updates upstream, until the author
re-locks. Pinned locators (#<tag-or-branch>) keep locked sets installable.
Agent-first? Install the skill-set skill
(npx skills add hcjmartin/skill-set) and ask your agent to add this set.
Skills (2)
Provenance
Locked at v0.1.0. Every member's resolved content is recorded in the set's lock file as a SHA-256 per skill, plus the rollup hash below. Install checks content against it and keeps nothing that does not match.
More details
Skills in this set (2)
| Skill | Description | Source |
|---|---|---|
skill-creator |
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. | hcjmartin/skills-repo@skill-creator |
find-skills |
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill. | vercel-labs/skills@find-skills |