mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-20 11:33:08 +00:00
Fix YAML frontmatter — quote description, replace colon with em-dash
Unquoted colon in 'calibrated confidence: will say' broke strict YAML parsing. CC's parser is lenient but fix for robustness.
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user