Loading...
Loading...
Use when the user asks about internal code, implementations, patterns across repositories, or needs to understand how something is built. Triggers on "how is X implemented", "where is the code for", "find the implementation of", "what repos contain", "who wrote the code for", or code architecture questions about internal systems.
npx skill4agent add gleanwork/claude-plugins code-explorationglean-tools-guidemcp__glean_[server-name]__[tool]/deprecated//old//legacy/| User Intent | Glean Tool |
|---|---|
| Find code by content, pattern, or file | |
| Find related design docs or specs | |
| Identify code owners/contributors | |
| Read full file content | |
# Search by content
code_search "authentication middleware"
code_search "rate limiting implementation"
# Search by contributor
code_search "owner:\"John Smith\" billing service"
code_search "from:me updated:past_week"
# Search by time
code_search "after:2024-01-01 payments API"
# Search by file pattern
code_search "*.proto user service"code_search "[system name]"search "[system name] design doc OR architecture"code_search "owner:* [system] updated:past_month"read_documentNo high-quality code examples found for [topic].
**What was searched:**
- [Queries attempted]
**What was filtered:**
- [X] matches - [reasons: outdated/poor quality]
**Suggestions:**
- Check external libraries
- Ask in [relevant channel]
- This may need to be built from scratch/glean-code:codebase-context [system]/glean-code:find-examples [API/pattern]/glean-code:code-owners [component]/glean-code:similar-code [pattern]