# Search

> Search developer knowledge. lookup: library, framework, SDK, CLI, or cloud API questions — Context7, inline answer. investigate: topic research or reading legwork — background agent, findings as a repo Markdown file.

- Skill: `fernando-delosrios-sp/search` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add fernando-delosrios-sp/search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fernando-delosrios-sp/search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: fernando-delosrios-sp (https://skillmd.com/u/fernando-delosrios-sp)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fernando-delosrios-sp/search

---


Same intent ("look this up"), two depth contracts. Classify once, then follow one branch to completion.

## Route

1. **Classify**
   - **lookup** — a direct answer suffices: one library, one API/config/syntax question, version-specific behavior, setup or CLI usage.
   - **investigate** — reading legwork delegated: multiple sources synthesized, primary-source audit, or findings saved to the repo as Markdown.
   - When unsure, start **lookup**; escalate to **investigate** when lookup exhausts its command budget or the user wants a written artifact.

2. **Follow the branch** — load and run [`LOOKUP.md`](LOOKUP.md) or [`INVESTIGATE.md`](INVESTIGATE.md).

`/find-docs` → lookup. `/research` → investigate.

