Show HN: I built a 38K-line Rust CLI using 3 AI models as my engineering team
Hacker News (AI)
•
Generative AI
Hi HN, I was getting incredibly frustrated with the current state of AI agent skill managers (like skills.sh). They rely on heavy Node.js runtimes just to manage a few skills, symlinks break constantly across environments, and there's no real determinism. I wanted a tool that treats agent skills like Terraform treats infrastructure: Config-as-Code, purely deterministic, and zero-dependency. So I built eden-skills - a single ~10MB Rust binary based on Tokio that uses a skills.toml to lock every skill by commit.