From colibri-ai-agents
Guidance for working with .NET Framework projects. Includes project structure, C# language version, NuGet management, and best practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/colibri-ai-agents:dotnet-frameworkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Use `msbuild /t:rebuild` (not `dotnet build`).
msbuild /t:rebuild (not dotnet build)..cs files must be explicitly declared: <Compile Include="Path\To\File.cs" /> (no auto-discovery).<TargetFrameworkVersion> (e.g., v4.7.2), not <TargetFramework>..csproj.DateTimeOffset over DateTime; if using DateTime, specify DateTimeKind.Utc.CultureInfo.InvariantCulture for serialization/parsing.StringComparison in string operations.ConfigurationManager.AppSettings for settings; connection strings in <connectionStrings>.MethodInfo/PropertyInfo in hot paths.Lazy<T> for expensive object creation.npx claudepluginhub bilou0412/test --plugin colibri-ai-agentsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.