diff --git a/WindowsForms-toc.html b/WindowsForms-toc.html
index 7f52875d7..f3049609b 100644
--- a/WindowsForms-toc.html
+++ b/WindowsForms-toc.html
@@ -9,15 +9,11 @@
AI Coding Assistants
-
Installation
diff --git a/WindowsForms/skills/ui-builder-skill.md b/WindowsForms/agentic-ui-builder.md
similarity index 99%
rename from WindowsForms/skills/ui-builder-skill.md
rename to WindowsForms/agentic-ui-builder.md
index 6021eb369..e05ad9c52 100644
--- a/WindowsForms/skills/ui-builder-skill.md
+++ b/WindowsForms/agentic-ui-builder.md
@@ -144,7 +144,7 @@ To start using the skill:
1. Open your supported IDE.
2. In the chat panel, select the `syncfusion-winforms-ui-builder` agent from the **Agent dropdown**.
-
+
3. Start prompting the agent with a clear description of your UI requirements.
diff --git a/WindowsForms/skills/images/UI-Builder-Agent.png b/WindowsForms/ai-tools/images/UI-Builder-Agent.png
similarity index 100%
rename from WindowsForms/skills/images/UI-Builder-Agent.png
rename to WindowsForms/ai-tools/images/UI-Builder-Agent.png
diff --git a/WindowsForms/ai-tools/release-notes.md b/WindowsForms/ai-tools/release-notes.md
new file mode 100644
index 000000000..0f530b1cf
--- /dev/null
+++ b/WindowsForms/ai-tools/release-notes.md
@@ -0,0 +1,40 @@
+---
+layout: post
+title: Release Notes - Syncfusion WinForms AI Coding Assistants | Syncfusion
+description: Explore the release notes for Syncfusion WinForms AI Coding Assistants, covering MCP Server, Skills, and Agentic UI Builder updates across all versions.
+control: Syncfusion WinForms AI Coding Assistants Release Notes
+platform: WindowsForms
+documentation: ug
+domainurl: ##DomainURL##
+---
+
+# Syncfusion WinForms AI Coding Assistants Release Notes
+
+This document provides information about the changes and new features included in each version of the Syncfusion WinForms AI Coding Assistants, including the [Syncfusion.WinForms.MCP](https://www.nuget.org/packages/Syncfusion.WinForms.MCP) MCP Server, Skills, Agentic UI Builder and so on.
+
+## MCP Server
+
+**(v1.0.0) - August 3, 2026**
+
+**Feature**
+
+- The [Syncfusion.WinForms.MCP](https://www.nuget.org/packages/Syncfusion.WinForms.MCP) .NET packages is now available on NuGet, enabling seamless integration of Syncfusion WinForms controls with MCP-based workflows.
+- Introduced the **search_docs** coding assistant tool, which provides contextual documentation, code samples, API guidance, and configuration examples for Syncfusion controls directly within the development workflow.
+
+## Skills
+
+**Features**
+
+- Introduced [Agent Skills](https://www.syncfusion.com/explore/agent-skills) — a set of lightweight, modular capabilities that extend the AI Coding Assistants with specialized knowledge, including pre-defined instructions, best practices, and curated code patterns for building WinForms applications with Syncfusion components.
+- Each skill is defined in a simple, readable `SKILL.md` file that specifies the correct setup, required modules, current APIs and patterns, and what a valid implementation looks like for a given component.
+- Works as a standard, lightweight approach supported by modern AI development tools: install skills, the tool detects them, and the relevant skill is automatically applied to the user's prompt.
+
+## Agentic UI Builder
+
+**(v1.0.0) - Jun 5, 2026**
+
+**Features**
+
+- Evolved the [Agentic UI Builder](https://www.syncfusion.com/explore/agentic-ui-builder) architecture with Agent Skills, bringing implementation guidance directly into the project environment for more project-aware, context-grounded UI generation.
+- Made UI generation easier to customize and align with internal coding standards and conventions.
+- Streamlined the local development experience while preserving the same AI-assisted UI generation workflow developers already rely on.
diff --git a/WindowsForms/skills/component-skills.md b/WindowsForms/skills.md
similarity index 94%
rename from WindowsForms/skills/component-skills.md
rename to WindowsForms/skills.md
index b62bffa66..de1e68878 100644
--- a/WindowsForms/skills/component-skills.md
+++ b/WindowsForms/skills.md
@@ -37,7 +37,7 @@ Before installing Syncfusion® Windows Forms
**Design‑System Guidance**
- Theme usage, including light and dark variants
-- [VisualStyle](https://help.syncfusion.com/windowsforms/visualstyle) patterns and customization approaches
+- [SkinManager](https://help.syncfusion.com/windowsforms/skins/overview) theming patterns and customization approaches
- Consistent design alignment across Syncfusion® Windows Forms components
## Installation
@@ -69,6 +69,7 @@ npx skills add syncfusion/winforms-ui-components-skills
{% endtabs %}
The terminal will display a list of available skills. Use the **arrow keys** to move between skills, the **space bar** to toggle a skill on or off, and the **Enter** key to confirm.
+{% tabs %}
{% highlight bash tabtitle="CMD" %}
Select skills to install (space to toggle)
@@ -124,7 +125,7 @@ Choose your installation scope (project-level or global), then confirm to comple
{% 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). After installation, restart your IDE (or use the **Reload Window** command) so the IDE can detect the newly added skill files.
+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/agent-customization/agent-skills), and [Cursor](https://cursor.com/docs/skills). After installation, restart your IDE (or use the **Reload Window** command) so the IDE can detect the newly added skill files.
To learn more about the Skills CLI, refer [here](https://www.skills.sh/docs).
@@ -216,5 +217,4 @@ Verify that skills are installed in the correct agent directory (for example, `.
## See also
- [Agent Skills Standards](https://agentskills.io/home)
-- [Skills CLI](https://www.skills.sh/docs)
-- [VisualStyle](https://help.syncfusion.com/windowsforms/visualstyle)
\ No newline at end of file
+- [Skills CLI](https://www.skills.sh/docs)
\ No newline at end of file