You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
rgsl888prabhu
Update `cuopt-user-rules` skill content for the
`mathematical_optimization` namespace refactor from #1446.
## Summary
- Port skill changes from #1446 to a dedicated per-skill PR
- Adds blank line under SKILL.md header to trigger NVSkills evaluation
and signing
## NVSkills CI
Comment `/nvskills-ci` to trigger evaluation and signing.
---------
Signed-off-by: nvskills-svc-account <svc-nvskills-signing@nvidia.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: nvskills-svc-account <svc-nvskills-signing@nvidia.com>
Copy file name to clipboardExpand all lines: skills/cuopt-user-rules/SKILL.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ metadata:
13
13
14
14
15
15
16
+
16
17
# cuOpt User Rules
17
18
18
19
**Read this when helping someone *use* cuOpt** (calling the SDK, installing, deploying the server). For modifying cuOpt itself, switch to `cuopt-developer`.
Copy file name to clipboardExpand all lines: skills/cuopt-user-rules/skill-card.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,30 @@ NVIDIA <br>
9
9
### License/Terms of Use: <br>
10
10
Apache 2.0 <br>
11
11
## Use Case: <br>
12
-
Developers and engineers using NVIDIA cuOpt who need structured guidance for problem formulation, environment setup, API usage, and result verification across routing, LP, MILP, and QP optimization interfaces. <br>
12
+
Developers and engineers using NVIDIA cuOpt for optimization tasks (routing, LP, MILP, QP) who need guidance on correct API usage, installation, environment setup, and interaction patterns. <br>
13
13
14
14
### Deployment Geography for Use: <br>
15
15
Global <br>
16
16
17
+
## Requirements / Dependencies: <br>
18
+
**Requires API Key or External Credential:**[No] <br>
19
+
**Credential Type(s):**[None] <br>
20
+
21
+
Do not include secrets in prompts/logs/output; use least-privilege credentials; rotate keys as appropriate. <br>
22
+
17
23
## Known Risks and Mitigations: <br>
18
24
Risk: Review before execution as proposals could introduce incorrect or misleading guidance into skills. <br>
19
25
Mitigation: Review and scan skill before deployment. <br>
20
26
21
27
## Reference(s): <br>
22
28
-[cuOpt User Guide](https://docs.nvidia.com/cuopt/user-guide/latest/introduction.html) <br>
23
29
-[cuOpt API Reference](https://docs.nvidia.com/cuopt/user-guide/latest/api.html) <br>
0 commit comments