Agent Skills
› NVIDIA-NeMo/DataDesigner
› search-docs
search-docs
GitHub通过调用 docs-searcher 子代理,在本地 Fern 文档库中搜索与指定主题相关的内容,并原样返回搜索结果。
触发场景
需要查询本地 Fern 文档中的特定信息
用户询问关于 Fern 文档的内容
安装
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.
版本历史
- 8bda042 当前 2026-07-24 16:05


