docs-search

Search project documentation for function signatures and API details before implementing code.

8|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/23blocks-OS/ai-maestro-plugins --skill docs-search-23blocks-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-search
Source: https://github.com/23blocks-OS/ai-maestro-plugins/tree/main/src/skills/docs-search
Command: npx skills add https://github.com/23blocks-OS/ai-maestro-plugins --skill docs-search-23blocks-os

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents developers from writing code without first consulting existing documentation, reducing errors, duplicated effort, and inconsistencies.

Core Features & Use Cases

  • Proactive Documentation Search: Automatically searches documentation for function signatures, API details, class definitions, and comments upon receiving any user instruction.
  • Contextual Understanding: Ensures the AI understands the codebase structure and best practices before implementing solutions.
  • Use Case: When asked to "implement a user authentication service," the AI will first search for existing authentication patterns and user service signatures in the documentation, ensuring it uses the correct methods and adheres to established patterns.

Quick Start

Use the docs-search skill to find documentation for the 'PaymentService' class.

Frequently Asked Questions about docs-search

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

FAQPage Schema
How do I search existing documentation for function signatures before writing code?

To search documentation for function signatures, you can use proactive documentation search to automatically look up API details and class definitions before implementing any instruction. This ensures adherence to documented patterns and reduces duplicated code.

What is the best way to prevent runtime errors when implementing new API endpoints?

The best way to prevent runtime errors is performing a proactive documentation search to retrieve existing API details and code comments before coding. This ensures the AI understands codebase structure and uses established patterns correctly.

How does semantic code search work for finding class definitions and comments?

Semantic code search works by indexing project documentation and allowing both semantic and keyword searches to retrieve class definitions and code comments. It supports document type filtering to narrow down specific codebase structures.

Can I filter documentation search results by specific document types?

Yes, you can filter documentation search results by specific document types. The proactive search supports document type filtering alongside semantic and keyword searches to accurately locate function signatures and API details.

Why does the AI search docs before implementing a user authentication service?

The AI searches docs before implementing a user authentication service to find existing authentication patterns and user service signatures. This ensures it uses correct methods, adheres to established patterns, and reduces the likelihood of runtime errors.

Do I need to manually index project documentation for code search?

You need auto-generated project documentation available for the skill to index. The proactive search automatically indexes this documentation to retrieve class definitions, function signatures, and API details before executing user instructions.