From tiptap
Helps coding agents integrate and work with the Tiptap rich text editor. Use when building or modifying a rich text editor with Tiptap, installing Tiptap extensions, or implementing features like collaboration, comments, AI, or document conversion.
npx claudepluginhub pleaseai/claude-code-plugins --plugin tiptapThis skill uses the workspace's default tool permissions.
Instructions for coding agents integrating the Tiptap rich text editor
Creates, shares, views, comments on, edits, and runs human-in-the-loop reviews of markdown documents via Proof editor at proofeditor.ai. Use for collaborative iteration on specs, plans, drafts with local file sync.
Displays markdown documents with rendering, text selection, and diff highlighting in display/edit/email-preview modes. Useful for drafting emails, reviewing READMEs, or selecting blog post sections.
Drafts READMEs, API docs, tutorials, release notes, and reviews technical docs for clarity and structure. Activates on docs/ .md files and READMEs.
Share bugs, ideas, or general feedback.
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.