Armory
Source
Browse
Skills

docs-search

Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs", "find documentation", "look up a function", "check the API", or before implementing changes to verify correct signatures and patterns.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install docs-search --cli claude

writes the skill into.claude/skills/docs-search/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/docs-search/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs", "find documentation", "look up a function", "check the API", or before implementing changes to verify correct signatures and patterns.

When to use it

Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs", "find documentation", "look up a function", "check the API", or before implementing changes to verify correct signatures and patterns.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-maestro/docs-search/SKILL.md -o .claude/skills/docs-search/SKILL.md

Notes

Extracted from davila7/claude-code-templates, docs-search category.