From c69b3e70e0b0ce682c586d451cf7298c33ea8841 Mon Sep 17 00:00:00 2001 From: Arne Brune Olsen Date: Thu, 23 Apr 2026 20:18:28 +0200 Subject: [PATCH 1/3] Add Avalonia-Skills AI agent skills to Tooling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bfd5f2..f151846 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,7 @@ Contributions are always welcome! Please take a look at the [Contribution Guidel - [Avant Garde](https://github.com/kuiperzone/AvantGarde) - Standalone cross-platform XAML previewer for the C# Avalonia Framework. - [Citrus.Avalonia](https://github.com/AvaloniaUI/Citrus.Avalonia) - Modern styles for Avalonia controls. - [dotnet-properties](https://github.com/jp2masa/dotnet-properties) - .NET Core CLI extension that allows editing project properties using a cross-platform UI. +- [Avalonia-Skills](https://github.com/linuxdevel/Avalonia-skills) - AI agent skills (OpenCode, Claude Code) providing dense reference for the full Avalonia framework — XAML, layout, styling, data binding, MVVM, controls, testing, deployment, and WPF migration. - [HotAvalonia](https://github.com/Kir-Antipov/HotAvalonia) - Supercharge your Avalonia development experience with hot reload capabilities. - [IconPacks](https://github.com/ahopper/Avalonia.IconPacks) - Import of more than 21,000 vector icons from the Visual Studio image library, VSCode Icons, and MahApps.Metro.IconPacks. - [IconPacks Testbed](https://github.com/punker76/MahApps.Avalonia.IconPacks.Testbed) - Testbed for MahApps.Avalonia.IconPacks. From 594df120917ee81d6ee9a89344bb5acedf17b0cb Mon Sep 17 00:00:00 2001 From: Arne Brune Olsen Date: Thu, 23 Apr 2026 21:03:28 +0200 Subject: [PATCH 2/3] Add Artificial Intelligence section with Avalonia-Skills and N.E.O. Creates a new 'Artificial Intelligence' section as suggested by maintainer OmidID in PR #261. Moves Avalonia-Skills from Tooling into the new section and includes N.E.O. (AI-powered Avalonia app builder) which triggered the suggestion. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f151846..baa3c19 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Contributions are always welcome! Please take a look at the [Contribution Guidel - [Articles](#articles) - [Podcasts](#podcasts) - [Presentations slides](#presentations-slides) + - [Artificial Intelligence](#artificial-intelligence) - [Tooling](#tooling) - [Books](#books) - [E-Books](#e-books) @@ -381,6 +382,11 @@ Contributions are always welcome! Please take a look at the [Contribution Guidel ## Presentations slides +## Artificial Intelligence + +- [Avalonia-Skills](https://github.com/linuxdevel/Avalonia-skills) - AI agent skills for OpenCode, Claude Code, and other agents — dense reference covering the full Avalonia framework (XAML, layout, styling, data binding, MVVM, controls, testing, deployment, and WPF migration). Install with a single `curl` command. +- [N.E.O.](https://github.com/hf75/N.E.O) - AI-powered native app builder that generates and compiles Avalonia apps from natural language descriptions at runtime via Roslyn. Includes an MCP server for Claude Code with live preview, visual tree inspection, and hot reload. + ## Tooling - [Avalonia Accelerate - Dev Tools](https://avaloniaui.net/accelerate#devtools) - Enhanced Developer Tools with advanced inspection, diagnostics, and debugging features. @@ -389,7 +395,6 @@ Contributions are always welcome! Please take a look at the [Contribution Guidel - [Avant Garde](https://github.com/kuiperzone/AvantGarde) - Standalone cross-platform XAML previewer for the C# Avalonia Framework. - [Citrus.Avalonia](https://github.com/AvaloniaUI/Citrus.Avalonia) - Modern styles for Avalonia controls. - [dotnet-properties](https://github.com/jp2masa/dotnet-properties) - .NET Core CLI extension that allows editing project properties using a cross-platform UI. -- [Avalonia-Skills](https://github.com/linuxdevel/Avalonia-skills) - AI agent skills (OpenCode, Claude Code) providing dense reference for the full Avalonia framework — XAML, layout, styling, data binding, MVVM, controls, testing, deployment, and WPF migration. - [HotAvalonia](https://github.com/Kir-Antipov/HotAvalonia) - Supercharge your Avalonia development experience with hot reload capabilities. - [IconPacks](https://github.com/ahopper/Avalonia.IconPacks) - Import of more than 21,000 vector icons from the Visual Studio image library, VSCode Icons, and MahApps.Metro.IconPacks. - [IconPacks Testbed](https://github.com/punker76/MahApps.Avalonia.IconPacks.Testbed) - Testbed for MahApps.Avalonia.IconPacks. From 86b724885096175c7443fdf36460bd6e9746f986 Mon Sep 17 00:00:00 2001 From: Arne Brune Olsen Date: Thu, 23 Apr 2026 21:14:43 +0200 Subject: [PATCH 3/3] =?UTF-8?q?Remove=20N.E.O.=20from=20AI=20section=20?= =?UTF-8?q?=E2=80=94=20let=20original=20author=20add=20that?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index baa3c19..2b048af 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,6 @@ Contributions are always welcome! Please take a look at the [Contribution Guidel ## Artificial Intelligence - [Avalonia-Skills](https://github.com/linuxdevel/Avalonia-skills) - AI agent skills for OpenCode, Claude Code, and other agents — dense reference covering the full Avalonia framework (XAML, layout, styling, data binding, MVVM, controls, testing, deployment, and WPF migration). Install with a single `curl` command. -- [N.E.O.](https://github.com/hf75/N.E.O) - AI-powered native app builder that generates and compiles Avalonia apps from natural language descriptions at runtime via Roslyn. Includes an MCP server for Claude Code with live preview, visual tree inspection, and hot reload. ## Tooling