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

Published: (January 15, 2026 at 10:29 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

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

Project Overview

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 were scattered all over GitHub, making it 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 the directory at agentskills.guide.

Stack

  • Next.js – Frontend
  • Sanity – Data store
  • A bunch of AI‑written scripts to parse SKILL.md files

Result

It’s open and free—a simple directory to help you find tools for your agents without digging through dozens of repo forks.

Check it out if you’re building agents, and let me know if the “Vibe Coding” approach is working for you—it honestly brought the fun back into coding for me.

Back to Blog

Related posts

Read more »