before-file-search
Use BEFORE running grep or glob commands. Reminds you to use codebase-locator agent instead of basic file search tools.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use BEFORE running grep or glob commands. Reminds you to use codebase-locator agent instead of basic file search tools.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generic migration orchestrator that reads CHANGELOG.md to understand and execute version-specific migrations
Determine feature slug interactively by auto-detecting next number and prompting user for description
Share personal documents to the shared namespace with atomic git commit and push
Use when creating implementation plans to generate properly structured plans with phases, success criteria, and project references.
Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.
ALWAYS check this skill before using grep, glob, Task tool, or doing any codebase exploration. Guides you to use specialized agents that are more efficient than basic tools.
| name | before-file-search |
| description | Use BEFORE running grep or glob commands. Reminds you to use codebase-locator agent instead of basic file search tools. |
STOP: You're about to use grep or glob.
The codebase-locator agent is specifically designed for finding files and components. It's more efficient and comprehensive than grep/glob.
Grep(pattern="authentication", ...)
Glob(pattern="**/auth*.js")
Task(
subagent_type="codebase-locator",
prompt="Find all authentication-related files",
description="Locate auth files"
)
Only use grep/glob when:
For all exploratory searches, use codebase-locator.