stenyan[.]dev

JAEN

Introducing skm, a tool for managing Agent Skills via skills.json

I built @stefafafan/skm, a tool for managing Agent Skills.

The problem

Agent Skills are basically collections of prompts stored in a specific directory, but I had a vague concern that once everyone starts publishing a massive number of Agent Skills, managing them will become a mess (actually it already is).

What I tried with @stefafafan/skm

I approached it like package management in npm. Inspired by package.json and package-lock.json, I tried managing skills with skills.json and skills.lock.json.

Other thoughts