Join Nostr
2026-02-18 18:24:36 UTC

Doug Parker 🕸️ on Nostr: I'm glad to see #AI #skills coming up as a more distributed, reusable form of ...

I'm glad to see #AI #skills coming up as a more distributed, reusable form of context. It's almost like splitting up an application `AGENTS.md` file into individual libraries.

My biggest problem is that versioning is still a fairly unsolved problem.

When developing skills to define usage of a tool, I want those skills to be versioned with the tool. If a new flag is introduced or an old flag is removed, the skill should be up to date.

I want to ship skills not as GitHub repos, but deployed with the tool directly and automatically consumed.

I feel the ecosystem is moving the right direction here, but still not quite there yet.

Auto-install skills from `node_modules/@scope/pkg/.skills` you cowards!