agentsclimarketplace

Lazyload cloud

Skill ozekimasaki/lazyload-cloud/skills/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

Install
npx -y skills add ozekimasaki/lazyload-cloud --skill lazyload-cloud

Assembled 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:

  1. Run scripts/overview.sh for a quick architecture view.
  2. Run scripts/query-symbols.sh <query> to locate the best symbol candidates.
  3. Run scripts/get-function.sh <symbol> or scripts/get-class.sh <symbol> to inspect one target.
  4. Run scripts/trace-calls.sh <symbol> or scripts/trace-types.sh <symbol> when you need relationships.
  5. Run scripts/find-references.sh <symbol> or scripts/suggest-related.sh <symbol> to expand context.

Notes:

  • The scripts emit compact output that is optimized for agent consumption.
  • Set LAZYLOAD_CLI_BIN if you want to point at a local binary instead of npx 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/

references/

scripts/

Keep looking

Skills are one crate of 326,401. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.