---
title: Agent skills for iOS - iOS
description: Use AI coding assistants to integrate, upgrade, and configure the Contentsquare iOS SDK with downloadable Agent skills
lastUpdated: 16 July 2026
source_url:
  html: https://docs.contentsquare.com/en/csq-sdk-ios/product-analytics/using-agent-skills/
  md: https://docs.contentsquare.com/en/csq-sdk-ios/product-analytics/using-agent-skills/index.md
---

> Documentation index: https://docs.contentsquare.com/llms.txt
> Use this file to discover all available pages before exploring further.

Use the Contentsquare wizard or skills to set up, update, and configure iOS with your AI coding assistant.

Disclaimer

This skill guides your AI coding agent through the SDK installation and implementation. The agent you use (Cursor, Claude Code, Copilot) is your own tool and operates under your settings and permissions. Contentsquare is not responsible for how your agent interprets or applies the instructions contained in these files.

## Contentsquare wizard

Run the wizard in your project directory. It configures your AI coding assistant, installs the matching Contentsquare integration, and verifies the installation.

```shell
npx @contentsquare/wizard install
```

Supports GitHub Copilot, Cursor, and Claude Code. Requires Node.js ≥ 18 and an AI coding agent with MCP support.

## Manual setup

Use this path when you prefer to configure your AI coding assistant yourself.

### 1. Add the Contentsquare skill

Choose how to install the Contentsquare skill.

* Copilot CLI

  Add the Contentsquare marketplace, then install the plugin for iOS:

  ```shell
  copilot plugin marketplace add ContentSquare/agents
  copilot plugin install contentsquare-ios@contentsquare
  ```

* Claude Code

  Add the Contentsquare marketplace, then install the plugin for iOS:

  ```shell
  /plugin marketplace add ContentSquare/agents
  /plugin install contentsquare-ios@contentsquare
  ```

* Cursor

  Install **contentsquare** from the [Cursor marketplace ↗](https://cursor.com/marketplace), or add the [Contentsquare agents repository ↗](https://github.com/ContentSquare/agents) directly. Cursor reads the `.cursor-plugin` catalog in the repository.

* Other agents

  Install the Contentsquare skill pack with the open `skills.sh` ecosystem:

  ```shell
  npx skills add contentsquare/agents
  ```

* From source

  Download or clone the [Contentsquare agents repository ↗](https://github.com/ContentSquare/agents), then copy `skills/contentsquare-ios-sdk` into the location your AI coding assistant scans for skills:

  | AI coding assistant | Skill location |
  | - | - |
  | GitHub Copilot | `.github/skills/` or `.agents/skills/` |
  | Cursor | `.cursor/rules/` or the project root |
  | Claude Code | `.claude/skills/` or the project root |
  | Other compatible agents | `.agents/skills/` |

### 2. Ask your AI coding assistant

After installing the skill, paste this prompt into your AI coding assistant:

```text
Install Contentsquare for iOS.
```


```json
{"@context":"https://schema.org","@type":"TechArticle","headline":"Agent skills for iOS","description":"Use AI coding assistants to integrate, upgrade, and configure the Contentsquare iOS SDK with downloadable Agent skills","url":"https://docs.contentsquare.com/en/csq-sdk-ios/product-analytics/using-agent-skills/","inLanguage":"en","dateModified":"2026-07-16T17:50:48+02:00","publisher":{"@type":"Organization","name":"Contentsquare","url":"https://www.contentsquare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://docs.contentsquare.com/#website","name":"Contentsquare Technical Documentation","url":"https://docs.contentsquare.com/"}}
```