From glean-dev-docs
Searches and fetches Glean developer docs via MCP tools for APIs, SDKs (Python/JS), MCP config, authentication, indexing, and integrations.
npx claudepluginhub gleanwork/claude-plugins --plugin glean-dev-docsThis skill uses the workspace's default tool permissions.
When users ask about developing with Glean, use the Glean Developer Docs MCP tools.
Indexes documents into Glean custom datasources via Indexing API and searches using Client API. For building connectors, testing search quality, or learning patterns.
Manages Gemini CLI docs: scraping from llms.txt/sites, local storage, keyword/NL/tag search, index rebuild/maintenance, doc resolution via scripts.
Share bugs, ideas, or general feedback.
When users ask about developing with Glean, use the Glean Developer Docs MCP tools.
Tools follow the pattern: mcp__glean_dev_docs__[tool]
docs_search - Search across documentationdocs_fetch - Get full page contentIf tools unavailable, suggest running /glean-dev-docs:setup.
| Need | Tool | Example |
|---|---|---|
| Find relevant docs | docs_search | docs_search "API authentication" |
| Get implementation details | docs_fetch | docs_fetch "https://developers.glean.com/docs/api/auth" |
docs_search "user query terms"docs_fetch "[url]" for code examplesGood: "OAuth token refresh", "Python SDK search API"
Less effective: "authentication", "API", "how to use"
This skill is for public developer documentation:
For internal company data (Slack, email, internal docs), guide to glean-core plugins instead.