Skip to content

Commit 689c818

Browse files
DocumentSDK_Skill_Changes-HF: add the command correction remove and global
1 parent 4f0b088 commit 689c818

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

Document-Processing/Skills/spreadsheet-editor-sdk.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ Once skills are installed, the assistant can generate spreadsheet editor code. B
148148

149149
After installation, manage Syncfusion<sup style="font-size:70%">&reg;</sup> Agent Skills using the following commands:
150150

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+
151153
### List Skills
152154

153155
View all installed skills in your current project or global environment:
@@ -167,13 +169,44 @@ Uninstall a specific skill from your environment:
167169
{% tabs %}
168170
{% highlight bash tabtitle="NPM" %}
169171

170-
npx skills remove <skill-name>
172+
npx skills remove `<skill-name>`
171173

172174
{% endhighlight %}
173175
{% endtabs %}
174176

175177
Replace `<skill-name>` with the name of the skill you want to remove (for example, `syncfusion-blazor-spreadsheet-editor`).
176178

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+
177210
### Check for Updates
178211

179212
Check if updates are available for your installed skills:

0 commit comments

Comments
 (0)