Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/frontend/src/content/docs/get-started/aspire-skills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,22 @@ In that command, `-a github-copilot` selects the target agent, `-g` installs glo
documentation](https://www.skills.sh/docs/cli).
</LearnMore>

</TabItem>
<TabItem id='dotnet' label='.NET (dnx)'>

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.
Comment on lines +220 to +222

```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.

<LearnMore>
`skillz` is open source at
[chillicream/skillz](https://github.com/chillicream/skillz).
</LearnMore>

</TabItem>
</Tabs>

Expand Down