Built systems to 3M+ subscribers & 400M views/mo. Now applying that to AI. Writing what works in production so you can steal the playbook and shortcut the learning curve.
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?
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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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?
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
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.