SharpClaw.Modules.ModuleDev 0.1.1-beta

This is a prerelease version of SharpClaw.Modules.ModuleDev.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SharpClaw.Modules.ModuleDev --version 0.1.1-beta
                    
NuGet\Install-Package SharpClaw.Modules.ModuleDev -Version 0.1.1-beta
                    
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="SharpClaw.Modules.ModuleDev" Version="0.1.1-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpClaw.Modules.ModuleDev" Version="0.1.1-beta" />
                    
Directory.Packages.props
<PackageReference Include="SharpClaw.Modules.ModuleDev" />
                    
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 SharpClaw.Modules.ModuleDev --version 0.1.1-beta
                    
#r "nuget: SharpClaw.Modules.ModuleDev, 0.1.1-beta"
                    
#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 SharpClaw.Modules.ModuleDev@0.1.1-beta
                    
#: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=SharpClaw.Modules.ModuleDev&version=0.1.1-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SharpClaw.Modules.ModuleDev&version=0.1.1-beta&prerelease
                    
Install as a Cake Tool

SharpClaw Module Development Kit

Module Development Kit is the SharpClaw module for creating, inspecting, building, verifying, and hot-loading other SharpClaw modules while the host is running. It exposes the mdk tool prefix, keeps its runtime shape as a .NET sidecar module, and uses the public SharpClaw.Contracts package as its host contract boundary.

Install the package into a SharpClaw host the same way as any runtime-loadable SharpClaw module package. The NuGet package carries its runtime payload under sharpclaw/, including module.json, the module assembly, dependency file, and non-framework dependency assemblies required by the sidecar loader.

dotnet add package SharpClaw.Modules.ModuleDev --version 0.1.1-beta

After the host loads the module, agents can call tools such as scaffold, file read and write, build, runtime verification, load and reload, process inspection, SDK reference lookup, task authoring support, and conversation steering workflows through the mdk prefix. The module keeps file writes scoped to SharpClaw's external module workspace and validates module IDs, relative paths, file names, and build project extensions before touching disk or starting dotnet build.

The package is AGPL-3.0-only. Module authors should keep their own modules behind SharpClaw.Contracts interfaces and package references instead of referencing SharpClaw runtime internals or host persistence projects directly.

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.

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.1.1-beta.1 26 7/23/2026
0.1.1-beta 2,655 7/5/2026
0.1.0-beta 58 5/20/2026