6 skills found
jzOcb / config-guardPrevent OpenClaw config changes from crashing the gateway. Auto-backup, schema validation, critical field checks, and auto-rollback. Use before any config.apply, config.patch, or openclaw.json edit.
rwi001 / godot-4-migrationSpecialized guide for migrating Godot 3.x projects to Godot 4 (GDScript 2.0), covering syntax changes, Tweens, and exports.
kylemoschetto / wrapupWrap up the current session - commit changes, update docs, and prepare for next session
tsvetan-basic-rum / releaseintro Prepare a release by updating docs and bumping the version. Steps 1. Analyze changes since last release
jwp23 / wrapupWrap up the current session - commit changes, update docs, and prepare for next session
TUAN130294 / apiAPI Design Rules (REST) Naming & Versioning - RESTful, noun-based: `/api/v1/users/:id`, `/api/v1/reports/daily`. - Version in path (`/api/v1`); keep breaking changes behind new version. Requ