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: Document-Processing/Skills/spreadsheet-editor-sdk.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,8 @@ Once skills are installed, the assistant can generate spreadsheet editor code. B
148
148
149
149
After installation, manage Syncfusion<supstyle="font-size:70%">®</sup> Agent Skills using the following commands:
150
150
151
+
> **Note:** If you installed Syncfusion skills globally, add the `--global` flag at the end of the command (for example, `npx skills list --global`, `npx skills remove <skill-name>` --global ).
152
+
151
153
### List Skills
152
154
153
155
View all installed skills in your current project or global environment:
@@ -167,13 +169,44 @@ Uninstall a specific skill from your environment:
167
169
{% tabs %}
168
170
{% highlight bash tabtitle="NPM" %}
169
171
170
-
npx skills remove <skill-name>
172
+
npx skills remove `<skill-name>`
171
173
172
174
{% endhighlight %}
173
175
{% endtabs %}
174
176
175
177
Replace `<skill-name>` with the name of the skill you want to remove (for example, `syncfusion-blazor-spreadsheet-editor`).
176
178
179
+
Choose and Uninstall a specific skills interactively from the terminal:
180
+
181
+
{% tabs %}
182
+
{% highlight bash tabtitle="NPM" %}
183
+
184
+
npx skills remove
185
+
186
+
{% endhighlight %}
187
+
{% endtabs %}
188
+
189
+
The terminal will display a list of installed skills. Use the arrow keys to navigate, space bar to select the skills you want to remove, and Enter to confirm.
190
+
191
+
{% tabs %}
192
+
{% highlight bash tabtitle="npm" %}
193
+
194
+
◆ Select skills to remove (space to toggle)
195
+
│ ◻ syncfusion-react-spreadsheet-editor
196
+
│ ◻ ssyncfusion-angular-spreadsheet-editor
197
+
│ ◻ syncfusion-blazor-spreadsheet-editor
198
+
│ ◻ syncfusion-aspnetcore-spreadsheet-editor
199
+
│ ◻ ssyncfusion-aspnetmvc-spreadsheet-editor
200
+
│ ◻ syncfusion-javascript-spreadsheet-editor
201
+
│ ◻ syncfusion-vue-spreadsheet-editor
202
+
│ .....
203
+
204
+
{% endhighlight %}
205
+
{% endtabs %}
206
+
207
+
◆ Are you sure you want to uninstall 1 skill(s)?
208
+
│ ● Yes / ○ No
209
+
└
177
210
### Check for Updates
178
211
179
212
Check if updates are available for your installed skills:
0 commit comments