What problem does it solve?
This Skill drastically reduces the time spent searching for answers to technical questions by prioritizing local, project-specific documentation. It provides a semantic search tool for the .docs/ directory, ensuring you get relevant, context-aware information quickly, rather than sifting through generic internet results.
Core Features & Use Cases
- Semantic Search: Use
make search-docs to intelligently query local documentation for specific topics and code examples.
- Comprehensive Local Knowledge Base: Access detailed documentation on Next.js, TanStack Query, Better Auth, GORM, Tailwind CSS, and more.
- Documentation Workflow: Guides on how to effectively search, fetch new, and update existing documentation.
- Use Case: Before searching Google for "How to implement prefetchQuery in Next.js," use
make search-docs q="prefetchQuery TanStack Query" to quickly find relevant project-specific documentation and code snippets, saving valuable development time.
Quick Start
Search the local documentation for information on "Tailwind CSS 4" and list the top 3 results with their relevance scores.