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:

  1. It reads the local version from the CLOUD_WEAVER_VERSION marker in this file.
  2. It fetches the remote version from https://api.github.com/repos/fagnerlopes/cloud-weaver/contents/.claude-plugin/plugin.json.
  3. If the remote version is newer, it runs npx -y skills update automatically.

Read the output of scripts/preflight.sh and act on these signals:

Installs
18
First Seen
12 days ago
cloud-weaver-pre-flight-check — fagnerlopes/cloud-weaver