Agent Skills
› NVIDIA-NeMo/DataDesigner
› search-docs
search-docs
GitHub调用 docs-searcher 子代理搜索本地 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


