Cheez Search

AST-aware code search using tilth MCP. Finds definitions first, then usages. Use tree-sitter structural matching instead of blind text grep. Understand dependencies and call graphs. Use when: finding where symbols are defined, tracing call chains, understanding code structure, finding all callers of a function. Do NOT use for reading files — use cheez-read. Do NOT use for editing — use cheez-write. Examples: "find where handleAuth is defined", "what calls validateToken?", "trace the ServeHTTP, HandlersChain, Next functions", "find all implementations of the UserService interface".

paulnsorensen Updated

File contents

paulnsorensen/cheese-flow/tree/main/skills/cheez-search commit 78431a4be3

Frequently asked questions

npx skillmds@latest add paulnsorensen/cheez-search