一键导入
find-symbols
Use when locating where a symbol, function, type, command, or constant is defined or referenced, instead of grep/find/read chains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when locating where a symbol, function, type, command, or constant is defined or referenced, instead of grep/find/read chains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when waiting for servers, jobs, files, tests, queues, or external processes.
Use when a bounded subtask is summarization, mechanical review, fixture inspection, proposal triage, verification, or boilerplate.
Use when tempted to add broad abstractions, future-proofing, or extra product surface beyond the requested change.
Use before asking the user about infrastructure, preferences, conventions, prior decisions, or past incidents.
Use when evaluating reviewer feedback, review delegates, or suggested code changes.
Use when you need a project fact, document, relationship, investigation note, or prior finding that may already be captured.
| name | find-symbols |
| description | Use when locating where a symbol, function, type, command, or constant is defined or referenced, instead of grep/find/read chains. |
| source | bundled |
| triggers | {"tool":["Bash"],"arg_pattern":["rg ","grep ","find "]} |
Use Aimee's code index before starting a broad text search for a code symbol.
Preferred route:
find_symbol tool or run aimee index find <symbol> for definitions and references.rg only when the index has no entry, is stale, or the target is plain text rather than a code symbol.The index is meant to avoid exploratory grep/find/read chains. If it gives a precise file and line, use that as the starting point.