WP Abilities Verify Verify a WordPress plugin's Abilities API registrations. The centerpiece is the adversarial annotation correctness check : a ability that actually writes (via , , a non-GET delegate, etc.) is a security and UX disaster because agents plan actions on the basis of the annotations they introspect. This skill catches those lies by reading the callback body and comparing what it does against what the annotation claims. The skill also validates audit docs produced by , checks permission gates and schema hygiene, and optionally executes each ability against a live environment. Wh…