Agent Skills
› NVIDIA-NeMo/DataDesigner
› search-docs
search-docs
GitHub调用 docs-searcher 子代理搜索本地 Fern 文档,根据用户输入的主题检索相关内容并原样返回结果。
Trigger Scenarios
查询本地文档内容
检索特定主题的技术资料
Install
npx skills add NVIDIA-NeMo/DataDesigner --skill search-docs -g -y
SKILL.md
Frontmatter
{
"name": "search-docs",
"metadata": {
"internal": true
},
"description": "Search local Fern documentation for content related to a topic",
"argument-hint": "<search-topic>"
}
Documentation Search
Use the docs-searcher subagent to search local Fern 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.
Version History
- 8bda042 Current 2026-07-24 16:05


