For the complete documentation index, see llms.txt.

Agent skills for React Native (beta)

Use Agent skills to let your AI coding assistant (GitHub Copilot, Cursor, Claude Code, or any compatible tool) handle React Native SDK setup, version migration, and feature implementation.

  1. Download the skill bundle and unzip it.

  2. Copy the unzipped archive into your project.

  3. Place it in the location your AI assistant uses for context discovery:

    AssistantRecommended location
    GitHub Copilot.github/skills/ or .agents/skills/
    Cursor.cursor/rules/ or project root
    Claude Code.claude/skills/ or project root
    Any (generic).agents/skills/

You can verify if the skill is discoverable by prompting your AI agent "Which skills are available for you to use?".

Once the skill is present in your project, interact with your assistant using natural language:

The assistant discovers the skill automatically based on its metadata when a relevant task is requested.

These skills are intentionally conservative:

  • Privacy by default. The assistant never auto opts-in users. Consent management is always delegated to your implementation.
  • No fabricated identifiers. If a data source ID or environment ID is not provided, the assistant prompts for one rather than assuming a value.
The assistant does not recognize Contentsquare.

Confirm that the skill directory is in a path your assistant scans for context files. If unsure, place it at the project root. Restart the assistant session if it caches workspace state at startup.

The assistant modifies the skill files.

Instruct the assistant to use the skill as a reference, not to edit it. Skill files are documentation artifacts — updates are distributed with SDK releases.

The assistant produces outdated code.

The installed skill may be outdated. Re-download the skill bundle from the documentation and replace the skill directory in your project.