### Install Nutrient .NET SDK Skill for Codex Source: https://www.nutrient.io/guides/dotnet/llms.txt Use these commands to install the Nutrient .NET SDK skill for Codex from the Nutrient skills marketplace. This enables Codex to understand and generate Nutrient .NET SDK code. ```bash codex plugin marketplace add pspdfkit-labs/nutrient-skills codex plugin add nutrient-sdk-dev@nutrient-skills ``` -------------------------------- ### Install Nutrient .NET SDK Skill using Skills CLI Source: https://www.nutrient.io/guides/dotnet/llms.txt Install only the Nutrient .NET SDK skill using the skills CLI. This command is useful for users who prefer to manage skills via the command line interface. ```bash npx skills add pspdfkit-labs/nutrient-skills --skill nutrient-dotnet-server-sdk ``` -------------------------------- ### Install Nutrient .NET SDK Skill for Claude Code Source: https://www.nutrient.io/guides/dotnet/llms.txt Use these commands to install the Nutrient .NET SDK skill for Claude Code from the Nutrient skills marketplace. This enables Claude Code to understand and generate Nutrient .NET SDK code. ```bash /plugin marketplace add pspdfkit-labs/nutrient-skills /plugin install nutrient-sdk-dev@nutrient-skills ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.