원클릭으로
simready-foundation-add-profile
Use for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | simready-foundation-add-profile |
| description | Use for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes. |
| license | Apache-2.0 |
| metadata | {"author":"Shaad Boochoon <sboochoon@nvidia.com>","tags":["simready","profile","specification"]} |
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.
Before editing, read:
AGENTS.mdnv_core/sr_specs/docs/guides/guides.mdnv_core/sr_specs/docs/guides/profiles/profiles.mdnv_core/sr_specs/docs/guides/feature_adapters/feature_adapters.mdnv_core/sr_specs/docs/profiles/profiles.tomlnv_core/sr_specs/docs/profiles/profiles.mdnv_core/sr_specs/docs/features/feature-dependency-graph.mdCollect or infer:
| Input | Requirement |
|---|---|
profile_name | New profile name, such as Prop-Robotics-Neutral. Use title-case words separated by hyphens. |
profile_version | Initial version, usually 1.0.0 unless the user states otherwise. |
target_asset_class | Prop, robot body, scene, material library, or another concrete class. |
target_runtime | Neutral OpenUSD, PhysX, Isaac, or another runtime target. |
feature_bundle | Exact feature IDs and versions. |
profile_markdown_name | Markdown file path under docs/profiles/. |
adapter_plan | Required adapters from related profiles, or none. |
validation_strategy | Example assets, validator command, runtime test, or documented gap. |
Use this checklist when changing the repository:
profiles.toml.[Profile-Name] table to profiles.toml with the initial version and ordered feature list.nv_core/sr_specs/docs/profiles/:
nv_core/sr_specs/docs/profiles/profiles.md with the new profile row and toctree entry if the index uses one.workspace validate or the equivalent simready-validate command against a representative asset.docs/features/*.jsonprofiles.toml feature lists agreeprofiles.md includes the new profileExample 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
profiles.toml is the machine-readable source of truth.simready-foundation-add-feature before referencing them.assets/openai.yaml preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.Report:
| Field | Meaning |
|---|---|
profile_name | New profile. |
profile_version | Initial version. |
profiles_toml | TOML path changed. |
profile_markdown | Profile docs path. |
features | Exact feature IDs and versions. |
adapters | Adapter plan or none. |
validation | Checks run and remaining gaps. |
next_step | Feature creation, adapter work, runtime test, or review. |
Add SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.
Use for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.
Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.
Use for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.
Use for adding SimReady runtime tests, runner expectations, batch/job/report notes, and validation evidence.
Use for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage.