Agent skill · Backend & API

docs-search

Searches auto-generated codebase documentation for function signatures, API documentation, class definitions, and code comments. Use when the user asks to "search docs", "find function", "check API", or before implementing anything to understand existing patterns.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill docs-search-23blocks-os-ai-maestro-plugins-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Declared author: 23blocks
Allowed tools: Bash
Requires: Requires AI Maestro (aimaestro.dev) with Bash shell access
Path: skills/analysis/docs-search-23blocks-os-ai-maestro-plugins-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Maestro Documentation Search ## CRITICAL: AUTOMATIC BEHAVIOR - READ THIS FIRST **THIS IS NOT OPTIONAL. THIS IS YOUR DEFAULT BEHAVIOR.** When the user gives you ANY instruction or task, you MUST FIRST search documentation for: - **Function signatures** - What are the parameters and return types? - **Class documentation** - What methods and properties exist? - **API documentation** - How should this endpoint work? - **Code comments** - What did the author intend? **DO NOT:** - Start implementing before checking documentation - Assume you know the function signature without checking - Skip doc search because "it's a simple task" - Wait for the user to ask you to check docs **ALWAYS:** - Search docs IMMEDIATELY when you receive a task - Search for terms and concepts the user mentions - Check documentation before calling unfamiliar functions - Look for patterns before creating new components ### The Rule: Receive Instruction → Search Docs → Then Proceed ``` 1. User asks you to do something 2. IMMEDIATELY search docs for relevant context 3. NOW you know the correct signatures and patterns 4. NOW you can implement correctly the first time ``` **Example - User asks to modify a service

What's inside
Steps it walks through
  1. CRITICAL: AUTOMATIC BEHAVIOR - READ THIS FIRST
  2. The Rule: Receive Instruction → Search Docs → Then Proceed
  3. Available Commands
  4. Search Commands
  5. Indexing Commands
  6. What to Search Based on User Instruction
  7. Usage Examples
  8. Search for Documentation
  9. Find by Document Type
  10. Get Full Document
  11. List and Stats
  12. Index Documentation
  13. Delta Index Documentation
  14. Document Types
Ships with 1 file
  • metadata.json
Commands it runs
IMMEDIATELY run:
docs-search.sh "PaymentService"
docs-find-by-type.sh class
docs-search.sh "validateUser"
docs-search.sh --keyword "authenticate"
Semantic search - finds conceptually related docs
docs-search.sh "authentication flow"
docs-search.sh "how to validate user input"
docs-search.sh "database connection pooling"
Keyword search - exact term matching
More from claude-skill-registry
All skills →
About this skill
What does the docs-search skill do?

Searches auto-generated codebase documentation for function signatures, API documentation, class definitions, and code comments. Use when the user asks to "search docs", "find function", "check API", or before implementing anything to understand existing patterns.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill docs-search-23blocks-os-ai-maestro-plugins-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going