From 4970034288563a017ded4c5c10b0ae576e2a2de8 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 1 Jul 2026 18:50:31 +0200 Subject: [PATCH] docs: install Mergify plugin from official Claude Code marketplace The Mergify plugin is now published as a single unified `mergify` plugin on the built-in `claude-plugins-official` marketplace. Replace the three-command install (add the `Mergifyio/mergify-cli` marketplace, install `mergify-stack@mergify`, reload) with a single: /plugin install mergify@claude-plugins-official Since the official marketplace ships with Claude Code, there's nothing to add first. The unified plugin bundles every Mergify skill (Merge Queue, CI Insights, config validation, scheduled freezes), so the tips are updated accordingly and the obsolete third-party auto-update tip is dropped. Co-Authored-By: Claude Opus 4.8 (1M context) Change-Id: I91db52200925f4707f5226dc795a047d9678dcaf --- src/content/docs/stacks/agents.mdx | 7 ++++--- src/content/docs/stacks/setup.mdx | 23 +++++++++-------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/src/content/docs/stacks/agents.mdx b/src/content/docs/stacks/agents.mdx index 4ff8ad486d..bbf684cf19 100644 --- a/src/content/docs/stacks/agents.mdx +++ b/src/content/docs/stacks/agents.mdx @@ -28,11 +28,12 @@ Pick the command that matches your runtime. **Claude Code:** ```text -/plugin marketplace add Mergifyio/mergify-cli -/plugin install mergify-stack@mergify -/reload-plugins +/plugin install mergify@claude-plugins-official ``` +This installs the unified `mergify` plugin, which includes the Stacks skill +(along with skills for the merge queue, CI Insights, and more). + **Any agent supporting [skills.sh](https://skills.sh) (Cursor, Cline, and others):** ```bash diff --git a/src/content/docs/stacks/setup.mdx b/src/content/docs/stacks/setup.mdx index 531c3e8cd2..7451c567d2 100644 --- a/src/content/docs/stacks/setup.mdx +++ b/src/content/docs/stacks/setup.mdx @@ -24,13 +24,12 @@ creating fixups, and follow stack conventions automatically. **Claude Code:** ```text -/plugin marketplace add Mergifyio/mergify-cli -/plugin install mergify-stack@mergify -/reload-plugins +/plugin install mergify@claude-plugins-official ``` -Or run `/plugin` on its own and use the **Marketplaces** tab to add -`Mergifyio/mergify-cli`, then pick `mergify-stack` from **Discover**. +The `claude-plugins-official` marketplace ships with Claude Code, so there's +nothing to add first. Or run `/plugin` on its own, open **Discover**, and +search for `mergify`. **Any agent supporting [skills.sh](https://skills.sh)** (Cursor, Cline, and others): @@ -46,15 +45,11 @@ npx skills add Mergifyio/mergify-cli ::: :::tip - The same marketplace ships plugins for other Mergify features: merge queue, - CI insights, config validation, and scheduled freezes. Open `/plugin` and - browse **Discover** to pick the ones you want. -::: - -:::tip - Third-party marketplaces don't auto-update by default. Open `/plugin`, go to - **Marketplaces**, select **mergify**, and choose **Enable auto-update** to - receive new skills and fixes as we ship them. + The `mergify` plugin also ships skills for other Mergify features: + [Merge Queue](/merge-queue), [CI Insights](/ci-insights), + [config validation](/configuration/file-format), and + [scheduled freezes](/merge-protections/freeze). Installing it enables all of + them. ::: ## 3. Configure GitHub