docs-search

Semantically search indexed documentation for function signatures, class definitions, APIs, and code comments.

Updated Nov 29, 2025
One-click install
npx skills add https://github.com/thimslugga/agent-skills --skill docs-search-thimslugga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-search
Source: https://github.com/thimslugga/agent-skills/tree/main/skills/ai-maestro/docs-search
Command: npx skills add https://github.com/thimslugga/agent-skills --skill docs-search-thimslugga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly locate function signatures, API docs, class definitions, and code comments across a codebase to accelerate understanding and implementation.

Core Features & Use Cases

  • Semantic search over functions, classes, modules, and readme content
  • Index management to keep documentation up to date
  • Quick retrieval of exact definitions for API surfaces during development or review
  • Use Case: When you need to verify a function signature before integrating or refactoring

Quick Start

Run docs-search.sh "<your search query>" to locate relevant documentation across the indexed project.

Frequently Asked Questions about docs-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search codebase documentation for function signatures and API details?

You can search codebase documentation by running a shell script with your query to semantically locate function signatures, class definitions, and code comments across an indexed project database.

What's the best way to find exact API definitions before refactoring a large codebase?

Finding exact API definitions before refactoring is best handled by semantically searching indexed code comments and class definitions to retrieve relevant documentation quickly without manual file scanning.

Do I need a locally indexed database to perform semantic documentation search?

Yes, performing semantic documentation search requires a locally indexed docs database and the AI Maestro tooling to ensure accurate and fast lookups across the project.

Can I retrieve readme content and module documentation during code review?

Yes, retrieving readme content and module documentation during code review is supported through the semantic search functionality that indexes these files alongside functions and classes.

How does index management keep codebase documentation up to date for search?

Index management keeps codebase documentation up to date by maintaining the local docs database, ensuring that semantic search queries return current function signatures and API details.