·dotnet10-pack-tool
</>

dotnet10-pack-tool

rysweet/amplihack

Creates hybrid Native AOT + CoreCLR .NET 10 tool packages using ToolPackageRuntimeIdentifiers. Use for building high-performance CLI tools with Native AOT on supported platforms and CoreCLR fallback for universal compatibility.

17Installs·2Trend·@rysweet

Installation

$npx skills add https://github.com/rysweet/amplihack --skill dotnet10-pack-tool

SKILL.md

Guides you through creating hybrid .NET 10 tool packages that combine Native AOT for maximum performance on select platforms with CoreCLR fallback for universal compatibility.

| Pointer Package | Metapackage that references RID-specific packages | | ToolPackageRuntimeIdentifiers | Lists RIDs, creates pointer structure (no auto-build) | | -r any | CoreCLR fallback for unlisted platforms | | -p:PublishAot=false | Disables AOT for CoreCLR fallback |

Creates hybrid Native AOT + CoreCLR .NET 10 tool packages using ToolPackageRuntimeIdentifiers. Use for building high-performance CLI tools with Native AOT on supported platforms and CoreCLR fallback for universal compatibility. Source: rysweet/amplihack.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rysweet/amplihack --skill dotnet10-pack-tool Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rysweet/amplihack --skill dotnet10-pack-tool
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is dotnet10-pack-tool?

Creates hybrid Native AOT + CoreCLR .NET 10 tool packages using ToolPackageRuntimeIdentifiers. Use for building high-performance CLI tools with Native AOT on supported platforms and CoreCLR fallback for universal compatibility. Source: rysweet/amplihack.

How do I install dotnet10-pack-tool?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rysweet/amplihack --skill dotnet10-pack-tool Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/rysweet/amplihack