Summary
获取非 OpenAI 第三方库、SDK 或 API 的当前文档,并据此解释用法、核对签名或实现集成。当用户要求查询供应商 API、使用指定版本 SDK、验证参数/错误行为,或记录文档相关坑时使用。优先使用可用的官方或专用文档连接器;否则用 chub 获取社区整理文档,并在时效性重要时回查供应商官方来源。OpenAI…
zrr1999/skills · Archived
获取非 OpenAI 第三方库、SDK 或 API 的当前文档,并据此解释用法、核对签名或实现集成。当用户要求查询供应商 API、使用指定版本 SDK、验证参数/错误行为,或记录文档相?
npx skills add zrr1999/skills --skill get-api-docs
获取非 OpenAI 第三方库、SDK 或 API 的当前文档,并据此解释用法、核对签名或实现集成。当用户要求查询供应商 API、使用指定版本 SDK、验证参数/错误行为,或记录文档相关坑时使用。优先使用可用的官方或专用文档连接器;否则用 chub 获取社区整理文档,并在时效性重要时回查供应商官方来源。OpenAI…
This repository is archived — consider an actively maintained alternative.
适用于软件设计、架构拆分、边界划分、接口规划、复杂度控制、重构方案评审等场景。只要任务核心是“怎…
40 installs用个人偏好和项目证据完成技术栈、框架、工?
33 installs个人现代化技术栈说明。在进行任何规划或实现功能、搭建项目脚手架、写示例代码或 CI/自动化配置等任…
13 installs终端取证与 CLI 自动化优先:用 rg/fd、bat、sd、delta/difft、http/jq、fzf、hyperfine、dust/duf/pr…
12 installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
Search Remotion documentation
63.8K installsRead and write Google Docs.
52K installsGoogle Docs: Append text to a document.
44.6K installsQuery official Microsoft documentation to find concepts, tutorials, and code examples across Az…
14.5K installsEnsure that Java types are documented with Javadoc comments and follow best practices for docum…
10.6K installsEnsure that C# types are documented with XML comments and follow best practices for documentati…
9.5K installsOther skills from zrr1999/skills · top by installs.
npx skills add zrr1999/skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
3,763 B
SUMMARY.md
574 B
用已检索的当前文档回答或实现,而不是凭训练记忆猜 API。完成时应满足:
选择能直接回答问题的最窄权威来源:
openai-docs skill / Developer Docs connector;官方能力不可用时才把 chub 作为明确标注的 fallback。chub 的社区整理文档;时效性、未发布版本或精确 schema 很重要时,再用供应商官方文档核验。tech-preferences;选定后再用本 skill 查正确用法。社区文档可能滞后。不要把“未检索到”写成“API 不存在”,也不要混用不同版本的示例。
chub 前先检查 chub --help 和相关子命令 help,从本机版本发现精确语法。若命令不可用,改用可用的官方来源并说明无法读取本地 annotation。先给基于文档的结论或实现,再列关键来源、版本、验证和仍缺失的证据。核心问题已有足够支持时停止;不要为补充非必要背景反复检索。