---
title: "Agent skill"
description: "Install an agent skill that teaches AI coding agents how to use the Tiptap rich text editor."
canonical_url: "https://tiptap.dev/docs/resources/agent-skill"
---

# Agent skill

Install an agent skill that teaches AI coding agents how to use the Tiptap rich text editor.

A pre-built [agent skill](https://agentskills.io/) that teaches AI coding agents how to integrate and work with Tiptap.

The skill provides your agent with:

- A strategy to search the Tiptap source code and documentation.
- Best practices for using Tiptap 3
- Framework-specific guidance (e.g. React)

## Install

Install the skill with the [skills CLI](https://skills.sh/):

```bash
npx skills add ueberdosis/tiptap
```

Or [download the SKILL.md directly from GitHub](https://github.com/ueberdosis/tiptap/blob/main/skills/tiptap/SKILL.md).
