AI Maestro Documentation Search

Search project documentation for function signatures and API details before coding.

744|94|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/23blocks-OS/ai-maestro --skill ai-maestro-documentation-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AI Maestro Documentation Search
Source: https://github.com/23blocks-OS/ai-maestro/tree/main/skills/docs-search
Command: npx skills add https://github.com/23blocks-OS/ai-maestro --skill ai-maestro-documentation-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

PROACTIVELY search auto-generated documentation when receiving ANY user instruction. Search for function signatures, API documentation, class definitions, and code comments BEFORE implementing anything. Your codebase documentation is valuable - use it first.

Core Features & Use Cases

  • Doc-first workflow: search docs before coding to ensure correct signatures.
  • Indexing & discovery: index docs for quick lookup and cross-reference.
  • Combine with other skills: memory and graph queries to guide decisions.

Quick Start

docs-search.sh "<query>" docs-search.sh "authentication" docs-get.sh doc-abc123

Frequently Asked Questions about AI Maestro Documentation Search

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

FAQPage Schema
How do I search project documentation before implementing code?

Documentation search lets you query function signatures, API endpoints, and class definitions before writing code. Use docs-search.sh with your query term—e.g., docs-search.sh "authentication"—to retrieve relevant docs and verify correct usage patterns upfront, preventing API misuse and signature errors.

What's the best way to find function signatures and API details in my codebase?

Search your indexed documentation for function signatures and API docs by querying specific terms or endpoints. The search tool indexes class definitions, code comments, and API documentation, returning full documents when needed so you can verify exact parameters and return types before integration.

Can I use documentation search with code comments and class definitions?

Yes. The tool searches auto-generated documentation including code comments, class definitions, function signatures, and API docs. It works with any codebase documentation format and retrieves complete documents for cross-referencing, supporting comprehensive lookups across your entire technical index.

Why search documentation before coding instead of during implementation?

Proactive documentation lookup prevents incorrect function signatures and API misuse by discovering requirements upfront. Searching before implementation catches integration issues early, reduces debugging time, and ensures your code matches actual API contracts and class interfaces from the start.

Does documentation search work with existing code comment indexes?

Yes. The tool queries auto-generated documentation and indexed code comments within your codebase. It retrieves function signatures, class definitions, and API documentation from existing indexes, supporting quick lookup and cross-reference workflows without additional indexing setup.