SharpClaw.Modules.ModuleDev
0.1.1-beta
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
<PackageReference Include="SharpClaw.Modules.ModuleDev" Version="0.1.1-beta" />
<PackageVersion Include="SharpClaw.Modules.ModuleDev" Version="0.1.1-beta" />
<PackageReference Include="SharpClaw.Modules.ModuleDev" />
paket add SharpClaw.Modules.ModuleDev --version 0.1.1-beta
#r "nuget: SharpClaw.Modules.ModuleDev, 0.1.1-beta"
#:package SharpClaw.Modules.ModuleDev@0.1.1-beta
#addin nuget:?package=SharpClaw.Modules.ModuleDev&version=0.1.1-beta&prerelease
#tool nuget:?package=SharpClaw.Modules.ModuleDev&version=0.1.1-beta&prerelease
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 | Versions 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. |
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 |