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
Copy file name to clipboardExpand all lines: AGENTS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -438,6 +438,7 @@ This repository should behave like a maintainable documentation-and-automation s
438
438
- Public site copy should frame Claude Code, GitHub Copilot, Gemini, and Codex as supported platforms with recognizable brand-style presentation, not as "AI agents".
439
439
- Public landing page spacing should feel deliberate and compact; excessive whitespace between cards, sections, and step content is a regression.
440
440
- Skill catalog cards on the public site must keep category badges and install commands on stable separate rows; badges must never collide with or visually break the command line.
441
+
- Public README skill counts must be generated from the catalog source of truth; do not leave hand-maintained exact numbers in badges or intro copy where merges can make them stale.
441
442
442
443
### Dislikes
443
444
@@ -451,6 +452,7 @@ This repository should behave like a maintainable documentation-and-automation s
451
452
- Misleading public site wording that calls the supported platforms "AI agents" instead of showing them as platforms that use the skill catalog.
452
453
- Bloated spacing on the public landing page, especially in Quick Start shells, step stacks, and sidebar cards.
453
454
- Broken skill-card footers where category badges and install commands overlap, wrap awkwardly, or compete for the same horizontal space.
455
+
- Stale exact skill counts in the public README after new skills merge, especially when the catalog source already knows the real count.
**Stop explaining .NET to your AI. Start building.**
9
9
10
10
We've all been there: asking Claude to use Entity Framework, only to get EF6 patterns in a .NET 8 project. Explaining to Copilot that Blazor Server and Blazor WebAssembly aren't the same thing. Watching Codex generate `Startup.cs` for a Minimal API project.
11
11
12
-
This catalog fixes that. **62 skills** covering the entire .NET ecosystem—from ASP.NET Core to Orleans, from MAUI to Semantic Kernel. Install them once, and your AI agent actually knows modern .NET.
12
+
This catalog fixes that. **63 skills** covering the entire .NET ecosystem—from ASP.NET Core to Orleans, from MAUI to Semantic Kernel. Install them once, and your AI agent actually knows modern .NET.
Copy file name to clipboardExpand all lines: catalog/skills.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,15 @@
180
180
"compatibility": "Requires classic ASP.NET on .NET Framework.",
181
181
"path": "skills/dotnet-legacy-aspnet/"
182
182
},
183
+
{
184
+
"name": "dotnet-libvlc",
185
+
"title": "LibVLC Skill",
186
+
"version": "1.0.0",
187
+
"category": "Desktop",
188
+
"description": "Expert knowledge of the libvlc C API (3.x and 4.x), the multimedia framework behind VLC media player. Use when helping with LibVLC or LibVLCSharp for media playback, streaming, or transcoding.",
189
+
"compatibility": ".NET 6+, .NET Standard 2.0+, .NET Framework 4.6.1+",
0 commit comments