math-olympiad

Solve and verify competition math problems using adversarial verification.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill math-olympiad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: math-olympiad
Source: https://github.com/onelee85/my-skills/tree/main/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad
Command: npx skills add https://github.com/onelee85/my-skills --skill math-olympiad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solve competition math problems with adversarial verification that catches errors self-verification misses. The entry point uses a structured, multi-stage workflow to ensure robust correctness.

Core Features & Use Cases

  • Adversarial verification of solutions to competition math problems (IMO, Putnam, USAMO, AIME)
  • Problem interpretation checks, candidate generation, clean solution extraction, adversarial attacks, and presentation
  • Supports single-problem solving and batch problem sets with per-problem verification reporting

Quick Start

Provide a verified, adversarially checked solution for a given Olympiad problem.

Frequently Asked Questions about math-olympiad

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify mathematical proofs for olympiad competition problems?

Adversarial verification of olympiad solutions works by generating candidate solutions, extracting clean versions, and applying adversarial attacks to identify and revise logical flaws before final presentation.

Can I solve and verify full problem sets from IMO or USAMO competitions?

Yes, you can process full problem sets from IMO, Putnam, USAMO, and AIME competitions, receiving per-problem interpretation checks, adversarial verification reporting, and presentation polishing.

What is the best way to check mathematical proof verification for errors?

The best way to check mathematical proof verification is through perturbation testing and adversarial attacks within a structured pipeline, which iteratively ranks and revises solutions to eliminate subtle logical errors.

Does the adversarial review workflow support LaTeX presentation formatting?

Yes, the workflow includes a final presentation pass that polishes adversarially verified mathematical proofs, supporting LaTeX formatting to ensure clean solution extraction and professional output.

When do I need adversarial verification instead of standard proof checking?

You need adversarial verification when solving complex competition math where standard self-verification misses edge cases, requiring interpretation checks and revision cycles to ensure mathematical proofs are robust.