OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/simready-foundation --skill simready-foundation-update-feature-adapter
Use for updating SimReady feature adapters, USD mutation logic, tests, and source/target metadata.
npx skills add nvidia/simready-foundation --skill simready-foundation-update-feature-adapter
Use this skill when an existing feature adapter no longer matches exact source/target FET_###_<RUNTIME> 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 name / manifest id and integer version currently supported. |
target_feature | Output feature name / manifest id and integer version currently supported. |
bug_or_gap | Missing mutation, bad metadata, invalid output, non-idempotence, crash, or profile drift. |
new_feature_versions | Updated integer 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:
FET_###_<RUNTIME> and feature versions are exact integers.Example request:
Expected result summary:
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 names and integer 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. |