---
title: "Nutrient MAUI SDK skill for AI coding agents"
canonical_url: "https://www.nutrient.io/guides/maui/agent-skill/"
md_url: "https://www.nutrient.io/guides/maui/agent-skill.md"
last_updated: "2026-06-10T23:41:04.766Z"
description: "Install the Nutrient MAUI SDK skill so Claude Code, Codex, and other AI coding agents can build with Nutrient MAUI SDK using up-to-date knowledge."
---

# Agent skill

The Nutrient MAUI SDK skill gives AI coding agents — such as Claude Code, Codex, and Gemini CLI — up-to-date knowledge of Nutrient MAUI 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`](https://github.com/PSPDFKit/nutrient-skills) 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/nutrient-skills
/plugin install nutrient-sdk-dev@nutrient-skills

```

The Nutrient MAUI SDK skill then loads automatically in all future sessions.

## Codex

Add the marketplace from your shell:

```

codex plugin marketplace add PSPDFKit/nutrient-skills

```

Then run `/plugins` in Codex and install the `nutrient-sdk-dev` plugin.

## Gemini CLI

Gemini CLI installs an agent skill straight from a git repository:

```

gemini skills install https://github.com/PSPDFKit/nutrient-skills.git --path plugins/nutrient-sdk-dev/skills/nutrient-maui-sdk

```

## Other agents

The skills CLI also supports Cursor, GitHub Copilot, and [50+ other agents](https://github.com/vercel-labs/skills#supported-agents). Pass `-a <agent>` to target one, or omit it to choose interactively:

```

npx skills add PSPDFKit/nutrient-skills --skill nutrient-maui-sdk

```
---

## Related pages

- [Advanced access to APIs](/guides/maui/advanced-access-apis.md)
- [AI Assistant](/guides/maui/ai-assistant.md)
- [PDF bookmarks in MAUI](/guides/maui/bookmarks.md)
- [Changelog for .NET MAUI](/guides/maui/changelog.md)
- [Compare PDF files in MAUI](/guides/maui/comparison.md)
- [Edit PDFs in MAUI](/guides/maui/editor.md)
- [Demo: MAUI PDF library](/guides/maui/demo.md)
- [PDF document security in MAUI](/guides/maui/document-security.md)
- [Download our MAUI library](/guides/maui/downloads.md)
- [MAUI PDF form library](/guides/maui/forms.md)
- [MAUI PDF library](/guides/maui.md)
- [Nutrient guides: Integrate our PDF library](/guides/maui/intro.md)
- [MAUI PDF generation library](/guides/maui/pdf-generation.md)
- [Printing a PDF in MAUI](/guides/maui/print.md)
- [PDF text search in MAUI](/guides/maui/search.md)
- [Redact PDF files in MAUI](/guides/maui/redaction.md)
- [Upgrade and migration guides](/guides/maui/upgrade.md)
- [Troubleshooting](/guides/maui/troubleshoot.md)

