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
|[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/main/skills/syncfusion-dotnet-smart-data-extraction)|
24
24
25
25
## Prerequisites
26
26
@@ -32,43 +32,115 @@ Before installing Syncfusion<sup style="font-size:70%">®</sup> Document SDK
32
32
33
33
## Installation
34
34
35
-
Choose one of the following commands to install Syncfusion<supstyle="font-size:70%">®</sup> Document SDK Skills based on your preference. You can also explore Syncfusion<supstyle="font-size:70%">®</sup> skills from the [marketplace](https://skills.sh/syncfusion/).
35
+
Choose one of the following commands to install [Syncfusion<supstyle="font-size:70%">®</sup> Document SDK Skills](https://github.com/syncfusion/document-sdk-skills) based on your preference. You can also explore Syncfusion<supstyle="font-size:70%">®</sup> skills from the [marketplace](https://skills.sh/syncfusion/).
36
36
37
37
To install all document SDK skills at once, use the following command:
This registers the Syncfusion<supstyle="font-size:70%">®</sup> 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).
54
+
{% endhighlight %}
55
+
{% endtabs %}
50
56
51
-
To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
57
+
Choose and install skills interactively from the terminal:
58
+
59
+
{% tabs %}
60
+
{% highlight bash tabtitle="npm" %}
61
+
62
+
npx skills add syncfusion/document-sdk-skills
63
+
64
+
{% endhighlight %}
65
+
{% endtabs %}
66
+
67
+
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.
68
+
69
+
{% tabs %}
70
+
{% highlight bash tabtitle="npm" %}
52
71
53
-
## What's Included
72
+
Select skills to install (space to toggle)
73
+
│ ◻ syncfusion-dotnet-pdf
74
+
│ ◻ syncfusion-dotnet-word
75
+
│ ◻ syncfusion-dotnet-excel
76
+
│ ◻ syncfusion-dotnet-powerpoint
77
+
│ ◻ syncfusion-dotnet-markdown
78
+
│ ◻ syncfusion-dotnet-smart-data-extraction
79
+
│ ◻ syncfusion-java-word
80
+
│ ◻ syncfusion-flutter-pdf
81
+
│ ◻ syncfusion-javascript-pdf
82
+
│ .....
54
83
55
-
1.**Document SDK API Knowledge** — Curated, skill-based guidance for creating, editing, and converting PDF, Word, Excel, PowerPoint, and Markdown documents using Syncfusion<supstyle="font-size:70%">®</sup> Document SDK libraries. Covers key APIs, supported formats, and conversions.
56
-
2.**Dual-Mode Execution (.NET)** — Supports two operating modes:
57
-
-**Mode 1** — Generate production-ready code for your project.
58
-
-**Mode 2** — Execute a document task immediately via a CSX script without modifying your project.
59
-
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.
84
+
{% endhighlight %}
85
+
{% endtabs %}
60
86
87
+
Next, select which AI agent you're using and where to store the skills.
88
+
{% tabs %}
89
+
{% highlight bash tabtitle="npm" %}
61
90
62
-
## How Syncfusion<supstyle="font-size:70%">®</sup> Document SDK Agent Skills Work
Choose your installation scope (project-level or global), then confirm to complete the installation.
109
+
110
+
{% tabs %}
111
+
{% highlight bash tabtitle="npm" %}
112
+
113
+
◆ Installation scope
114
+
│ ● Project (Install in current directory (committed with your project))
115
+
│ ○ Global
116
+
117
+
◆ Proceed with installation?
118
+
│ ● Yes / ○ No
119
+
120
+
{% endhighlight %}
121
+
{% endtabs %}
122
+
123
+
This registers the Syncfusion<supstyle="font-size:70%">®</sup> 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).
124
+
125
+
To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
63
126
64
-
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<supstyle="font-size:70%">®</sup> Skills. It automatically chooses the appropriate operating mode based on the provided prompt.
65
-
2.**Enforces Syncfusion<supstyle="font-size:70%">®</sup> best practices**, including:
66
-
- Suggesting the correct NuGet packages or JAR files based on the detected application type.
67
-
- Using only APIs and code patterns explicitly present in the skill reference files.
68
-
- Configuring the Syncfusion<supstyle="font-size:70%">®</sup> license key from `SyncfusionLicense.txt` or the `SYNCFUSION_LICENSE_KEY` environment variable.
69
-
3.**Operates in two modes** based on the user's intent:
70
-
-**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"`.
71
-
-**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`).
127
+
## Capabilities and How It Works
128
+
129
+
Each installed skill pack provides the following capabilities:
130
+
131
+
-**Document SDK API Knowledge** — Curated guidance covering key APIs, supported file formats, and conversion workflows for PDF, Word, Excel, PowerPoint, and Markdown. The assistant reads the skill files to retrieve relevant APIs and code patterns, then automatically selects the appropriate mode based on the prompt.
132
+
133
+
-**Patterns and Best Practices** — Guidance on API usage, NuGet package selection, and common workflows (mail merge, PDF digital signatures, Excel pivot tables, and PowerPoint chart creation). The assistant enforces these standards in every response:
134
+
- Recommends the correct NuGet packages or JAR files based on the application type.
135
+
- Uses only APIs and code patterns defined in the skill reference files.
136
+
- Configures the Syncfusion<supstyle="font-size:70%">®</sup> license key from `SyncfusionLicense.txt` or the `SYNCFUSION_LICENSE_KEY` environment variable.
137
+
138
+
-**Dual-Mode Execution (.NET)** — The assistant automatically selects a mode based on keywords in the prompt:
139
+
140
+
| Mode | Description | Trigger Keywords |
141
+
|---|---|---|
142
+
|**Mode 1 — Generate Code**| Produces production-ready code for your project. No scripts are created or executed. |`"code"`, `"snippet"`, `"how to"`, `"show me"`, `"sample"`, `"example"`|
143
+
|**Mode 2 — Execute via CSX Script**| Creates and runs a temporary `.csx` script using `dotnet script`, produces the output document, then removes the script — without modifying your project. |`"create"`, `"generate"`, `"make"`, `"open"`, `"edit"`, `"modify"`, or a file path |
0 commit comments