Skip to content

docs: point repo references at slackapi/slack-skills-plugin#91

Open
mwbrooks wants to merge 2 commits into
mainfrom
mwbrooks-rename-to-slack-skills-plugin
Open

docs: point repo references at slackapi/slack-skills-plugin#91
mwbrooks wants to merge 2 commits into
mainfrom
mwbrooks-rename-to-slack-skills-plugin

Conversation

@mwbrooks

@mwbrooks mwbrooks commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

We have renamed our GitHub repo from slackapi/slack-mcp-plugin to slackapi/slack-skills-plugin to capture the MCP & Skills AI Coding Agent Plugin feature set. This pull request updates the repo's docs files to match the new name:

  • Update the homepage field in .claude-plugin/plugin.json to point at slackapi/slack-skills-plugin (the repo's new name).
  • Update the CI badge in README.md, the Contributing Guidelines link in the PR template, and the repo reference in the maintainers guide.
  • Fix 4 pre-existing broken slack-mcp-cursor-plugin Issues links in .github/contributing.md while we're touching related files.

The historical changeset entry at .changeset/fix-plugin-homepage.md is intentionally left as-is since it describes a past fix.

Env vars (SLACK_MCP_TOKEN, SLACK_MCP_URL) are intentionally unchanged - they refer to the Slack-hosted MCP server, not this plugin.

Preview

N/A - text-only changes to docs and metadata; no user-facing UI to preview.

Testing

  • grep -rn "slack-mcp-plugin\|slack-mcp-cursor-plugin" --include='*.md' --include='*.json' --include='*.toml' --include='*.yml' --include='*.py' --include='Makefile' . returns only the historical .changeset/fix-plugin-homepage.md entry.
  • .claude-plugin/plugin.json remains valid JSON (python3 -c "import json; json.load(open('.claude-plugin/plugin.json'))").
  • After merge, confirm the README badge on GitHub renders and links to the new repo's Actions page.

Notes

  • User installs and updates will continue working via GitHub's automatic redirect from the old repo URL.
  • Contributors may want to run git remote set-url origin https://github.com/slackapi/slack-skills-plugin.git to update it.

Requirements

@changeset-bot

changeset-bot Bot commented Jul 13, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 1b4e4de

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
slack Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mwbrooks mwbrooks changed the title docs: point repo references at slack-skills-plugin docs: point repo references at slackapi/slack-skills-plugin Jul 13, 2026
@mwbrooks mwbrooks self-assigned this Jul 13, 2026
@mwbrooks mwbrooks added docs Improvements or additions to documentation semver:patch Changes trigger a patch version bump labels Jul 13, 2026

@mwbrooks mwbrooks left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments for the kind reviewers

Comment thread .github/contributing.md
There are many ways you can contribute! :heart:

### Bug Reports and Fixes :bug:
- If you find a bug, please search for it in the [Issues](https://github.com/slackapi/slack-mcp-cursor-plugin/issues), and if it isn't already tracked,

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: This was the repo's name before it's previous rename 😆

@mwbrooks mwbrooks marked this pull request as ready for review July 13, 2026 21:16
@mwbrooks mwbrooks requested a review from a team as a code owner July 13, 2026 21:16

@zimeg zimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📚 🔏 @mwbrooks LGTM! Thanks for moving this forward to a more final state 🏁 ✨

@WilliamBergamin WilliamBergamin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Praise for these changes 🙏 I have one none blocking question for you 🤔

In the README.md should we rename # Slack MCP and Skills Plugin# Slack Skills Plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation semver:patch Changes trigger a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants