HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eterer

no profile record

Submissions

I built a skill manager for AI agents. The agents install the skills themselves

github.com
3 points·by eterer·3 tháng trước·3 comments

I built a package manager for agent skills

github.com
3 points·by eterer·4 tháng trước·1 comments

comments

eterer
·3 tháng trước·discuss
the agent can only pick up what you have in your personal skill library, it doesn't just randomly fetch skills from the internet. thats actually the core principle of reseed: manage your personal library at one central place and use reseed to distribute those skills into your projects or keeping them in sync.
eterer
·4 tháng trước·discuss
If you're using custom skills with your AI coding agent, you've probably hit this: skills are either global and load into every project, or they live in one repo and need to be copied around manually.

reseed gives you a personal, central skill library. Pull in open source skills from GitHub, write your own, group them into packs, and install exactly what each project needs with one command.

Free and open source. Works with any agent that uses a skill directory convention.

If you find it useful, a star on GitHub would mean a lot. Contributions are also welcome. :)