Fluens.Skills.Backend
0.6.6
dotnet add package Fluens.Skills.Backend --version 0.6.6
NuGet\Install-Package Fluens.Skills.Backend -Version 0.6.6
<PackageReference Include="Fluens.Skills.Backend" Version="0.6.6" />
<PackageVersion Include="Fluens.Skills.Backend" Version="0.6.6" />
<PackageReference Include="Fluens.Skills.Backend" />
paket add Fluens.Skills.Backend --version 0.6.6
#r "nuget: Fluens.Skills.Backend, 0.6.6"
#:package Fluens.Skills.Backend@0.6.6
#addin nuget:?package=Fluens.Skills.Backend&version=0.6.6
#tool nuget:?package=Fluens.Skills.Backend&version=0.6.6
Fluens.Skills.Backend
Content-only NuGet package that distributes Claude Code skill files for .NET backend conventions and best practices.
What it does
On first build after install (or version change), this package automatically copies .NET backend skill files to .claude/skills/knowledge-backend/ in your repository root. This gives Claude Code contextual knowledge about ASP.NET Core, EF Core, testing, security, API design, and other backend best practices.
Installation
dotnet add package Fluens.Skills.Backend
Build your project — skill files appear in .claude/skills/knowledge-backend/.
Configuration
Repository root detection
The package walks up from your project directory looking for a .git folder (up to 5 levels). If your project structure is deeper, set FluensSkillsRoot in your .csproj:
<PropertyGroup>
<FluensSkillsRoot>$(MSBuildThisFileDirectory)..\..\</FluensSkillsRoot>
</PropertyGroup>
Version tracking
A .package-version marker file is written to the skill directory. When the package version changes, the target directory is cleaned and all skill files are re-copied, ensuring stale files from previous versions are removed.
Should I commit the skill files?
Yes. Commit the .claude/skills/ directory so all team members and CI have access to the skill context, even without building first.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.6.6 | 87 | 3/11/2026 |
| 0.6.5 | 84 | 3/4/2026 |
| 0.6.4 | 81 | 3/4/2026 |
| 0.6.3 | 81 | 3/3/2026 |
| 0.6.2 | 94 | 3/2/2026 |
| 0.6.1 | 88 | 3/2/2026 |
| 0.6.0 | 89 | 3/1/2026 |
| 0.5.7 | 90 | 3/1/2026 |
| 0.5.6 | 85 | 3/1/2026 |
| 0.5.5 | 87 | 2/28/2026 |
| 0.5.4 | 91 | 2/28/2026 |
| 0.5.3 | 89 | 2/27/2026 |
| 0.5.2 | 89 | 2/27/2026 |
| 0.5.1 | 91 | 2/27/2026 |
| 0.5.0 | 91 | 2/26/2026 |
| 0.3.2 | 94 | 2/26/2026 |
| 0.3.1 | 93 | 2/26/2026 |
| 0.3.0 | 92 | 2/24/2026 |
| 0.2.5 | 90 | 2/24/2026 |