From glean-core
Searches Glean for company documents, policies, specs, wikis, RFCs, and enterprise knowledge outside the local codebase.
npx claudepluginhub gleanwork/claude-plugins --plugin glean-coreThis skill uses the workspace's default tool permissions.
When users ask about internal company information that lives in enterprise systems (not the local codebase), use Glean tools to find it.
Searches Confluence, Jira, and internal docs for company systems, terminology, processes, deployment, authentication, infrastructure, and technical concepts with parallel cited results.
Guides selection of Glean MCP tools for enterprise search tasks including document, employee, meeting, email, code discovery, and activity lookup. Covers decision tree, query formatting, and best practices.
Searches group Yuque knowledge bases using natural language queries, extracts keywords, retrieves relevant docs via yuque-mcp tools, and summarizes answers with key points and source links. For team repository Q&A.
Share bugs, ideas, or general feedback.
When users ask about internal company information that lives in enterprise systems (not the local codebase), use Glean tools to find it.
See the glean-tools-guide skill for Glean MCP tool naming conventions. Tools follow the pattern mcp__glean_[server-name]__[tool] where the server name is dynamic. Use whatever Glean server is available in your tool list.
Use Glean search when users ask about:
Not every search result is relevant or current. Before presenting results, evaluate:
Relevance Test
Freshness Test
Authority Test
Filter Out:
See confidence-signals skill for how to communicate reliability.
| User Intent | Glean Tool |
|---|---|
| Find documents, policies, specs | search |
| Complex analysis across sources | chat |
| Read full document content | read_document |
Glean understands natural language. Enhance queries with filters when helpful:
# Recent documents
"API documentation updated:past_week"
# By author
"design doc owner:\"Sarah Chen\""
# Date range
"quarterly planning after:2024-01-01"
# Specific app
"authentication RFC app:confluence"
search to find relevant documentsread_document with URLs from vetted resultschat for multi-source analysisWhen presenting information from Glean, always include:
confidence-signals skill)This allows users to assess reliability and explore further.
Don't pad with weak results:
No relevant results found for [query].
**What was searched:**
- [Search terms used]
**Suggestions:**
- Try alternative terms: [suggestions]
- Ask in [relevant channel]
- This may not be documented
For comprehensive, structured workflows, suggest the relevant slash command:
/glean-search:search <query> - Quick search with formatted results/glean-docs:verify-rfc - Compare spec to implementation/glean-meetings:catch-up - Systematic catch-up after time away