# Workspace Search

> Keeps local retrieval, file search, and nearby context gathering available in-session.

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

---


# Workspace Search

Use this built-in skill as the default search posture before making non-trivial repo changes.

## Core rules

- Search before editing when the code path is not already obvious.
- Prefer the smallest relevant set of files, symbols, and tests instead of browsing broadly without purpose.
- Keep retrieval grounded in the current repo rather than substituting generic assumptions.

