docs: add npx skills installation method to README#1120
Merged
mergify[bot] merged 1 commit intomainfrom Apr 10, 2026
Merged
Conversation
Contributor
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
There was a problem hiding this comment.
Pull request overview
Updates the README to present a cross-agent “skills” installation path as the primary way to use Mergify CLI’s AI-agent capabilities, while keeping Claude Code plugin installation as an alternative.
Changes:
- Renames the section from “Claude Code Plugin” to “AI Agent Skills” and broadens the positioning to multiple AI agents.
- Adds an
npx skills add Mergifyio/mergify-cliinstallation option as the primary method. - Keeps Claude Code plugin installation instructions (official marketplace + repo-based option) as alternatives.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
41fc302 to
fad5832
Compare
JulianMaurin
previously approved these changes
Apr 10, 2026
Add `npx skills add Mergifyio/mergify-cli` as the primary installation method for AI agent skills, since it works across 40+ agents (Claude Code, Cursor, etc.) via the skills.sh ecosystem. Keep Claude Code plugin instructions as an alternative. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Change-Id: I334783fb9aca8bab59b18ab9445825cc81db9061 Claude-Session-Id: 10686d4d-ed4a-45e8-b02b-4f7e9dbcb277
Member
Author
fad5832 to
eff8332
Compare
Pull request has been modified.
kozlek
approved these changes
Apr 10, 2026
JulianMaurin
approved these changes
Apr 10, 2026
Contributor
Merge Queue Status
This pull request spent 11 seconds in the queue, including 2 seconds running CI. Required conditions to merge
|
mergify bot
pushed a commit
that referenced
this pull request
Apr 10, 2026
Skills are now installed via `npx skills add Mergifyio/mergify-cli` or the Claude Code plugin marketplace. The `mergify stack skill` command that dumped skill content to stdout is no longer needed. - Remove `skill` subcommand from `mergify stack` CLI - Remove `mergify_cli/stack/skill.py` and `mergify_cli/stack/skill.md` - Replace symlink in `skills/mergify-stack/SKILL.md` with actual file - Remove `test_skill.py` tests Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Depends-On: #1120
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
npx skills add Mergifyio/mergify-clias the primary installationmethod for AI agent skills, since it works across 40+ agents (Claude
Code, Cursor, etc.) via the skills.sh ecosystem. Keep Claude Code
plugin instructions as an alternative.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com