一键导入
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 职业分类
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.
| 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. |