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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Agentic.Check --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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:
- Start
agentic-checkin the repo root and select the common set of directives and skills to install there - Start
agentic-checkin thebackendsubfolder and select the additional specialized set of directives and skills for that subfolder -agentic-checkwill automatically deselect any directives and skills that are already installed above or below the target folder. Foragentic-chech, above terminates at the repo root or else the drive root. - Start
agentic-checkin thefrontendsubfolder and select the specialized set of directives and skills for that subfolder - 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 | 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. |
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 |