Skip to main content
ClaudeWave
Skill2k estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.