HackerTrans
トップ新着トレンドコメント過去質問紹介求人

eterer

no profile record

投稿

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

github.com
3 ポイント·投稿者 eterer·3 か月前·3 コメント

I built a package manager for agent skills

github.com
3 ポイント·投稿者 eterer·4 か月前·1 コメント

コメント

eterer
·3 か月前·議論
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 か月前·議論
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. :)