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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fluens.Skills.Backend" Version="0.6.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluens.Skills.Backend" Version="0.6.6" />
                    
Directory.Packages.props
<PackageReference Include="Fluens.Skills.Backend" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fluens.Skills.Backend --version 0.6.6
                    
#r "nuget: Fluens.Skills.Backend, 0.6.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fluens.Skills.Backend@0.6.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fluens.Skills.Backend&version=0.6.6
                    
Install as a Cake Addin
#tool nuget:?package=Fluens.Skills.Backend&version=0.6.6
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

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