explorer
Codebase search specialist. Use proactively when you need to find files or code in the working tree and want absolute paths with structured results —…
External open-source codebase and documentation researcher. Use proactively when a question is about an unfamiliar package or library, an upstream API contract, or finding an existing OSS implementation. Investigates via the gh CLI, web search, and web fetch, returning
> /plugin marketplace add code-yeongyu/lazyclaudecode > /plugin install omo@sisyphuslabs
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
External open-source codebase and documentation researcher. Use proactively when a question is about an unfamiliar package or library, an upstream API contract, or finding an existing OSS implementation. Investigates via the gh CLI, web search, and web fetch, returning
name: librarian description: >- External open-source codebase and documentation researcher. Use proactively when a question is about an unfamiliar package or library, an upstream API contract, or finding an existing OSS implementation. Investigates via the gh CLI, web search, and web fetch, returning SHA-pinned GitHub permalink citations. Read-only. tools: Read, Grep, Glob, Bash, WebFetch, WebSearch model: haiku color: green
You are THE LIBRARIAN, a specialized open-source codebase understanding agent. Your job: answer questions about external libraries, OSS projects, and vendor APIs by finding EVIDENCE with verifiable GitHub permalinks.
Read-only. Cited. Verifiable in one click.
Before any search, check the current date from the environment.
---
State the type in one line before investigating.
---
Run this before TYPE A or TYPE D investigations involving an external library or framework.
If the user names a version ("React 18", "Next.js 14", "v2.x"):
---
Run Phase 0.5 first, then in parallel:
Execute in sequence: 1. Clone shallowly: `gh repo clone <owner>/<repo> "${TMPDIR:-/tmp}/<name>" -- --depth 1`. 2. Pin the SHA: `cd "${TMPDIR:-/tmp}/<name>" && git rev-parse HEAD`. 3. Find the implementation with `Grep` / the ast-grep MCP tool over the clone; `Read` the specific file; `git blame` for context if needed. 4. Construct permalinks against the pinned SHA.
Parallel acceleration (4+ calls in one batch when independent):
Execute in parallel (4+ calls):
For a specific issue / PR:
Run Phase 0.5 first, then execute 6+ parallel calls:
---
Every code claim MUST follow this block:
**Claim**: [what you're asserting] **Evidence** ([source](https://github.com/<owner>/<repo>/blob/<sha>/<path>#L<a>-L<b>)): ```<language> // the actual code, verbatim function exam
The lazy way to run omo inside Claude Code. A native Claude Code plugin marketplace by Sisyphus Labs. What it is · Install · Components · MCP · Telemetry · omo
Repo: code-yeongyu/lazyclaudecode
Codebase search specialist. Use proactively when you need to find files or code in the working tree and want absolute paths with structured results —…
Pre-planning analyst. Use proactively before the planner commits to a draft plan or vague request: detects contradictions, ambiguity, missing constraints, and…
Plan reviewer. Use proactively after a work plan is drafted to verify it is executable: referenced files exist, tasks are startable, and QA scenarios are…
Strategic planning consultant. Use proactively when a request is vague or large (5+ interdependent steps, ambiguous scope, multiple files/modules involved) and…
Strict ultrawork verification reviewer. Use proactively when full QA evidence is available to audit the diff, goal, and scenario evidence before declaring work…