Cursor rule Cursor
Python solver coding conventions for uber-polya examples and generated solvers.
Cursor rule Cursor
Python solver coding conventions for uber-polya examples and generated solvers.
Cursor rule Cursor
When a user presents a problem to solve, follow the three-phase Polya pipeline documented in docs/methodology.md.
Instructions file GitHub Copilot
Instructions for agtm1199/uber-polya, covering uber-polya, when a user presents a problem, pipeline summary, key convention and python code.
Instructions file CodexOpenCode
Instructions for agtm1199/uber-polya, covering uber-polya, what this does, how to use, quick start and project structure.
Instructions file
Instructions for agtm1199/uber-polya, covering uber-polya, project structure, how skills work, conventions and skill.md files.
Skill Claude CodeCodex
Use when the user wants to "interpret results", "explain the solution", "what does this mean", "translate to business language", "present findings", "sensitivity analysis", "what-if analysis", "how robust is this", "visualize the result", "make a recommendation", or needs to translate a mathematical solution back into…
Skill Claude CodeCodex
Use when the user wants to "model a problem", "translate to math", "formalize a problem", "mathematical modeling", "how to model this", "set up the math", "define the problem", "what kind of problem is this", or discusses translating real-world problems into formal mathematical structures. Covers any computational…
Skill Claude CodeCodex
Use when the user presents a real-world problem and wants end-to-end help: "solve this problem", "help me figure this out", "model and solve", "full analysis", "what's the answer and what does it mean", or any problem that benefits from the complete Model → Solve → Interpret pipeline. Orchestrates /uber-model…
Skill Claude CodeCodex
Use when the user wants to "solve a model", "run the algorithm", "compute the solution", "find the optimal", "prove this theorem", "implement the solver", "solve this problem", "what algorithm should I use", "optimize this", "find the answer", or needs to execute a mathematical solution with computational rigor. This…