Agent Skills
› NVIDIA-NeMo/DataDesigner
› search-docs
search-docs
GitHub通过调用 docs-searcher 子代理,在本地 Fern 文档中搜索指定主题的内容并返回结果。
Trigger Scenarios
用户需要查找特定技术主题的文档内容
用户询问关于 Fern 框架或工具的使用细节
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


