# Code Search

> Fast repo navigation using glob + grep patterns. Use when this capability is needed.

- Skill: `tomevault-io/code-search-7` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/code-search-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/code-search-7/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/code-search-7

---


# Code Search

## Purpose

Find files and implementations quickly with predictable search patterns.

## Inputs

- thing to locate (function, class, config, command)
- optional path scope

## Process

1. Use file pattern search for likely locations.
2. Use content search for exact symbols and related terms.
3. Read smallest relevant files first.
4. Return precise file references.

## Output Format

- likely file paths
- exact symbol locations
- short explanation of where logic lives

## Quality Checks

- [ ] Search was scoped before broadening
- [ ] Results include clickable paths
- [ ] False positives filtered

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/dtsong) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

