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.
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-docsSKILL.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.
Commit current changes with a clear, descriptive message
Create a GitHub PR with a well-formatted description matching the repository PR template (flat Changes by default; optional Added/Changed/Removed/Fixed grouping)
>
Perform a thorough code review of the current branch or a GitHub PR by number.
Search GitHub issues, discussions, and PRs for content related to a topic
Update an existing GitHub PR description to reflect current changes after incorporating feedback
Use when the user wants to create a dataset, generate synthetic data, or build a data generation pipeline.