SkillsDistributor 2026.5.8.7

dotnet tool install --global SkillsDistributor --version 2026.5.8.7
                    
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.8.7
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SkillsDistributor&version=2026.5.8.7
                    
nuke :add-package SkillsDistributor --version 2026.5.8.7
                    

SkillsDistributor

.NET global tool that discovers repositories in an Azure DevOps team project, copies a skills tree into each target repo, then opens pull requests on branches agentic-skills/<UTC timestamp> with label Minor and auto-complete (instead of pushing to the default branch).

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 --repo <name> to sync only one repository by name (case-insensitive); omit it to handle every repo in the project except --skip-repos. Run skills-distributor --help for all options.

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 45 5/8/2026
2026.5.8.6 32 5/8/2026
2026.5.8.5 38 5/8/2026
2026.5.8.4 34 5/8/2026
2026.5.8.2 40 5/8/2026
2026.5.8.1 39 5/8/2026
2026.5.7.5 37 5/7/2026
2026.5.7.2 35 5/7/2026
2026.5.7.1 38 5/7/2026
2026.5.6.2 40 5/6/2026