frankchen021/source-code-inspection
Investigate application or repository source code with search_file and read_file to explain behavior, trace root causes of runtime or query errors, and answer with precise file citations.
npx skills add https://github.com/FrankChen021/datastoria --skill source-code-inspection
Use this skill when the user wants to:
UNKNOWN_TABLEsearch_file first to locate relevant files and line numbers before reading content.read_file only for targeted sections; do not read entire files or large ranges.no matches found, refine the search and retry before giving up.Always use this exact format for source-file citations:
[[file:path/to/file.ts]][[file:path/to/file.ts#L12]][[file:path/to/file.ts#L12-L34]]Use repo-relative paths and line anchors whenever possible. Do not use normal markdown links for source-code citations.
Do not wrap file citation tokens in backticks, inline code, or fenced code blocks in your final answer. Use them as plain citation tokens in normal prose or list items so the UI can render them as clickable links.
Take frankchen021/source-code-inspection from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.