simready-foundation-add-capability

bởi nvidia

Thêm tài liệu khả năng SimReady, chỉ mục yêu cầu, bản xác thực mẫu và đăng ký cho các họ yêu cầu mới.

npx skills add https://github.com/nvidia/simready-foundation --skill simready-foundation-add-capability

SimReady Add Capability

Purpose

Use this skill when a new requirement does not fit an existing capability. A capability groups related requirements and their validators under nv_core/sr_specs/docs/capabilities/.

After creating the capability, use simready-foundation-add-requirement for each requirement and simready-foundation-add-validator for executable checks.

Prerequisites

Before editing, read:

  • AGENTS.md
  • nv_core/sr_specs/docs/guides/guides.md
  • nv_core/sr_specs/docs/guides/naming_conventions.md
  • nv_core/sr_specs/docs/guides/features_expansion_workflow.md
  • existing neighboring capability folders
  • nv_core/sr_specs/docs/capabilities/capabilities.md
  • nv_core/sr_specs/docs/capabilities/__init__.py

No network access, API key, or external service is required for the authoring pass.

Inputs

Collect or infer:

InputRequirement
capability_groupExisting top-level group such as physics_bodies, visualization, or a new group if justified.
capability_slugSnake_case folder name.
display_nameHuman-readable capability name.
scopeWhat requirement family belongs here.
requirement_prefixRequirement code prefix, if new.
initial_requirementsOptional first requirement docs to add.
validator_scopeWhether validation is objective, manual, runtime, or deferred.

Instructions

Use this checklist when changing the repository:

  1. Confirm no existing capability already covers the scope.
  2. Choose names using the naming guide:
    • group folder: snake_case
    • folder: snake_case
    • overview: capability-<folder_name>.md
    • requirement docs: kebab-case
  3. Create the capability folder in the appropriate group; if the group is new, add the group landing page too.
  4. Add capability-<slug>.md with purpose, scope, requirement table, related capabilities, and validation notes.
  5. Add requirements.md with {requirements-table} and a toctree for requirement docs.
  6. Add an empty or initial requirements/ folder content only for real requirements.
  7. Add validation.py with imports and placeholder structure only when validators are planned; otherwise document deferred validation in the capability overview.
  8. Update parent group toctrees, group landing pages, and global capability indexes, including capabilities.md when needed.
  9. Update capabilities/__init__.py imports when a new validation module must be registered.
  10. Validate consistency:
    • folder and overview names match
    • requirements index builds conceptually
    • validator registration path is documented
    • no duplicate requirement prefix or capability slug exists

Examples

Example request:

Add a SimReady capability for factory connection points, with requirement index registration and a validation plan.

Expected result summary:

capability_path: nv_core/sr_specs/docs/capabilities/<group>/<capability_slug>
overview_doc: capability-<capability_slug>.md
requirements_index: requirements.md
validation_module: validation.py or deferred
next_step: add concrete requirements with simready-foundation-add-requirement

Policies

  • Prefer adding requirements to an existing capability when the domain already exists.
  • Do not create a capability as a thin wrapper for one feature unless the requirement family is truly distinct.
  • Keep capability docs about requirement families, not profile workflows.
  • Make validation status explicit; incomplete validators are acceptable only when called out.

Limitations

  • Do not create new feature or profile versions from this skill; hand off to the relevant add/update feature or profile skill.
  • Do not invent requirement IDs when the capability scope is still ambiguous; record the naming question instead.
  • Do not add executable validators unless the objective checks and registration path are clear.

Troubleshooting

  • Error: an existing capability already owns the scope. Solution: update that capability instead of creating a parallel one.
  • Error: the validator registration path is unclear. Solution: document deferred validation in the overview and list the exact follow-up.
  • Error: indexes and folder names disagree. Solution: re-check the naming guide, then align folder, overview, requirements index, and imports.

Resources

  • assets/openai.yaml preserves optional UI metadata for clients that read skill display hints. It is not required for the authoring workflow.

Summary Format

Report:

FieldMeaning
capability_pathNew capability folder.
overview_docCapability overview path.
requirements_indexRequirements index path.
validation_moduleValidator path or deferred.
initial_requirementsRequirement IDs added, if any.
indexes_changedGlobal/group index files changed.
next_stepAdd requirements, validators, features, or review.

Thêm skills từ nvidia

compileiq-debug
nvidia
Sử dụng khi có điều gì đó không ổn: Search() bị treo, tất cả các đánh giá đều trả về INVALID_SCORE, điểm số không cải thiện, mọi cấu hình đều trả về cùng một số, lỗi ptxas…
create-github-pr
nvidia
Tạo pull request GitHub bằng cách sử dụng gh CLI. Sử dụng khi người dùng muốn tạo PR mới, gửi mã để xem xét, hoặc mở pull request. Từ khóa kích hoạt -…
nemoclaw-maintainer-cross-issue-sweep
nvidia
Quét các vấn đề đang mở khác để tìm những vấn đề mà một PR nhất định có thể sửa hoặc vô tình làm hỏng. Đưa ra các cơ hội sửa lỗi liền kề và rủi ro mâu thuẫn với file:dòng…
fhir-basics
nvidia
Dạy các tác nhân cách hoạt động của API FHIR R4, những tài nguyên có sẵn, cách truy vấn chúng với tham số tìm kiếm, và cách phân tích chính xác tất cả các định dạng phản hồi…
compileiq-validate-result
nvidia
Sử dụng SAU KHI tìm kiếm hoàn tất và TRƯỚC KHI yêu cầu tăng tốc hoặc gửi ACF. Tải tệp CSV dump_results, trích xuất các ứng viên top-K (đơn mục tiêu)…
changelog-audit
nvidia
Kiểm tra Warp CHANGELOG.md trước khi phát hành: khôi phục các mục bị mất, sắp xếp theo tác động người dùng, tinh chỉnh ngôn ngữ mục, xuống dòng và (chế độ nhánh phát hành) so sánh bump…
maintain-dynamic-plugins
nvidia
Duy trì các bộ nạp plugin động NeMo Relay, tệp kê khai, SDK gốc Rust, giao thức worker gRPC, SDK worker Python, tài liệu, kiểm thử và phạm vi quy trình phát hành
dgx-diagnose
nvidia
Chẩn đoán các sự cố thường gặp của DGX Station GB300 — lỗi CUDA, nhắm sai GPU, lỗi container vLLM/SGLang, vấn đề trạng thái MIG, lỗi NVLink/Fabric Manager,…