The Nutrient .NET SDK skill gives AI coding agents — such as Claude Code, Codex, and Gemini CLI — up-to-date knowledge of Nutrient .NET SDK. With the skill installed, your agent scaffolds integrations, wires up the SDK, and debugs against the real API instead of guessing.
The skill is published in the nutrient-skills(opens in a new tab) marketplace as part of the nutrient-sdk-dev plugin, which bundles a skill for every Nutrient SDK.
Claude Code
Run the following in Claude Code to add the marketplace and install the plugin:
/plugin marketplace add pspdfkit-labs/nutrient-skills/plugin install nutrient-sdk-dev@nutrient-skillsThe Nutrient .NET SDK skill then loads automatically in all future sessions.
Codex
Run the following in your shell to add the marketplace and install the plugin:
codex plugin marketplace add pspdfkit-labs/nutrient-skillscodex plugin add nutrient-sdk-dev@nutrient-skillsGemini CLI
Gemini CLI installs an agent skill straight from a git repository:
gemini skills install https://github.com/pspdfkit-labs/nutrient-skills.git --path plugins/nutrient-sdk-dev/skills/nutrient-dotnet-server-sdkOther agents
The skills CLI also supports Cursor, GitHub Copilot, and 50+ other agents(opens in a new tab). Pass -a <agent> to target one, or omit it to choose interactively:
npx skills add pspdfkit-labs/nutrient-skills --skill nutrient-dotnet-server-sdk