optimization-mode-router

Installation
SKILL.md

Optimization Mode Router

Use this skill when a user asks a question that may be answered by solving an optimization problem from uploaded or provided data, and you need to decide whether to:

  • proceed with a fast direct-to-cuOpt solve, or
  • offer a replayable/auditable path that preserves a structured model artifact for later reruns, review, export, or audit.

This skill is about mode selection, not full formulation. Its purpose is to keep the common path fast while surfacing stronger reproducibility only when it is actually useful.

Read this when

Read this skill when all of the following are true:

  1. The user appears to be asking a question that could become an LP, MILP, QP, or routing problem.
  2. The user has provided data, or is expected to provide data.
  3. You need to decide whether to:
    • go straight to a direct cuOpt solve, or
    • preserve a replayable/auditable artifact as part of the workflow.
Installs
2
GitHub Stars
463
First Seen
Jul 3, 2026
optimization-mode-router — nvidia/cuopt-examples