From c3f6d9e9fac9a5caa3967a1edbe20a905d138ad6 Mon Sep 17 00:00:00 2001 From: Ralph Furman Date: Fri, 20 Mar 2026 02:07:27 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20YAML=20frontmatter=20=E2=80=94=20quote=20?= =?UTF-8?q?description,=20replace=20colon=20with=20em-dash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unquoted colon in 'calibrated confidence: will say' broke strict YAML parsing. CC's parser is lenient but fix for robustness. --- plugins/math-olympiad/skills/math-olympiad/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/math-olympiad/skills/math-olympiad/SKILL.md b/plugins/math-olympiad/skills/math-olympiad/SKILL.md index 3ecd65c..ec79ed9 100644 --- a/plugins/math-olympiad/skills/math-olympiad/SKILL.md +++ b/plugins/math-olympiad/skills/math-olympiad/SKILL.md @@ -1,6 +1,6 @@ --- name: math-olympiad -description: Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to "solve this IMO problem", "prove this olympiad inequality", "verify this competition proof", "find a counterexample", "is this proof correct", or for any problem with "IMO", "Putnam", "USAMO", "olympiad", or "competition math" in it. Uses pure reasoning (no tools) — then a fresh-context adversarial verifier attacks the proof using specific failure patterns, not generic "check logic". Outputs calibrated confidence: will say "no confident solution" rather than bluff. If LaTeX is available, produces a clean PDF after verification passes. +description: "Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any problem with 'IMO', 'Putnam', 'USAMO', 'olympiad', or 'competition math' in it. Uses pure reasoning (no tools) — then a fresh-context adversarial verifier attacks the proof using specific failure patterns, not generic 'check logic'. Outputs calibrated confidence — will say 'no confident solution' rather than bluff. If LaTeX is available, produces a clean PDF after verification passes." version: 0.1.0 ---