eloquent-specialist.md:29auto-invocable (no disable-model-invocation) → performs a destructive action ("deletes")
Skill appears to "deletes" but the model can auto-invoke it — a destructive action could fire without the user asking.
deletes
Fix If this action is destructive/irreversible, set `disable-model-invocation: true` so it only runs when explicitly invoked.