v3.7.0
The Agent Skills standard layout now ships in-tree
.agents/skills/planning-with-files/ is the cross-tool Agent Skills path that Zed, Amp, Warp, Devin, Antigravity, Gemini CLI, Cursor, and the wider agentskills.io adopter list read natively. This release ships it inside the repo, so a plain git clone is discoverable by all of those tools with no per-tool setup. The mirror carries the full canonical surface: SKILL.md, references, all six templates including the autonomous plan template, and the complete script set (hook dispatchers, ledger tooling, plan-doctor).
It is wired into both maintenance systems so it cannot silently rot: sync-ide-folders.py gained a .agents manifest, and the SKILL.md joined the bump-version.py parity set plus the version-parity test (18 locked entries).
Also in this release
plan-doctor.sh(new in v3.6.0) now ships in every synced IDE skill folder, not only the two canonicalscripts/locations.docs/gemini.mdroutes new installs through the standard.agents/skills/path, which is version-locked, instead of the intentionally version-lagged.gemini/skills/variant (which stays for existing installs).AGENTS.mdand thebump-version.pydocstring now describe the actual 18-entry parity set.
Full details in the CHANGELOG.