11---
2- title : A lockfile for agentic skills
3- description : Learn how skills-lock.json turns agentic skills into managed project dependencies.
2+ title : A lockfile for agent skills
3+ description : Learn how skills-lock.json turns agent skills into managed project dependencies.
44publishedDate : 2026-03-19
55link : https://github.com/vercel-labs/skills
66---
77
8- I recently started exploring [ agentic skills] ( https://agentskills.io/home ) . A skill is a Markdown
8+ I recently started exploring [ agent skills] ( https://agentskills.io/home ) . A skill is a Markdown
99file with some metadata that describes a task or best practice, e.g. how to use SvelteKit's new
1010[ remote functions] ( https://svelte.dev/docs/kit/remote-functions ) . The nice thing about skills is
1111that they can be shared and reused.
1212
13- Vercel's [ Skills.sh] ( https://skills.sh/ ) is a registry for skills. It is to agentic skills what the
13+ Vercel's [ Skills.sh] ( https://skills.sh/ ) is a registry for skills. It is to agent skills what the
1414[ NPM registry] ( https://www.npmjs.com/ ) is to NPM packages. Vercel also provides a CLI called
1515` skills ` to install skills from the registry into your project's ` .agents/skills ` folder. If you
1616live on the cutting edge of AI, nothing newsworthy here.
@@ -23,5 +23,5 @@ skill updates with `npx skills check`.
2323
2424There are still some rough edges, e.g. ` npx skills remove ` does not update the lockfile.
2525
26- But beyond the teething problems it's fascinating to see that agentic skills are evolving into
26+ But beyond the teething problems it's fascinating to see that agent skills are evolving into
2727managed project dependencies.
0 commit comments