cloudcannon-configuration

Installation
SKILL.md

CloudCannon configuration

Do this before writing any configuration

mkdir -p .cloudcannon/migration
curl -sL "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.latest.schema.json" \
  -o .cloudcannon/migration/cloudcannon-config.latest.schema.json
curl -sL "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-initial-site-settings.schema.json" \
  -o .cloudcannon/migration/cloudcannon-initial-site-settings.schema.json

Do not proceed until both files exist. Training data hallucinates keys — the schemas are the only authoritative source.

These are large generated reference files, not project artefacts — add .cloudcannon/migration/*.schema.json to .gitignore so they aren't committed. (The migration phase docs in the same folder are intentional and should be kept.)

Before writing any key, query the schema:

Installs
113
GitHub Stars
9
First Seen
Apr 23, 2026
cloudcannon-configuration — cloudcannon/agent-skills