diff --git a/src/frontend/src/content/docs/get-started/aspire-skills.mdx b/src/frontend/src/content/docs/get-started/aspire-skills.mdx index 1a80c895d..41acad3a3 100644 --- a/src/frontend/src/content/docs/get-started/aspire-skills.mdx +++ b/src/frontend/src/content/docs/get-started/aspire-skills.mdx @@ -216,6 +216,22 @@ In that command, `-a github-copilot` selects the target agent, `-g` installs glo documentation](https://www.skills.sh/docs/cli). + + + +On the .NET 10 SDK or later, `dnx` runs [`skillz`](https://www.nuget.org/packages/skillz), which is like `skills` but natively a .NET tool, no Node.js required. + +```bash title="dnx" +dnx skillz add microsoft/aspire-skills +``` + +Use this option when you already have the .NET SDK and prefer not to depend on Node.js. + + + `skillz` is open source at + [chillicream/skillz](https://github.com/chillicream/skillz). + +