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

# Agent skill

The Nutrient iOS SDK skill gives AI coding agents — such as Claude Code, Codex, and Gemini CLI — up-to-date knowledge of Nutrient iOS 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 iOS 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-ios-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-ios-sdk

```
---

## Related pages

- [Best practices](/guides/ios/best-practice.md)
- [iOS PDF bookmark SDK](/guides/ios/bookmarks.md)
- [Mac Catalyst PDF library](/guides/ios/catalyst.md)
- [Compare documents on iOS](/guides/ios/compare-documents.md)
- [Contributing to Nutrient projects](/guides/ios/miscellaneous/contributing.md)
- [Cordova PDF library](/guides/ios/cordova.md)
- [Discover innovative PDF SDK demos for multiple platforms](/guides/ios/demo.md)
- [Download our iOS library](/guides/ios/downloads.md)
- [iOS PDF library](/guides/ios.md)
- [visionOS buides: Integrate our PDF library](/guides/ios/intro-visionos.md)
- [iOS guides: Integrate our PDF library](/guides/ios/intro.md)
- [iPad PDF Library](/guides/ios/ipad.md)
- [Ionic PDF library](/guides/ios/ionic.md)
- [Knowledge base](/guides/ios/kb.md)
- [iPhone PDF library](/guides/ios/iphone.md)
- [Swift PDF library](/guides/ios/swift.md)
- [Troubleshooting](/guides/ios/troubleshoot.md)
- [Upgrade and migration guides](/guides/ios/upgrade.md)
- [visionOS PDF library](/guides/ios/visionos.md)
- [Xamarin.iOS PDF library](/guides/ios/xamarin.md)
- [Changelog for iOS](/guides/ios/changelog.md)

