{"id":31620795,"url":"https://github.com/derailed-dash/adk-docs-ext","last_synced_at":"2026-02-14T23:32:11.194Z","repository":{"id":314659510,"uuid":"1056316804","full_name":"derailed-dash/adk-docs-ext","owner":"derailed-dash","description":"Provides Gemini with up-to-date information about ADK. The documentation content is sourced from llms.txt - either from the official ADK-Docs repo, or one you supply.","archived":false,"fork":false,"pushed_at":"2025-12-06T11:36:52.000Z","size":40,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-10T05:51:39.930Z","etag":null,"topics":["adk","agent-development-kit","gemini-cli","gemini-cli-extensions","mcp-server"],"latest_commit_sha":null,"homepage":"https://medium.com/google-cloud/give-your-ai-agents-deep-understanding-with-llms-txt-4f948590332b","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/derailed-dash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-13T20:41:10.000Z","updated_at":"2025-12-06T18:13:06.000Z","dependencies_parsed_at":"2025-10-21T01:10:02.199Z","dependency_job_id":"a1e4e253-14c8-4522-a4eb-ff3b2c7ad575","html_url":"https://github.com/derailed-dash/adk-docs-ext","commit_stats":null,"previous_names":["derailed-dash/adk-docs-ext"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/derailed-dash/adk-docs-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derailed-dash%2Fadk-docs-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derailed-dash%2Fadk-docs-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derailed-dash%2Fadk-docs-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derailed-dash%2Fadk-docs-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derailed-dash","download_url":"https://codeload.github.com/derailed-dash/adk-docs-ext/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derailed-dash%2Fadk-docs-ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29460706,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T22:42:09.113Z","status":"ssl_error","status_checked_at":"2026-02-14T22:42:05.053Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adk","agent-development-kit","gemini-cli","gemini-cli-extensions","mcp-server"],"created_at":"2025-10-06T15:42:46.889Z","updated_at":"2026-02-14T23:32:11.188Z","avatar_url":"https://github.com/derailed-dash.png","language":null,"funding_links":[],"categories":["Development"],"sub_categories":[],"readme":"# ADK Docs Extension for Gemini CLI\n\nThis extension provides documentation support for using the [Agent Development Kit (ADK)](https://google.github.io/adk-docs/).\n\n## Repo Metadata\n\nAuthor: Darren Lester\n\n## How It Works\n\nThis Gemini CLI extension uses the [MCP LLMS-TXT Doc Server](https://pypi.org/project/mcpdoc/) to provide the Gemini model with up-to-date information about ADK. The documentation content is sourced from the `llms.txt` file in the [official ADK-Docs](https://github.com/google/adk-docs). This file is effectively a sitemap of the ADK documentation.\n\nThe extension's `GEMINI.md` file provides instructions to the Gemini model, guiding it to use the tools provided by this extension when answering questions about ADK.\n\n## Why Is This Useful?\n\nThis extension empowers Gemini CLI to provide accurate and current information about ADK, without relying on potentially outdated internal knowledge. This is particularly useful for:\n\n*   Answering questions about ADK's features and APIs.\n*   Assisting with development tasks related to ADK.\n*   Ensuring that the information provided by the Gemini CLI is consistent with the latest ADK documentation.\n\n## Extension Installation into Gemini CLI\n\nThe easiest way to install this extension is with this command:\n\n```bash\ngemini extensions install https://github.com/derailed-dash/adk-docs-ext\n```\n\nThe command will respond with:\n\n`Extension \"adk-docs-ext\" installed successfully and enabled.`\n\nAlternatively, you can clone this repo directly into your `extensions` folder.\n\nFor global installation:\n\n```bash\nmkdir -p ~/.gemini/extensions\ngit clone https://github.com/derailed-dash/adk-docs-ext.git ~/.gemini/extensions/adk-docs-ext\n```\n\nFor workspace-level installation:\n\n```bash\nmkdir -p ./.gemini/extensions\ngit clone https://github.com/derailed-dash/adk-docs-ext.git ./.gemini/extensions/adk-docs-ext\n```\n\nGemini CLI will automatically load the extension on startup and will then use the relevant tools to answer any questions relating to ADK.\n\n### Using an Alternative `llms.txt` Path\n\nYou may prefer to specify an alternate location for your `llms.txt`, such as a local copy of the file that you generate using a custom tool.\n\nTo use it, amend the `gemini-extension.json` and replace this:\n\n```json\n    \"--urls\",\n    \"https://google.github.io/adk-docs/llms.txt\",\n```\n\nwith this:\n\n```json\n    \"--urls\",\n    \"Local_ADK_Docs:/path/to/local/llms.txt\",\n```\n\nE.g. if you're using the provided sample:\n\n```json\n{\n  \"name\": \"adk-docs-ext\",\n  \"version\": \"1.0.2\",\n  \"mcpServers\": {\n    \"adk-docs-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"--from\",\n        \"mcpdoc\",\n        \"mcpdoc\",\n        \"--urls\",\n        \"Local_ADK_Docs:${extensionPath}/sample_llms_txt/local_adk_docs_llms.txt\",\n        \"--allowed-domains\",\n        \"*\",\n        \"--transport\",\n        \"stdio\"\n      ]\n    }\n  },\n  \"contextFileName\": \"GEMINI.md\"\n}\n\n```\n\n## Acknowledgements\n\nThis extension was inspired by the [gemini-docs-ext](https://github.com/markmcd/gemini-docs-ext) by Mark McDonald.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderailed-dash%2Fadk-docs-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderailed-dash%2Fadk-docs-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderailed-dash%2Fadk-docs-ext/lists"}