cloud-weaver-pre-flight-check
Installation
SKILL.md
Pre-Flight Check
Validate that the current environment is ready for cloud-weaver work. This is the first skill invoked at session start.
Step 0 — Version Check
The cloud-weaver marker above contains the loaded version of the cloud-weaver skills.
The preflight script (scripts/preflight.sh) handles the version check and auto-update automatically:
- It reads the local version from the
CLOUD_WEAVER_VERSIONmarker in this file. - It fetches the remote version from
https://api.github.com/repos/fagnerlopes/cloud-weaver/contents/.claude-plugin/plugin.json. - If the remote version is newer, it runs
npx -y skills updateautomatically.
Read the output of scripts/preflight.sh and act on these signals: