Agentic.Check 2.2.0

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

Agentic.Check

The agentic-check .NET tool optimizes your repo for agentic engineering with .NET - based technologies.

  • Detects which .NET based technologies and features you use
  • Recommends an optimal set of agentic directives and skills for those
  • You select which to apply
  • Directives are installed / updated in AGENTS.md, directly from the dotnet-agentic-engineering GitHub repo
  • Skills are installed / updated directly from source GitHub skill repo's with gh skill

The skills available for composition are carefully tested and are selected from best-in-class GitHub skills repo's:

The composition minimizes context usage and avoids contradictions and ambiguities, reducing agent mistakes.

Currently supports foundational agentic habits, .NET, ASP.NET Core, Microsoft Orleans and Uno Platform

Uno Platform skills are selected depending on detected:

  • MVVM or MVUX update pattern
  • Pure XAML markup or XAML combined with either Uno C# Markup or C# Markup 2
  • Fluent / Material / Cupertino design system

Prerequisites

Usage

In a target folder:

dnx agentic.check -- -h

or

dotnet tool install --global agentic.check
agentic-check -h

Folder Specializing

agentic-check supports specializing folders in your repo, e.g. to have common directives and skills in the repo root, but additional and different ones in backend and frontend subfolders:

  1. Start agentic-check in the repo root and select the common set of directives and skills to install there
  2. Start agentic-check in the backend subfolder and select the additional specialized set of directives and skills for that subfolder - agentic-check will automatically deselect any directives and skills that are already installed above or below the target folder. For agentic-chech, above terminates at the repo root or else the drive root.
  3. Start agentic-check in the frontend subfolder and select the specialized set of directives and skills for that subfolder
  4. Start your agent in a (sub)folder of choice to use that specialized set of instructions. Multiple harnesses support this, including Codex CLI (composes above) and Claude Code CLI (composes above, as well as below when working on files below it's working dir).
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
2.2.0 126 7/1/2026
2.0.0 117 6/29/2026
0.3.1 111 6/28/2026
0.3.0-preview 94 6/28/2026