Lazyload cloud
Use lazyload-cloud to inspect codebases with compact queries, architecture overviews, call traces, type traces, references, and related context. Use this when you need targeted code context instead of loading many files.From its SKILL.md
npx -y skills add ozekimasaki/lazyload-cloud --skill lazyload-cloudAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, 202 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 10 files
2.1 KB alongside SKILL.md, 8 of them executable
examples/
- symbol-query.tsv155 B
references/
- WORKFLOW.md295 B
scripts/
- find-references.shruns210 B
- get-class.shruns198 B
- get-function.shruns204 B
- overview.shruns230 B
- query-symbols.shruns208 B
- suggest-related.shruns210 B
- trace-calls.shruns202 B
- trace-types.shruns202 B