DEV Community

Discussion on: Notion Skills Registry: A Package Manager for AI Agent Skills with MCP

Collapse
 
mrlinuncut profile image
Mr. Lin Uncut

how are you handling version conflicts when two different agents need different versions of the same skill registered in notion, does the registry track that or is it first-write-wins?

Collapse
 
axrisi profile image
Nikoloz Turazashvili (@axrisi)

there are really no "version conflicts" since:
1) Every project/repo can have it's own version installed
2) It's still text-based and AI agent processed rather than piece of software that needs to be 100% accurate, AI agents will understand your plain language and some imperfections/extra tasks you give like

look up older version, but dont install it

Will still work :)

But I believe this is less than 1% usecases when you need multiple versions of skill in the same project in different agent sessions.