simready-foundation-add-profile

작성자: nvidia

SimReady 프로필 버전을 기능 번들, 문서, 인덱스 및 검증 노트와 함께 추가하는 데 사용합니다.

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.

nvidia의 다른 스킬

compileiq-debug
nvidia
무언가 잘못되었을 때 사용: Search()가 멈추거나, 모든 평가가 INVALID_SCORE를 반환하거나, 점수가 개선되지 않거나, 모든 설정이 동일한 숫자를 반환하거나, ptxas 오류 등이 발생할 때
create-github-pr
nvidia
gh CLI를 사용하여 GitHub 풀 리퀘스트를 생성합니다. 사용자가 새 PR을 만들거나, 코드 리뷰를 제출하거나, 풀 리퀘스트를 열고자 할 때 사용합니다. 트리거 키워드 -…
nemoclaw-maintainer-cross-issue-sweep
nvidia
다른 열린 이슈들을 스캔하여 주어진 PR이 함께 수정하거나 실수로 망가뜨릴 수 있는 이슈를 찾습니다. 인접 수정 기회와 모순 위험을 file:line…과 함께 출력합니다.
fhir-basics
nvidia
에이전트에게 FHIR R4 API의 작동 방식, 사용 가능한 리소스, 검색 매개변수를 사용한 쿼리 방법, 모든 응답 형식을 올바르게 파싱하는 방법을 가르칩니다…
compileiq-validate-result
nvidia
검색이 완료된 후, 속도 향상을 청구하거나 ACF를 발송하기 전에 사용합니다. dump_results CSV를 로드하고, 상위 K개 후보(단일 목표)를 추출합니다…
changelog-audit
nvidia
릴리스 전에 Warp CHANGELOG.md를 감사합니다: 누락된 항목 복구, 사용자 영향별 정렬, 항목 언어 다듬기, 줄 바꿈, (릴리스 브랜치 모드) 비교 업데이트…
maintain-dynamic-plugins
nvidia
NeMo Relay 동적 플러그인 로더, 매니페스트, Rust 네이티브 SDK, gRPC 워커 프로토콜, Python 워커 SDK, 문서, 테스트 및 릴리스 워크플로 커버리지를 유지 관리합니다.
dgx-diagnose
nvidia
일반적인 DGX Station GB300 문제 진단 — CUDA 충돌, 잘못된 GPU 타겟팅, vLLM/SGLang 컨테이너 버그, MIG 상태 문제, NVLink/Fabric Manager 오류,…