You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/cli/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,8 @@ Skills provide persistent context to AI agents for building UI with Elements.
115
115
| Skill | Description |
116
116
| ----- | ----------- |
117
117
|`elements`| Build UI with NVIDIA Elements (NVE). Provides authoring guidelines, workflow steps, and API best practices for creating, editing, or reviewing HTML templates that use nve-* components. |
118
+
|`authoring`| Authoring workflow guidance for creating, editing, or reviewing HTML templates that use nve-* components. |
119
+
|`migration`| Migration guidance for moving projects from deprecated Elements APIs to current packages and tools. |
118
120
119
121
### Tools
120
122
@@ -130,6 +132,8 @@ Skills provide persistent context to AI agents for building UI with Elements.
130
132
|`packages_changelogs_get`| Retrieve changelog details by package name. |
131
133
|`examples_list`| Get list of available Elements (nve-*) patterns and examples. |
132
134
|`examples_get`| Get the full template of a known example or pattern by id. |
135
+
|`skills_list`| Get a list of available Elements agent skills and context fragments. |
136
+
|`skills_get`| Get a bundled Elements agent skill or context fragment by name. |
133
137
|`playground_validate`| Validates HTML templates specifically for playground examples. |
134
138
|`playground_create`| Create a shareable playground URL from an HTML template. |
135
139
|`project_create`| Create a new starter project. |
@@ -141,4 +145,4 @@ Skills provide persistent context to AI agents for building UI with Elements.
0 commit comments