Agent Plugins Marketplace
All plugins

dotnet-advanced

v0.2.2

Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin.

CodexClaude Code4 Skills

484 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dotnet-advanced for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dotnet-advanced@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/managedcode/dotnet-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is external-sources/upstreams/dotnet-skills/dotnet-advanced/.

Plugin files

external-sources/upstreams/dotnet-skills/dotnet-advanced/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/csharp-scripts/SKILL.md
├── skills/dotnet-pinvoke/SKILL.md
├── skills/nuget-trusted-publishing/SKILL.md
└── skills/vectorization/SKILL.md

Included Skills4

csharp-scriptsskills/csharp-scripts/SKILL.md

Run file-based C# apps with the .NET CLI when the user explicitly wants C#/.NET code without creating a project. Use for C# language/API experiments, one-file C# apps, small multi-file C# apps composed with `#:include`/`#:exclude`, or C# file-based apps linked with `#:ref`. Do not use for language-agnostic throwaway scripts, generic computations, Python/PowerShell-style automation, full projects, or existing app integration.

dotnet-pinvokeskills/dotnet-pinvoke/SKILL.md

Correctly call native (C/C++) libraries from .NET using P/Invoke and LibraryImport. Covers function signatures, string marshalling, memory lifetime, SafeHandle, and cross-platform patterns. USE FOR: writing new P/Invoke or LibraryImport declarations, reviewing or debugging existing native interop code, wrapping a C or C++ library for use in .NET, diagnosing crashes, memory leaks, or corruption at the managed/native boundary. DO NOT USE FOR: COM interop, C++/CLI mixed-mode assemblies, or pure managed code with no native dependencies.

nuget-trusted-publishingskills/nuget-trusted-publishing/SKILL.md

Set up NuGet trusted publishing (OIDC) on a GitHub Actions repo — replaces long-lived API keys with short-lived tokens. USE FOR: trusted publishing, NuGet OIDC, keyless NuGet publish, migrate from NuGet API key, NuGet/login, secure NuGet publishing. DO NOT USE FOR: publishing to private feeds or Azure Artifacts (OIDC is nuget.org only). INVOKES: shell (powershell or bash), edit, create, ask_user for guided repo setup.

vectorizationskills/vectorization/SKILL.md

Design, implement, optimize, and review SIMD code in .NET. USE FOR: vectorizing scalar loops with TensorPrimitives, Vector64/128/256/512, or platform hardware intrinsics; reviewing existing SIMD code, including Vector<T>, for contract equivalence, tail handling, memory safety, portability, fallbacks, and measured performance. DO NOT USE FOR: performance work unrelated to SIMD or vectorization.

Plugin manifests2

external-sources/upstreams/dotnet-skills/dotnet-advanced/.codex-plugin/plugin.json
{
  "name": "dotnet-advanced",
  "version": "0.2.2",
  "description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin.",
  "skills": [
    "./skills/"
  ]
}
external-sources/upstreams/dotnet-skills/dotnet-advanced/.claude-plugin/plugin.json
{
  "name": "dotnet-advanced",
  "version": "0.2.2",
  "description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin.",
  "skills": [
    "./skills/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dotnet-advanced on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dotnet-advanced)