simready-foundation-add-profile

por nvidia

Úsese para agregar versiones de perfil SimReady con paquetes de funcionalidades, documentos, índices y notas de validación.

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

SimReady Add Profile

Purpose

Use this skill to add a brand-new profile under nv_core/sr_specs/docs/profiles/. A profile is a named, versioned bundle of exact feature IDs and versions for a target asset class or runtime.

Do not use this skill for a new version of an existing profile. Use simready-foundation-update-profile for that.

Prerequisites

Before editing, read:

  • AGENTS.md
  • nv_core/sr_specs/docs/guides/guides.md
  • nv_core/sr_specs/docs/guides/profiles/profiles.md
  • nv_core/sr_specs/docs/guides/feature_adapters/feature_adapters.md
  • nv_core/sr_specs/docs/profiles/ (per-profile TOML files, one per profile)
  • nv_core/sr_specs/docs/profiles/profiles.md
  • nearby profile markdown files for the same asset class or runtime
  • nv_core/sr_specs/docs/features/feature-dependency-graph.md

Inputs

Collect or infer:

InputRequirement
profile_nameNew profile name, such as Prop-Robotics-Neutral. Use title-case words separated by hyphens.
profile_versionInitial version, usually 1.0.0 unless the user states otherwise.
target_asset_classProp, robot body, scene, material library, or another concrete class.
target_runtimeNeutral OpenUSD, PhysX, Isaac, or another runtime target.
feature_bundleExact feature IDs and versions.
profile_markdown_nameMarkdown file path under docs/profiles/.
adapter_planRequired adapters from related profiles, or none.
validation_strategyExample assets, validator command, runtime test, or documented gap.

Instructions

Use this checklist when changing the repository:

  1. Confirm the profile name is new across the per-profile TOML files in profiles/.
  2. Choose a feature bundle from exact existing feature JSON manifests. Do not reference a feature version that does not exist.
  3. Check feature dependencies. Avoid duplicating dependencies unless existing profiles do so intentionally for clarity.
  4. Create a new per-profile TOML file under profiles/ (e.g. profiles/<profile_name>.toml) containing a [Profile-Name] table with the initial version and ordered feature list.
  5. Create a profile markdown page under nv_core/sr_specs/docs/profiles/:
    • purpose and target asset class
    • target runtime/environment
    • exact feature list and versions
    • authoring requirements and known conditional features
    • validation and runtime-test guidance
    • references to feature docs and related profiles
  6. Update nv_core/sr_specs/docs/profiles/profiles.md with the new profile row and toctree entry if the index uses one.
  7. Add feature adapter notes when this profile is expected to be an upgrade or conversion target from another profile.
  8. When the new profile differs from an existing related profile, identify every feature difference and whether a direct adapter path exists or is intentionally blocked.
  9. When validation tooling is available, run workspace validate or the equivalent simready-validate command against a representative asset.
  10. Validate consistency:
  • TOML parses
  • every referenced feature ID/version exists in docs/features/*.json
  • profile markdown and the profile's TOML feature lists agree
  • profiles.md includes the new profile

Examples

Example request:

Create a new prop-factory-neutral SimReady profile similar to prop-robotics-neutral.

Expected result summary:

changed_files: new docs, manifests, indexes, or validation scaffolding
validation: focused static checks and any relevant docs/build checks
remaining_gaps: requirement, validator, adapter, profile, or runtime-test follow-up

Policies

  • The per-profile TOML files in profiles/ are the machine-readable source of truth.
  • Keep the initial feature bundle focused. Do not add features that are merely nice to have.
  • A feature may be conditionally applicable only when the profile docs and validator behavior make that condition clear.
  • If new features are needed, create them with simready-foundation-add-feature before referencing them.
  • If the new profile supersedes or branches from another profile, document migration/adapters instead of rewriting the old profile.

Limitations

  • Do not mutate published feature or profile versions in place.
  • Do not invent requirement IDs or validator behavior when the contract is ambiguous; record the question.
  • Do not skip index, manifest, validation, or downstream follow-up notes.

Troubleshooting

  • Error: the new concept overlaps an existing artifact. Solution: update the existing capability, requirement, feature, profile, or adapter instead.
  • Error: names or IDs conflict. Solution: re-check naming conventions and nearby indexes before editing further.
  • Error: validation strategy is unclear. Solution: document deferred validation and the exact follow-up skill.

Resources

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

Summary Format

Report:

FieldMeaning
profile_nameNew profile.
profile_versionInitial version.
profiles_tomlTOML path changed.
profile_markdownProfile docs path.
featuresExact feature IDs and versions.
adaptersAdapter plan or none.
validationChecks run and remaining gaps.
next_stepFeature creation, adapter work, runtime test, or review.

Más skills de nvidia

compileiq-debug
nvidia
Úsalo cuando algo esté mal: Search() se cuelga, todas las evaluaciones devuelven INVALID_SCORE, las puntuaciones no mejoran, cada configuración devuelve el mismo número, errores de ptxas…
create-github-pr
nvidia
Crear solicitudes de extracción de GitHub usando la CLI gh. Usar cuando el usuario quiera crear un nuevo PR, enviar código para revisión o abrir una solicitud de extracción. Palabras clave de activación -…
nemoclaw-maintainer-cross-issue-sweep
nvidia
Escanea otros issues abiertos para encontrar aquellos que un PR dado también podría corregir o romper accidentalmente. Genera oportunidades de corrección adyacente y riesgos de contradicción con archivo:línea…
fhir-basics
nvidia
Enseña a los agentes cómo funcionan las APIs de FHIR R4, qué recursos están disponibles, cómo consultarlos con parámetros de búsqueda y cómo analizar correctamente todos los formatos de respuesta…
compileiq-validate-result
nvidia
Usar DESPUÉS de que una Búsqueda haya finalizado y ANTES de reclamar cualquier aceleración o enviar un ACF. Carga el CSV de dump_results, extrae los mejores K candidatos (de un solo objetivo)…
changelog-audit
nvidia
Auditar el CHANGELOG.md de Warp antes de un lanzamiento: recuperar entradas perdidas, ordenar por impacto en el usuario, refinar el lenguaje de las entradas, ajustar saltos de línea y (en modo rama de lanzamiento) incrementar comparación…
maintain-dynamic-plugins
nvidia
Mantener los cargadores de plugins dinámicos de NeMo Relay, manifiestos, SDKs nativos de Rust, protocolo de trabajador gRPC, SDK de trabajador Python, documentación, pruebas y cobertura del flujo de trabajo de lanzamiento
dgx-diagnose
nvidia
Diagnostica problemas comunes de la DGX Station GB300: fallos de CUDA, direccionamiento incorrecto de GPU, errores de contenedores vLLM/SGLang, problemas de estado MIG, errores de NVLink/Fabric Manager,…