# Lazyload Cloud Project

> Use lazyload-cloud to understand project shape: list files, list functions, inspect module dependencies, and check architecture overview. Use this before deep code changes or when onboarding into a repository.

- Skill: `ozekimasaki/lazyload-cloud-project` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add ozekimasaki/lazyload-cloud-project`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ozekimasaki/lazyload-cloud-project/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: MIT
- Author: ozekimasaki (https://skillmd.com/u/ozekimasaki)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ozekimasaki/lazyload-cloud-project

---


Use this skill when the task is structural rather than symbol-specific.

Recommended workflow:

1. Run `scripts/list-files.sh` to identify hot spots.
2. Run `scripts/list-functions.sh` to see the most relevant entry points.
3. Run `scripts/module-dependencies.sh <module>` to understand how one module connects to the rest of the project.
4. Run `scripts/overview.sh` for a compact architecture summary.

