CrestApps.AgentSkills.OrchardCore 1.2.0

dotnet add package CrestApps.AgentSkills.OrchardCore --version 1.2.0
                    
NuGet\Install-Package CrestApps.AgentSkills.OrchardCore -Version 1.2.0
                    
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="CrestApps.AgentSkills.OrchardCore" Version="1.2.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CrestApps.AgentSkills.OrchardCore" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="CrestApps.AgentSkills.OrchardCore">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 CrestApps.AgentSkills.OrchardCore --version 1.2.0
                    
#r "nuget: CrestApps.AgentSkills.OrchardCore, 1.2.0"
                    
#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 CrestApps.AgentSkills.OrchardCore@1.2.0
                    
#: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=CrestApps.AgentSkills.OrchardCore&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=CrestApps.AgentSkills.OrchardCore&version=1.2.0
                    
Install as a Cake Tool

CrestApps.AgentSkills.OrchardCore

Development-only NuGet package that copies Orchard Core skill files into the solution-root .agents/skills folder.

What it includes

This package bundles both source roots needed for Orchard Core development:

  • orchardcore/ for framework-only Orchard Core skills
  • crestapps-orchardcore/ for CrestApps OrchardCore module skills

It does not bundle crestapps-core/.

Install

dotnet add package CrestApps.AgentSkills.OrchardCore
dotnet build

Result

After the first build, the solution root contains:

.agents/
  skills/
    orchardcore/
      orchardcore-content-types/
      orchardcore-recipes/
      ...
    crestapps-orchardcore/
      orchardcore-ai/
      orchardcore-ai-chat/
      orchardcore-ai-mcp/
      ...

How it works

  1. Skills are packed into the NuGet package under skills/.
  2. A buildTransitive/ target runs before build and design-time compilation.
  3. The target copies the packaged skill files into .agents/skills/ at the solution root.
  4. Files are always overwritten so generated skill copies stay aligned with the package version.

Important

  • Run dotnet build after install or update; restore alone cannot trigger the copy.
  • In Visual Studio, a design-time build usually causes the files to appear immediately after package install.
  • Do not edit generated .agents/skills/* files manually; they will be overwritten on the next build.

License

This project is licensed 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.
  • net10.0

    • 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
1.2.0 131 8/27/2026
1.1.1 615 8/18/2026
1.1.0 127 8/13/2026
1.0.0 157 8/2/2026
1.0.0-preview-0009 562 5/28/2026
1.0.0-preview-0008 246 5/22/2026
1.0.0-preview-0007 238 5/19/2026
1.0.0-preview-0006 241 5/19/2026
1.0.0-preview-0005 264 5/6/2026
1.0.0-preview-0004 482 3/23/2026
1.0.0-preview-0003 316 3/22/2026
1.0.0-preview-0002 809 3/15/2026
1.0.0-preview-0001 1,194 2/19/2026
1.0.0-preview.91 204 5/22/2026
1.0.0-preview.11 192 5/22/2026
1.0.0-preview.10 194 5/19/2026
1.0.0-preview.9 200 5/22/2026
1.0.0-preview.8 196 5/19/2026
1.0.0-preiew-0002 314 2/19/2026
1.0.0-preiew-0001 320 2/19/2026