SkillsDistributor 2026.5.6.2

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global SkillsDistributor --version 2026.5.6.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local SkillsDistributor --version 2026.5.6.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SkillsDistributor&version=2026.5.6.2
                    
nuke :add-package SkillsDistributor --version 2026.5.6.2
                    

SkillsDistributor

.NET global tool that discovers every Git repository in an Azure DevOps team project, copies a skills tree from a central Git repository into each target repo (default: .cursor/skills), then commits and pushes when there are changes—useful for keeping Cursor/agent skills in sync across many repos.

Install

dotnet tool install --global SkillsDistributor

Example

skills-distributor ^
  --ado-pat "%ADO_PAT%" ^
  --ado-url "https://dev.azure.com/your-org" ^
  --ado-project "Your Project" ^
  --skills-pat "%SKILLS_PAT%" ^
  --skills-repo-url "https://dev.azure.com/your-org/Skills/_git/skills-catalog" ^
  --dry-run

Use skills-distributor --help for all options (paths, skip list, commit message, etc.).

License

This package is distributed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
2026.5.8.7 131 5/8/2026
2026.5.8.6 93 5/8/2026
2026.5.8.5 98 5/8/2026
2026.5.8.4 96 5/8/2026
2026.5.8.2 99 5/8/2026
2026.5.8.1 101 5/8/2026
2026.5.7.5 95 5/7/2026
2026.5.7.2 90 5/7/2026
2026.5.7.1 92 5/7/2026
2026.5.6.2 94 5/6/2026