One-click install
npx skills add https://github.com/julianobarbosa/.claude --skill math-olympiad-julianobarbosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: math-olympiad
Source: https://github.com/julianobarbosa/.claude/tree/main/plugins/marketplaces/claude-plugins-official/plugins/math-olympiad/skills/math-olympiad
Command: npx skills add https://github.com/julianobarbosa/.claude --skill math-olympiad-julianobarbosa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you solve competition-level mathematics problems (IMO/Putnam/USAMO/AIME) while reducing the risk of subtle but fatal reasoning errors by pairing solution drafting with adversarial verification.

Core Features & Use Cases

  • Competition-math targeted solving: Activates for problems about olympiads and competition math and focuses on rigorous reasoning rather than tool-based computation.
  • Fresh-context adversarial verification: Produces a cleaned proof and then attacks it using pattern-specific failure modes to catch holes the solver may miss.
  • Calibrated confidence and abstention: Avoids wrong-and-confident answers by outputting “no confident solution” when verification doesn’t close.
  • Optional PDF output: When LaTeX is available and verification passes, it can format the result into a clean PDF.

Quick Start

Ask it to “Solve this IMO problem and produce a verified proof.”

Frequently Asked Questions about math-olympiad

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

FAQPage Schema
How do I prove olympiad inequalities with verified mathematical rigor?

To prove olympiad inequalities with rigor, this Skill drafts a full solution and then runs fresh-context adversarial verification using pattern-specific failure modes to catch reasoning holes. It outputs a calibrated confidence score or abstains if verification fails.

Can I check an alleged proof for a competition math problem like IMO or Putnam?

Yes, you can check an alleged proof for IMO, Putnam, or USAMO problems. The Skill applies adversarial reasoning and counterexample search in a fresh context to attack the provided proof and identify any logical holes or invalid steps.

What is adversarial verification for competition math proofs?

Adversarial verification for competition math proofs is a process that attacks a drafted solution using pattern-armed checks for specific failure modes. It reduces the risk of subtle but fatal reasoning errors by independently testing the proof's logic in a fresh context.

How do I find a counterexample to a competition math statement?

To find a counterexample to a competition math statement, the Skill applies pure-reasoning workflow constraints and adversarial checks. If it successfully refutes the statement, it outputs the counterexample; otherwise, it provides a verified full proof or a calibrated abstention.

Does this approach output LaTeX formatted proofs for olympiad solutions?

Yes, when LaTeX is available and adversarial verification passes, the approach formats the verified full proof into a clean LaTeX output. This ensures the final competition math solution is both rigorous and properly typeset.

What happens when a competition math proof cannot be confidently verified?

When a competition math proof cannot be confidently verified, the Skill outputs a calibrated "no confident solution" abstention. This prevents wrong-and-confident answers by ensuring only fully verified proofs are returned to the user.