From tiptap
Integrates Tiptap rich text editor for building editors, installing extensions, and implementing collaboration, comments, AI editing, and document conversion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tiptap:tiptapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Instructions for coding agents integrating the Tiptap rich text editor
Instructions for coding agents integrating the Tiptap rich text editor
Clone the tiptap and tiptap-docs repositories so you can search the source code and documentation.
If the workspace already has a reference folder with other repositories, clone them there.
Otherwise, clone the repositories in a new .reference folder. The reference folder should be git-ignored.
Before you start a task, make sure the repositories are updated to the latest version.
@tiptap/ must have the same version number.immediatelyRender: false option when initializing the editor. Otherwise, the editor will crash. Learn more about this in tiptap-docs.tiptap-docs/src/content/guides/react-composable-api.mdxWhen the user asks you to implement one of these features, read the corresponding section in tiptap-docs for guidance.
tiptap-docs/src/content/collaboration/.tiptap-docs/src/content/comments/.tiptap-docs/src/content/tracked-changes/.tiptap-docs/src/content/conversion/.tiptap-docs/src/content/content-ai/capabilities/ai-toolkit/workflows/insert-content.mdx.tiptap-docs/src/content/content-ai/capabilities/ai-toolkit/.tiptap-docs/src/content/content-ai/capabilities/ai-toolkit/workflows/proofreader.mdx.tiptap-docs/src/content/content-ai/capabilities/server-ai-toolkit/.tiptap-docs/src/content/collaboration/documents/snapshot.mdx.tiptap-docs/src/content/collaboration/documents/snapshot-compare.mdx.tiptap-docs/src/content/pages/.Some Tiptap extensions are distributed through a private npm registry. To install pro packages, see tiptap-docs/src/content/guides/pro-extensions.mdx for setup instructions.
npx claudepluginhub pleaseai/claude-code-plugins --plugin tiptapDrafts READMEs, API docs, tutorials, release notes, and reviews technical docs for clarity and structure. Activates on docs/ .md files and READMEs.
Syncs, pushes, and pulls markdown docs with Glyphdown's CRDT-based collaboration platform. Use for editing shared docs, leaving suggestions, or managing a cloned workspace.