diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 23d1e9abe..b07b2101a 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -130,7 +130,7 @@
NuGet Packages
- DataExtraction
+ Data Extraction
-
Smart Data Extractor
diff --git a/Document-Processing/Skills/document-sdk.md b/Document-Processing/Skills/document-sdk.md
index fec8323f9..7238d8567 100644
--- a/Document-Processing/Skills/document-sdk.md
+++ b/Document-Processing/Skills/document-sdk.md
@@ -15,12 +15,12 @@ Syncfusion® Document SDK Skills eliminate c
| Document Processing Libraries | Skills |
|---|---|
-| [Word (DocIO)](https://help.syncfusion.com/document-processing/word/overview) | syncfusion-dotnet-word
syncfusion-java-word |
-| [PDF](https://help.syncfusion.com/document-processing/pdf/overview) | syncfusion-dotnet-pdf
syncfusion-dotnet-pdf-to-image
syncfusion-flutter-pdf
syncfusion-javascript-pdf |
-| [Excel (XlsIO)](https://help.syncfusion.com/document-processing/excel/overview) | syncfusion-dotnet-excel
syncfusion-flutter-excel |
-| [PowerPoint (Presentation)](https://help.syncfusion.com/document-processing/powerpoint/overview) | syncfusion-dotnet-powerpoint |
-| [Markdown](https://help.syncfusion.com/document-processing/word/word-library/net/convert-markdown-to-word-document-in-csharp) | syncfusion-dotnet-markdown |
-| Smart Data Extraction | syncfusion-dotnet-smart-data-extraction |
+| [Word (DocIO)](https://help.syncfusion.com/document-processing/word/word-library/overview) | [syncfusion-dotnet-word](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-word)
[syncfusion-java-word](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-java-word) |
+| [PDF](https://help.syncfusion.com/document-processing/pdf/pdf-library/overview) | [syncfusion-dotnet-pdf](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-pdf)
[syncfusion-dotnet-pdf-to-image](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-pdf-to-image)
[syncfusion-flutter-pdf](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-flutter-pdf)
[syncfusion-javascript-pdf](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-javascript-pdf) |
+| [Excel (XlsIO)](https://help.syncfusion.com/document-processing/excel/excel-library/overview) | [syncfusion-dotnet-excel](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-excel)
[syncfusion-flutter-excel](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-flutter-excel) |
+| [PowerPoint (Presentation)](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/overview) | [syncfusion-dotnet-powerpoint](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-powerpoint) |
+| [Markdown](https://help.syncfusion.com/document-processing/word/word-library/net/convert-markdown-to-word-document-in-csharp) | [syncfusion-dotnet-markdown](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-markdown) |
+| [Smart Data Extraction](https://help.syncfusion.com/document-processing/data-extraction/overview) | [syncfusion-dotnet-smart-data-extraction](https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-smart-data-extraction) |
## Prerequisites
@@ -29,44 +29,122 @@ Before installing Syncfusion® Document SDK
- **[Node.js](https://nodejs.org/en)** (v18 or later) — Required to run `npx` commands for installing skills.
- **[.NET SDK](https://dotnet.microsoft.com/en-us/download)** (8.0 or later) — Required for CSX script execution (Mode 2).
- **[dotnet-script](https://github.com/dotnet-script/dotnet-script)** — Required for CSX script execution (Mode 2). Install it globally by running: `dotnet tool install -g dotnet-script`.
+- A supported AI agent or IDE that integrates with the Skills CLI (VS Code, Syncfusion® Code Studio, Cursor, etc.)
## Installation
-Choose one of the following commands to install Syncfusion® Document SDK Skills based on your preference. You can also explore Syncfusion® skills from the [marketplace](https://skills.sh/syncfusion/).
+Choose one of the following commands to install [Syncfusion® Document SDK Skills](https://github.com/syncfusion/document-sdk-skills) based on your preference. You can also explore Syncfusion® skills from the [marketplace](https://skills.sh/syncfusion/).
To install all document SDK skills at once, use the following command:
-```bash
-npx skills add syncfusion/document-sdk-skills --all -y
-```
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
-To install a specific skill, use the following command (for example, to install PDF .Net skills):
+npx skills add syncfusion/document-sdk-skills -y
+
+{% endhighlight %}
+{% endtabs %}
+
+To install a specific skill, use the following command (for example, to install PDF .NET skills):
+
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
-```bash
npx skills add syncfusion/document-sdk-skills --skill syncfusion-dotnet-pdf
-```
-## What's Included
+{% endhighlight %}
+{% endtabs %}
-1. **Document SDK API Knowledge** — Curated, skill-based guidance for creating, editing, and converting PDF, Word, Excel, PowerPoint, and Markdown documents using Syncfusion® Document SDK libraries. Covers key APIs, supported formats, and conversions.
-2. **Dual-Mode Execution (.NET)** — Supports two operating modes:
- - **Mode 1** — Generate production-ready code for your project.
- - **Mode 2** — Execute a document task immediately via a CSX script without modifying your project.
-3. **Patterns & Best Practices** — Practical recommendations for API usage, platform-specific NuGet package selection, and document processing workflows (for example, mail merge, PDF digital signatures, Excel pivot tables, and PowerPoint chart creation). All guidance is authored directly within the skill file rather than being fetched from external documentation.
+Choose and install skills interactively from the terminal:
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
-## How Syncfusion® Document SDK Agent Skills Work
+npx skills add syncfusion/document-sdk-skills
-1. **Read the relevant skill files and choose modes based on the user's query** The assistant retrieves library APIs, and code patterns from the installed Syncfusion® Skills. It automatically chooses the appropriate operating mode based on the provided prompt.
-2. **Enforces Syncfusion® best practices**, including:
- - Suggesting the correct NuGet packages or JAR files based on the detected application type.
- - Using only APIs and code patterns explicitly present in the skill reference files.
- - Configuring the Syncfusion® license key from `SyncfusionLicense.txt` or the `SYNCFUSION_LICENSE_KEY` environment variable.
-3. **Operates in two modes** based on the user's intent:
- - **Mode 1 — Generate Code**: Produces production-ready code. No scripts are created or executed. Triggered by keywords such as `"code"`, `"snippet"`, `"how to"`, `"show me"`, `"sample"`, or `"example"`.
- - **Mode 2 — Execute via CSX Script**: Creates a temporary `.csx` script, runs it with `dotnet script`, produces the output document file, then cleans up — without modifying the user's project. Triggered by keywords such as `"create"`, `"generate"`, `"make"`, `"open"`, `"edit"`, `"modify"`, or a file path (e.g., `output/report.docx`).
+{% endhighlight %}
+{% endtabs %}
+
+The terminal will show a list of available skills. Use the arrow keys to navigate, space bar to select the skills you want, and Enter to confirm.
+
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
+Select skills to install (space to toggle)
+│ ◻ syncfusion-dotnet-pdf
+│ ◻ syncfusion-dotnet-word
+│ ◻ syncfusion-dotnet-excel
+│ ◻ syncfusion-dotnet-powerpoint
+│ ◻ syncfusion-dotnet-markdown
+│ ◻ syncfusion-dotnet-smart-data-extraction
+│ ◻ syncfusion-java-word
+│ ◻ syncfusion-flutter-pdf
+│ ◻ syncfusion-javascript-pdf
+│ .....
+
+{% endhighlight %}
+{% endtabs %}
+
+Next, select which AI agent you're using and where to store the skills.
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
+│ ── Additional agents ─────────────────────────────
+│ Search:
+│ ↑↓ move, space select, enter confirm
+│
+│ ❯ ○ Augment (.augment/skills)
+│ ○ Claude Code (.claude/skills)
+│ ○ OpenClaw (skills)
+│ ○ CodeBuddy (.codebuddy/skills)
+│ ○ Command Code (.commandcode/skills)
+│ ○ Continue (.continue/skills)
+│ ○ Cortex Code (.cortex/skills)
+│ ○ Crush (.crush/skills)
+| ....
+
+{% endhighlight %}
+{% endtabs %}
+
+Choose your installation scope (project-level or global), then confirm to complete the installation.
-## Using the AI Assistant
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
+◆ Installation scope
+│ ● Project (Install in current directory (committed with your project))
+│ ○ Global
+
+◆ Proceed with installation?
+│ ● Yes / ○ No
+
+{% endhighlight %}
+{% endtabs %}
+
+This registers the Syncfusion® skill pack so your AI assistant can automatically load it in supported IDEs such as [Code Studio](https://help.syncfusion.com/code-studio/reference/configure-properties/skills), [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills), and [Cursor](https://cursor.com/docs/skills).
+
+To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
+
+## How Syncfusion® Document SDK Agent Skills Work
+
+1. **Read the relevant skill files and choose modes based on the user's query** The assistant retrieves library APIs, and code patterns from the installed Syncfusion® Skills. It automatically chooses the appropriate operating mode based on the provided prompt.
+
+2. **Operates in two modes** based on the user's intent:
+ - **Mode 1 — Generate Code**:
+
+ - Triggered when the prompt includes keywords such as `"code"`, `"snippet"`, `"how to"`, `"show me"`, `"sample"`, or `"example"`.
+ - Detects the application type and recommends the required NuGet packages.
+ - Generates production-ready code by referencing the appropriate `references/*.md` files for the requested functionalities.
+ - **Mode 2 — Execute via CSX Script**:
+
+ - Triggered when the prompt includes keywords such as `"create"`, `"generate"`, `"make"`, `"open"`, `"edit"`, `"modify"`, or when a file path is provided (e.g., `output/report.docx`).
+ - Creates a temporary `.csx` script by inserting the appropriate code snippet from the relevant `references/*.md` files.
+ - Executes the script using dotnet script and generates the output document.
+ - Performs cleanup by deleting the temporary `.csx` script.
+
+3. **Register licensing key** Configuring the Syncfusion® license key from `SyncfusionLicense.txt` or the `SYNCFUSION_LICENSE_KEY` environment variable.
+
+### Using the AI Assistant
Once skills are installed, the assistant can generate Syncfusion® document processing code or execute document generation tasks. Below are example prompts for each mode.
@@ -86,6 +164,74 @@ Once skills are installed, the assistant can generate Syncfusion® Agent Skills using the following commands:
+
+### List Skills
+
+View all installed skills in your current project or global environment:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills list
+
+{% endhighlight %}
+{% endtabs %}
+
+### Remove a Skill
+
+Uninstall a specific skill from your environment:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills remove
+
+{% endhighlight %}
+{% endtabs %}
+
+Replace `` with the name of the skill you want to remove (for example, `syncfusion-dotnet-pdf`).
+
+### Check for Updates
+
+Check if updates are available for your installed skills:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills check
+
+{% endhighlight %}
+{% endtabs %}
+
+### Update All Skills
+
+Update all installed skills to their latest versions:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills update
+
+{% endhighlight %}
+{% endtabs %}
+
+## FAQ
+
+**Which agents and IDEs are supported?**
+
+Any Skills compatible agent or IDE that loads local skill files (Visual Studio Code, Cursor, CodeStudio, etc.).
+
+**Are skills loaded automatically?**
+
+Yes. Once installed, supported agents automatically detect and load relevant skills for Syncfusion‑related queries without requiring additional configuration.
+
+**Skills are not being loaded**
+
+Verify that skills are installed in the correct agent directory, restart the IDE, and confirm that the agent supports external skill files.
+
## See also
- [Syncfusion Document SDK Documentation](https://help.syncfusion.com/document-processing/introduction)
diff --git a/Document-Processing/Skills/docx-editor-sdk.md b/Document-Processing/Skills/docx-editor-sdk.md
index b7adc80d1..747dd8665 100644
--- a/Document-Processing/Skills/docx-editor-sdk.md
+++ b/Document-Processing/Skills/docx-editor-sdk.md
@@ -13,53 +13,117 @@ This guide introduces **Syncfusion DOCX Editor SDK Skills**, a knowledge package
Syncfusion® DOCX Editor SDK Skills eliminate common issues with generic AI suggestions by grounding the assistant in accurate Syncfusion® DOCX Editor SDK library APIs, supported features, and platform-specific configuration for the following platforms:
-- **[React DOCX Editor](https://help.syncfusion.com/document-processing/word/word-processor/react/overview)**
-- **[Angular DOCX Editor](https://help.syncfusion.com/document-processing/word/word-processor/angular/overview)**
-- **[Blazor DOCX Editor](https://help.syncfusion.com/document-processing/word/word-processor/blazor/overview)**
-- **[ASP.NET Core DOCX Editor](https://help.syncfusion.com/document-processing/word/word-processor/asp-net-core/overview)**
-- **[ASP.NET MVC DOCX Editor](https://help.syncfusion.com/document-processing/word/word-processor/asp-net-mvc/overview)**
-- **[TypeScript DOCX Editor](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/overview)**
-- **[Vue DOCX Editor](https://help.syncfusion.com/document-processing/word/word-processor/vue/overview)**
-- **[WPF DOCX Editor](https://help.syncfusion.com/document-processing/word/word-processor/wpf/overview)**
+
+| Framework | Skills |
+|---|---|
+| [React](https://help.syncfusion.com/document-processing/word/word-processor/react/overview) | [syncfusion-react-docx-editor](https://github.com/syncfusion/docx-editor-sdk-skills/tree/master/skills/syncfusion-react-docx-editor) |
+| [Angular](https://help.syncfusion.com/document-processing/word/word-processor/angular/overview) | [syncfusion-angular-docx-editor](https://github.com/syncfusion/docx-editor-sdk-skills/tree/master/skills/syncfusion-angular-docx-editor) |
+| [Blazor](https://help.syncfusion.com/document-processing/word/word-processor/blazor/overview) | [syncfusion-blazor-docx-editor](https://github.com/syncfusion/docx-editor-sdk-skills/tree/master/skills/syncfusion-blazor-docx-editor) |
+| [ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-processor/asp-net-core/overview) | [syncfusion-aspnetcore-docx-editor](https://github.com/syncfusion/docx-editor-sdk-skills/tree/master/skills/syncfusion-aspnetcore-docx-editor) |
+| [UWP](https://help.syncfusion.com/document-processing/word/word-processor/uwp/overview) | [syncfusion-uwp-docx-editor](https://github.com/syncfusion/docx-editor-sdk-skills/tree/master/skills/syncfusion-uwp-docx-editor) |
+| [WPF](https://help.syncfusion.com/document-processing/word/word-processor/wpf/overview) | [syncfusion-wpf-docx-editor](https://github.com/syncfusion/docx-editor-sdk-skills/tree/master/skills/syncfusion-wpf-docx-editor) |
## Prerequisites
Before installing Syncfusion® DOCX Editor SDK Skills, ensure the following tools are available on your machine:
-- **[Node.js](https://nodejs.org/en)** (v16 or later) — Required to run `npx` commands for installing skills.
-- **Platform-specific SDKs** — Required based on your target platform:
- - **.NET SDK** (6.0 or later) for Blazor ASP.NET MVC and ASP.NET Core
- - **React development environment** for React DOCX Editor
- - **Angular CLI** for Angular DOCX Editor
- - **TypeScript** for TypeScript DOCX Editor
- - **Vue CLI** for Vue DOCX Editor
+- **[Node.js](https://nodejs.org/en)** (v18 or later) — Required to run `npx` commands for installing skills.
+- A supported AI agent or IDE that integrates with the Skills CLI (VS Code, Syncfusion® Code Studio, Cursor, etc.)
## Installation
-Choose one of the following commands to install Syncfusion® DOCX Editor SDK Skills based on your preference. Users can also explore Syncfusion® skills from the [marketplace](https://skills.sh/syncfusion/).
+Use one of the following commands to install [Syncfusion® DOCX Editor SDK Skills](https://github.com/syncfusion/docx-editor-sdk-skills). You can also browse Syncfusion® skills in the [marketplace](https://skills.sh/syncfusion/).
+
+To install all DOCX Editor SDK skills at once, use the following command:
+
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
-```bash
-# Install all DOCX Editor SDK skills at once
npx skills add syncfusion/docx-editor-sdk-skills -y
-# Choose and install skills interactively from the terminal
+{% endhighlight %}
+{% endtabs %}
+
+To install a specific platform skill, use the following command (for example, to install DOCX editor Blazor skills):
+
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
+npx skills add syncfusion/docx-editor-sdk-skills --skill syncfusion-blazor-docx-editor
+
+{% endhighlight %}
+{% endtabs %}
+
+Choose and install skills interactively from the terminal:
+
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
npx skills add syncfusion/docx-editor-sdk-skills
-```
-This registers the Syncfusion® skill pack so your AI assistant can automatically load it in supported IDEs such as [Code Studio](https://help.syncfusion.com/code-studio/reference/configure-properties/skills), [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills), and [Cursor](https://cursor.com/docs/skills).
+{% endhighlight %}
+{% endtabs %}
-To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
+The terminal will show a list of available skills. Use the arrow keys to navigate, space bar to select the skills you want, and Enter to confirm.
-## What's Included
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
-1. **Docx Editor & API Knowledge** — Curated, skill-based guidance that captures how to create, edit, and manage Document Editing operations using Syncfusion® platform-specific libraries (React, Angular, Blazor, ASP.NET Core, TypeScript, Vue), including key APIs, supported features, and common usage patterns.
-2. **Platform-Specific Code Generation** — Each skill supports generating production-ready platform-specific code for your project. The assistant automatically detects the project type and provides code snippets that can be inserted directly into your application files (e.g., `Program.cs`, `Home.razor`, `app.ts`).
-3. **Patterns & Best Practices** — Practical recommendations for API usage, platform-specific package selection, and spreadsheet editor workflows (for example, cell formatting, data binding, formula calculation, chart creation, and worksheet protection). All guidance is authored directly within the Skill file rather than being fetched from documentation.
+Select skills to install (space to toggle)
+│ ◻ syncfusion-react-docx-editor
+│ ◻ syncfusion-angular-docx-editor
+│ ◻ syncfusion-blazor-docx-editor
+│ ◻ syncfusion-aspnetcore-docx-editor
+│ ◻ syncfusion-uwp-docx-editor
+│ ◻ syncfusion-wpf-docx-editor
+│ .....
-## How Syncfusion® DOCX Editor SDK Agent Skills Work
+{% endhighlight %}
+{% endtabs %}
+
+Next, select which AI agent you're using and where to store the skills.
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
-1. **Reads the relevant Skill files based on the user's query**, with the assistant retrieving library APIs, code patterns, and best-practice guidance from the installed Syncfusion® Skills, and automatically chooses the appropriate platform based on the detected project type.
+│ ── Additional agents ─────────────────────────────
+│ Search:
+│ ↑↓ move, space select, enter confirm
+│
+│ ❯ ○ Augment (.augment/skills)
+│ ○ Claude Code (.claude/skills)
+│ ○ OpenClaw (skills)
+│ ○ CodeBuddy (.codebuddy/skills)
+│ ○ Command Code (.commandcode/skills)
+│ ○ Continue (.continue/skills)
+│ ○ Cortex Code (.cortex/skills)
+│ ○ Crush (.crush/skills)
+| ....
+{% endhighlight %}
+{% endtabs %}
+
+Choose your installation scope (project-level or global), then confirm to complete the installation.
+
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
+◆ Installation scope
+│ ● Project (Install in current directory (committed with your project))
+│ ○ Global
+
+◆ Proceed with installation?
+│ ● Yes / ○ No
+
+{% endhighlight %}
+{% endtabs %}
+
+This registers the Syncfusion® skill pack so your AI assistant can automatically load it in supported IDEs such as [Code Studio](https://help.syncfusion.com/code-studio/reference/configure-properties/skills), [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills), and [Cursor](https://cursor.com/docs/skills).
+
+To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
+
+## How Syncfusion® DOCX Editor SDK Agent Skills Work
+
+1. **Read the relevant skill files and choose modes based on the user's query** - The assistant retrieves component APIs and code patterns from the installed Syncfusion® Skills, automatically selecting the appropriate platform based on your workspace or prompt.
2. **Enforces Syncfusion® best practices** including:
- Suggesting the correct NuGet packages or npm packages based on the detected application type.
- Using only APIs and code patterns explicitly present in the skill reference files.
@@ -68,19 +132,88 @@ To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
- Produces production-ready React, Angular, Blazor, ASP.NET Core, TypeScript, or Vue code and inserts it into the user's project files.
- Triggered by keywords such as `"create"`, `"add"`, `"insert"`, `"apply"`, `"code"`, `"snippet"`, `"how to"`, `"show me"`, `"sample"`, or `"example"`.
-### Using the AI Assistant
+## Using the AI Assistant
+
+Once skills are installed, the assistant can generate docx editor code. Below are some example prompts.
+
+**Example Prompts:**
+
+- "Create a DOCX Editor and enable track changes"
+- "How to protect documents with comments only restriction in ASP.NET Core DOCX editor?"
+- "How to enable spell checking in DOCX editor?"
+- "How to search for text and replace it in Blazor DOCX editor?"
+
+## Skills CLI Commands
+
+After installation, manage Syncfusion® Agent Skills using the following commands:
+
+### List Skills
+
+View all installed skills in your current project or global environment:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills list
+
+{% endhighlight %}
+{% endtabs %}
+
+### Remove a Skill
+
+Uninstall a specific skill from your environment:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills remove
+
+{% endhighlight %}
+{% endtabs %}
+
+Replace `` with the name of the skill you want to remove (for example, `syncfusion-blazor-docx-editor`).
+
+### Check for Updates
+
+Check if updates are available for your installed skills:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills check
+
+{% endhighlight %}
+{% endtabs %}
+
+### Update All Skills
+
+Update all installed skills to their latest versions:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills update
+
+{% endhighlight %}
+{% endtabs %}
+
+## FAQ
+
+**Which agents and IDEs are supported?**
+
+Any Skills compatible agent or IDE that loads local skill files (Visual Studio Code, Cursor, CodeStudio, etc.).
+
+**Are skills loaded automatically?**
-Once skills are installed, the assistant can be used to generate and update Syncfusion® docx editor code for tasks such as:
+Yes. Once installed, supported agents automatically detect and load relevant skills for Syncfusion‑related queries without requiring additional configuration.
-- "Create DOCX Editor and enable track changes"
-- "Insert a table with rows and columns into a Word document."
-- "Insert images within a DOCX file."
-- "Track changes and add comments to specific paragraphs in a Word document."
+**Skills are not being loaded**
+Verify that skills are installed in the correct agent directory, restart the IDE, and confirm that the agent supports external skill files.
## See also
-- [Syncfusion DOCX Editor SDK Documentation](https://help.syncfusion.com/document-processing/word/word-processor/overview)
+- [Syncfusion DOCX Editor Documentation](https://help.syncfusion.com/document-processing/word/word-processor/overview)
- [Agent Skills Standards](https://agentskills.io/home)
- [SKills CLI](https://skills.sh/docs)
diff --git a/Document-Processing/Skills/spreadsheet-editor-sdk.md b/Document-Processing/Skills/spreadsheet-editor-sdk.md
index b3d4789b9..1c2e17f44 100644
--- a/Document-Processing/Skills/spreadsheet-editor-sdk.md
+++ b/Document-Processing/Skills/spreadsheet-editor-sdk.md
@@ -15,51 +15,116 @@ Syncfusion® Spreadsheet Editor SDK Skills a
| Framework | Skills |
|---|---|
-| [React](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/overview) | syncfusion-react-spreadsheet-editor |
-| [Angular](https://help.syncfusion.com/document-processing/excel/spreadsheet/angular/overview) | syncfusion-angular-spreadsheet-editor |
-| [Blazor](https://help.syncfusion.com/document-processing/excel/spreadsheet/blazor/overview) | syncfusion-blazor-spreadsheet-editor |
-| [ASP.NET Core](https://help.syncfusion.com/document-processing/excel/spreadsheet/asp-net-core/overview) | syncfusion-aspnetcore-spreadsheet-editor |
-| [ASP.NET MVC](https://help.syncfusion.com/document-processing/excel/spreadsheet/asp-net-mvc/overview) | syncfusion-aspnetmvc-spreadsheet-editor |
-| [TypeScript](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/overview) | syncfusion-javascript-spreadsheet-editor |
-| [Vue](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/overview) | syncfusion-vue-spreadsheet-editor |
-
-Each platform's skill file includes component initialization, property configuration, event handling, cell operations, formatting, data binding, and common spreadsheet usage patterns specific to that framework.
+| [React](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/overview) | [syncfusion-react-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-react-spreadsheet-editor) |
+| [Angular](https://help.syncfusion.com/document-processing/excel/spreadsheet/angular/overview) | [syncfusion-angular-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-angular-spreadsheet-editor) |
+| [Blazor](https://help.syncfusion.com/document-processing/excel/spreadsheet/blazor/overview) | [syncfusion-blazor-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-blazor-spreadsheet-editor) |
+| [ASP.NET Core](https://help.syncfusion.com/document-processing/excel/spreadsheet/asp-net-core/overview) | [syncfusion-aspnetcore-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-aspnetcore-spreadsheet-editor) |
+| [ASP.NET MVC](https://help.syncfusion.com/document-processing/excel/spreadsheet/asp-net-mvc/overview) | [syncfusion-aspnetmvc-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-aspnetmvc-spreadsheet-editor) |
+| [TypeScript](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/overview) | [syncfusion-javascript-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-javascript-spreadsheet-editor) |
+| [Vue](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/overview) | [syncfusion-vue-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-vue-spreadsheet-editor) |
## Prerequisites
Before installing Syncfusion® Spreadsheet Editor SDK Skills, ensure the following tools are available on your machine:
- **[Node.js](https://nodejs.org/en)** (v18 or later) — Required to run `npx` commands for installing skills.
+- A supported AI agent or IDE that integrates with the Skills CLI (VS Code, Syncfusion® Code Studio, Cursor, etc.)
## Installation
-Use one of the following commands to install Syncfusion® Spreadsheet Editor SDK Skills. You can also browse Syncfusion® skills in the [marketplace](https://skills.sh/syncfusion/).
+Use one of the following commands to install [Syncfusion® Spreadsheet Editor SDK Skills](https://github.com/syncfusion/spreadsheet-editor-sdk-skills). You can also browse Syncfusion® skills in the [marketplace](https://skills.sh/syncfusion/).
To install all Spreadsheet Editor SDK skills at once, use the following command:
-```bash
-npx skills add syncfusion/spreadsheet-editor-sdk-skills --all -y
-```
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
+npx skills add syncfusion/spreadsheet-editor-sdk-skills -y
+
+{% endhighlight %}
+{% endtabs %}
To install a specific platform skill, use the following command (for example, to install Spreadsheet Blazor skills):
-```bash
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
npx skills add syncfusion/spreadsheet-editor-sdk-skills --skill syncfusion-blazor-spreadsheet-editor
-```
-This registers the Syncfusion® skill pack, enabling your AI assistant to load it automatically in supported IDEs such as [Code Studio](https://help.syncfusion.com/code-studio/reference/configure-properties/skills), [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills), and [Cursor](https://cursor.com/docs/skills).
+{% endhighlight %}
+{% endtabs %}
+
+Choose and install skills interactively from the terminal:
+
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
+npx skills add syncfusion/spreadsheet-editor-sdk-skills
+
+{% endhighlight %}
+{% endtabs %}
+
+The terminal will show a list of available skills. Use the arrow keys to navigate, space bar to select the skills you want, and Enter to confirm.
+
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
+Select skills to install (space to toggle)
+│ ◻ syncfusion-react-spreadsheet-editor
+│ ◻ ssyncfusion-angular-spreadsheet-editor
+│ ◻ syncfusion-blazor-spreadsheet-editor
+│ ◻ syncfusion-aspnetcore-spreadsheet-editor
+│ ◻ ssyncfusion-aspnetmvc-spreadsheet-editor
+│ ◻ syncfusion-javascript-spreadsheet-editor
+│ ◻ syncfusion-vue-spreadsheet-editor
+│ .....
+
+{% endhighlight %}
+{% endtabs %}
+
+Next, select which AI agent you're using and where to store the skills.
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
-For more details, see the [Skills CLI documentation](https://skills.sh/docs).
+│ ── Additional agents ─────────────────────────────
+│ Search:
+│ ↑↓ move, space select, enter confirm
+│
+│ ❯ ○ Augment (.augment/skills)
+│ ○ Claude Code (.claude/skills)
+│ ○ OpenClaw (skills)
+│ ○ CodeBuddy (.codebuddy/skills)
+│ ○ Command Code (.commandcode/skills)
+│ ○ Continue (.continue/skills)
+│ ○ Cortex Code (.cortex/skills)
+│ ○ Crush (.crush/skills)
+| ....
-## What's Included
+{% endhighlight %}
+{% endtabs %}
-1. **Spreadsheet Editor SDK API Knowledge** — Skill-based, curated guidance for creating, editing, and managing spreadsheets using Syncfusion® Spreadsheet Editor SDK UI Components across supported platforms. Covers key APIs, component integration, cell operations, formatting, data binding, and import/export features.
-2. **Platform-Specific Code Generation** — Produces production-ready code tailored to your platform (React, Angular, Blazor, ASP.NET Core, ASP.NET MVC, TypeScript, or Vue) without executing scripts or altering your project structure.
-3. **Patterns & Best Practices** — Practical recommendations for API usage, platform-specific package selection, component configuration, and spreadsheet editor workflows (such as cell styling, conditional formatting, data validation, chart creation, formula calculation, and protection settings). All guidance is authored directly within the skill files, not fetched from external documentation.
+Choose your installation scope (project-level or global), then confirm to complete the installation.
+
+{% tabs %}
+{% highlight bash tabtitle="npm" %}
+
+◆ Installation scope
+│ ● Project (Install in current directory (committed with your project))
+│ ○ Global
+
+◆ Proceed with installation?
+│ ● Yes / ○ No
+
+{% endhighlight %}
+{% endtabs %}
+
+This registers the Syncfusion® skill pack so your AI assistant can automatically load it in supported IDEs such as [Code Studio](https://help.syncfusion.com/code-studio/reference/configure-properties/skills), [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills), and [Cursor](https://cursor.com/docs/skills).
+
+To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
## How Syncfusion® Spreadsheet Editor SDK Agent Skills Work
-1. **Reads relevant skill files based on your query.** The assistant retrieves component APIs and code patterns from the installed Syncfusion® Skills, automatically selecting the appropriate platform based on your workspace or prompt.
+1. **Read the relevant skill files and choose modes based on the user's query** - The assistant retrieves component APIs and code patterns from the installed Syncfusion® Skills, automatically selecting the appropriate platform based on your workspace or prompt.
2. **Enforces Syncfusion® best practices**, including:
- Recommending the correct npm or NuGet packages for your platform.
- Using only APIs and code patterns explicitly present in the skill reference files.
@@ -79,6 +144,74 @@ Once skills are installed, the assistant can generate spreadsheet editor code. B
- "Show me code to apply number formatting to currency columns in React Spreadsheet Editor."
- "How do I enable cell editing and data validation in Angular Spreadsheet Editor?"
+## Skills CLI Commands
+
+After installation, manage Syncfusion® Agent Skills using the following commands:
+
+### List Skills
+
+View all installed skills in your current project or global environment:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills list
+
+{% endhighlight %}
+{% endtabs %}
+
+### Remove a Skill
+
+Uninstall a specific skill from your environment:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills remove
+
+{% endhighlight %}
+{% endtabs %}
+
+Replace `` with the name of the skill you want to remove (for example, `syncfusion-blazor-spreadsheet-editor`).
+
+### Check for Updates
+
+Check if updates are available for your installed skills:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills check
+
+{% endhighlight %}
+{% endtabs %}
+
+### Update All Skills
+
+Update all installed skills to their latest versions:
+
+{% tabs %}
+{% highlight bash tabtitle="NPM" %}
+
+npx skills update
+
+{% endhighlight %}
+{% endtabs %}
+
+## FAQ
+
+**Which agents and IDEs are supported?**
+
+Any Skills compatible agent or IDE that loads local skill files (Visual Studio Code, Cursor, CodeStudio, etc.).
+
+**Are skills loaded automatically?**
+
+Yes. Once installed, supported agents automatically detect and load relevant skills for Syncfusion‑related queries without requiring additional configuration.
+
+**Skills are not being loaded**
+
+Verify that skills are installed in the correct agent directory, restart the IDE, and confirm that the agent supports external skill files.
+
## See also
- [Syncfusion Spreadsheet Editor Documentation](https://help.syncfusion.com/document-processing/excel/spreadsheet/overview)