Use lazyload-cloud as your default skill for focused code exploration.
Recommended workflow:
- Run
scripts/overview.shfor a quick architecture view. - Run
scripts/query-symbols.sh <query>to locate the best symbol candidates. - Run
scripts/get-function.sh <symbol>orscripts/get-class.sh <symbol>to inspect one target. - Run
scripts/trace-calls.sh <symbol>orscripts/trace-types.sh <symbol>when you need relationships. - Run
scripts/find-references.sh <symbol>orscripts/suggest-related.sh <symbol>to expand context.
Notes:
- The scripts emit compact output that is optimized for agent consumption.
- Set
LAZYLOAD_CLI_BINif you want to point at a local binary instead ofnpx lazyload-cloud. - For Claude Code, the skill lives under
.claude/skills/. Other Agent Skills-compatible clients can reuse the same folder structure.