Skip to main content
ClaudeWave
Skill2k repo starsupdated today

search-docs

The search-docs Claude Code skill queries local documentation files in the docs/ folder using a docs-searcher subagent to locate content matching a specified topic. Use this skill when you need to find relevant information within project documentation without manually browsing files, particularly within the NVIDIA NeMo DataDesigner repository.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/NVIDIA-NeMo/DataDesigner /tmp/search-docs && cp -r /tmp/search-docs/.agents/skills/search-docs ~/.claude/skills/search-docs
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Documentation Search

Use the `docs-searcher` subagent to search local documentation for content related to: **$ARGUMENTS**

Call the Task tool with:
- `subagent_type: "docs-searcher"`
- `mode: "bypassPermissions"`
- `prompt`: the search topic

Report the results back to the user exactly as returned by the agent.