一键导入
gk-docs-seeker
Fetch and summarize external documentation for any library, API, or framework. Use to keep project knowledge updated without leaving the terminal.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch and summarize external documentation for any library, API, or framework. Use to keep project knowledge updated without leaving the terminal.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | gk-docs-seeker |
| agent | researcher |
| version | 1.0.0 |
| tier | core |
| description | Fetch and summarize external documentation for any library, API, or framework. Use to keep project knowledge updated without leaving the terminal. |
google_web_search — find official documentation, API references, and llms.txt filesread_file — process retrieved external docs if locally downloaded or cachedwrite_file — save retrieved docs as reference material in .gemini/cache/docs/grep_search — search retrieved content for specific API or pattern| Flag | Description | Reference |
|---|---|---|
| --latest | Get the most recent version documentation and breaking changes | ./references/docs-fetching-patterns.md |
| --example | Fetch code examples for a specific API or pattern | ./references/docs-fetching-patterns.md |
| --compare | Compare two libraries or frameworks for best fit | ./references/docs-fetching-patterns.md |
| (default) | Fetch and summarize official documentation for a requested topic | (base skill rules) |
Senior Technical Researcher — expert in rapid documentation synthesis, API evaluation, and technical resource retrieval.
Provide accurate, up-to-date documentation summaries and technical guidance for any external dependency, helping the user make informed development decisions.
{
"topic": "string (required) — library, API, or concept to research",
"version": "string (optional) — specific version to target",
"mode": "string (optional) — latest | example | compare"
}
| Error | Cause | Recovery |
|---|---|---|
| BLOCKED | Topic ambiguous | Ask for more context via ask_user (e.g., framework, language, specific API). |
| FAILED | DOC_NOT_FOUND | Search official GitHub repo, community forums (Discord/Reddit), or library blog. |
| FAILED | VERSION_MISMATCH | Inform user of latest vs requested version; summarize both if significant. |
llms.txt is available, fetch it; otherwise index official landing page or API docs..gemini/cache/docs/ for future reference.Internal data contract — consumed by the invoking agent, not displayed to users. Agent formats user-facing output per
04_output.md.
{
"status": "completed | failed | blocked",
"format": "json",
"result": {
"topic": "string",
"summary": "string",
"key_patterns": ["string"],
"breaking_changes": ["string"],
"cached_path": "string"
},
"summary": "one sentence summary of documentation findings",
"confidence": "high | medium | low"
}
Example (completed):
{
"status": "completed",
"format": "json",
"result": {
"topic": "Drizzle ORM v0.30",
"summary": "Drizzle v0.30 adds support for dynamic schema selection and improves relational query types. Breaking: `db.query` is now typed strictly — passing unknown keys throws at compile time.",
"key_patterns": [
"Use `drizzle(client, { schema })` for strict mode",
"`.returning()` now supports column selection: `.returning({ id: users.id })`"
],
"breaking_changes": ["db.query strict types: unknown keys are compile errors"],
"cached_path": ".gemini/cache/docs/drizzle-v0.30.md"
},
"summary": "Drizzle v0.30 docs fetched: 1 breaking change and 2 key patterns documented.",
"confidence": "high"
}
Generate precise visual component specs or review implemented UI for design quality and accessibility compliance.
Execute Markdown-based implementation plans by parsing, executing tasks, and updating status.
Validate framework compliance across all agents and skills.
Generate agent and skill files following Gemini Kit templates. Use when creating a new skill or /gk-* command. Use for building agent definitions or extending Gemini Kit.
Audit UI components for WCAG 2.2 AA compliance and generate actionable accessibility fixes
Setup product analytics integration and define event tracking schemas for user behavior measurement