ワンクリックで
simready-foundation-update-feature-adapter
Use for updating SimReady feature adapters, USD mutation logic, tests, and source/target metadata.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use for updating SimReady feature adapters, USD mutation logic, tests, and source/target metadata.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | simready-foundation-update-feature-adapter |
| description | Use for updating SimReady feature adapters, USD mutation logic, tests, and source/target metadata. |
| license | Apache-2.0 |
| metadata | {"author":"Shaad Boochoon <sboochoon@nvidia.com>","tags":["simready","adapter","maintenance"]} |
Use this skill when an existing feature adapter no longer matches source/target feature contracts, produces invalid USD, misses a required mutation, or needs new profile-version support.
Before editing, read:
AGENTS.mdnv_core/sr_specs/docs/guides/feature_adapters/feature_adapters.mdCollect or infer:
| Input | Requirement |
|---|---|
adapter_path | Existing adapter file. |
source_feature | Input feature ID/version currently supported. |
target_feature | Output feature ID/version currently supported. |
bug_or_gap | Missing mutation, bad metadata, invalid output, non-idempotence, crash, or profile drift. |
new_feature_versions | Updated feature versions if the adapter should support a new path. |
test_assets | Assets or reports that show the problem. |
Use this checklist when changing the repository:
Example request:
Update a SimReady feature adapter for a new exact source and target feature version.
Expected result summary:
changed_files: updated docs, manifests, indexes, validators, or adapters
validation: focused checks for the changed contract
remaining_gaps: downstream feature, profile, adapter, or runtime-test follow-up
assets/openai.yaml preserves optional UI metadata for clients that read skill display hints. It is not required for the workflow.Report:
| Field | Meaning |
|---|---|
adapter_path | Adapter changed. |
feature_path | Input and output feature IDs/versions. |
change_type | Bug fix, new version path, or docs/test update. |
mutation_summary | USD behavior changed. |
tests | Tests/assets run. |
profile_followup | Profile docs or migration notes changed/needed. |
validation | Remaining gaps. |
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 SimReady profile versions with feature bundles, docs, indexes, and validation notes.
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.