DEV Community

Cover image for I built a directory for Agent Skills (5k+ indexed) using Vibe Coding
SUPERHUANG2
SUPERHUANG2

Posted on

I built a directory for Agent Skills (5k+ indexed) using Vibe Coding

Hey devs, Just wanted to share a little project I shipped this weekend.

I was getting super annoyed trying to find good agent skills for my local agents. They are scattered all over GitHub and it's a mess.

So I decided to "Vibe Code" a solution. If you haven't tried this workflow yet (basically letting AI handle the heavy lifting while you direct the high-level logic), you need to. I used it to build a recursive crawler that indexed over 5,000+ skills way faster than I could have done manually. The result is agentskills.guide.

The Stack:
Next.js (Frontend)
Sanity (Data)

A bunch of AI-written scripts to parse SKILL.md files
It’s open and free. Just a directory to help you find tools for your agents without digging through 50 tabs of repo forks.

Check it out if you're building agents. Also, let me know if the "Vibe Coding" approach is working for you guys—it honestly brought the fun back into coding for me.

Top comments (0)