cheez-read
Installation
SKILL.md
cheez-read
Hard dependency: If
mcp__tilth__tilth_readis unavailable, stop immediately and report "tilth MCP server is not loaded — cannot proceed." Do NOT fall back tocat,Read,Glob, or any host tool. Install viatilth install <host>(see README "Installing tilth MCP").
Capability detection
Before the first call, verify tilth is reachable:
- Check that
mcp__tilth__tilth_readis available. If absent, stop and report"tilth MCP server is not loaded — cannot proceed." - Make a minimal probe call:
tilth_read(path: "README.md", section: "1-1"). If the response is a JSON-RPC error or transport failure, stop and report"tilth MCP server present but unhealthy: <error>". - Any other failure (file not found, bad section range, etc.) is a content issue — proceed normally and report the result.
Smart code reading via tilth MCP (tilth_read, tilth_files, tilth_deps).
tilth replaces cat/head/tail with AST-aware file reading that understands code structure.