Lazyload cloud sync
Use lazyload-cloud to prepare, authenticate, and sync a local project index with the Cloudflare-backed backend. Use this when the task depends on remote status, remote query mode, or Cloudflare deployment/setup.From its SKILL.md
npx -y skills add ozekimasaki/lazyload-cloud --skill lazyload-cloud-syncAssembled 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
0.6 KB, 85 tokens by cl100k_base, as published. Nobody here has run it
Use this skill for operational workflows around auth, sync, and remote status.
Recommended workflow:
- Run
scripts/auth-status.shto confirm resolved auth. - Run
scripts/status.shto inspect local vs remote project state. - Run
scripts/sync-index.shafter indexing if remote data must be current.
If remote auth is missing, use lazyload-cloud auth login before syncing.
What ships with it: 4 files
724 B alongside SKILL.md, 3 of them executable
references/
- REMOTE_WORKFLOW.md198 B
scripts/
- auth-status.shruns168 B
- status.shruns192 B
- sync-index.shruns166 B