yao-geoflow-cli
Installation
SKILL.md
Yao GEOFlow Operations
Operate a running GEOFlow instance. Prefer supported bin/geoflow, then API v1 for exposed content operations, then authenticated admin web for management workflows absent from API v1.
Boundary
- Owns operational CLI/API/admin work, CSRF/session handling, idempotency, readback verification, high-risk confirmation, and secret/personal-data redaction.
- Excludes product-code edits, migrations, direct SQL, frontend design, route invention, auth bypass, and secret exposure.
- Use
yao-geoflow-designfor homepage/design payload planning.
Checks
- Confirm
artisanorbin/geoflow. - Run
scripts/geoflow_preflight.sh "<workspace>" [config] [checks]before first mutation. - Inspect CLI help,
routes/api.php, orphp artisan route:listbefore choosing a surface. - API fallback uses bearer auth, JSON,
Accept: application/json, andX-Idempotency-Key. - Admin web reads the target page first, keeps CSRF/cookies, posts the owning route, then verifies readback.
- Require explicit target/action for destructive, secret-revealing, package-download, theme-publish, bulk sync, lead export, or update-center operations.