DEV Community

Docs skills for AI

I need to accept that I can't compete with AI in terms of speed. Although I’m still waiting for the exact moment the bubble bursts and pricing forces people to use tokens more mindfully, I just can't match the speed of an AI agent when I'm searching for something in the codebase.

However, models still hallucinate sometimes, which is why RAG was created. RAG is cool when you need to search the internet for something, but what’s even cooler is giving your agents skills backed by references from official documentation.

Although I originally built this for myself, I thought this repo of skills would be useful to share with everyone! :)

https://github.com/cookieMonsterDev/agents-skills/tree/master

Top comments (0)