docs: point repo references at slackapi/slack-skills-plugin#91
Open
mwbrooks wants to merge 2 commits into
Open
docs: point repo references at slackapi/slack-skills-plugin#91mwbrooks wants to merge 2 commits into
mwbrooks wants to merge 2 commits into
Conversation
🦋 Changeset detectedLatest commit: 1b4e4de The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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
commented
Jul 13, 2026
mwbrooks
left a comment
Member
Author
There was a problem hiding this comment.
Comments for the kind reviewers
| 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, |
Member
Author
There was a problem hiding this comment.
note: This was the repo's name before it's previous rename 😆
WilliamBergamin
approved these changes
Jul 14, 2026
WilliamBergamin
left a comment
Contributor
There was a problem hiding this comment.
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
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.
Summary
We have renamed our GitHub repo from
slackapi/slack-mcp-plugintoslackapi/slack-skills-pluginto capture the MCP & Skills AI Coding Agent Plugin feature set. This pull request updates the repo's docs files to match the new name:homepagefield in.claude-plugin/plugin.jsonto point atslackapi/slack-skills-plugin(the repo's new name).README.md, the Contributing Guidelines link in the PR template, and the repo reference in the maintainers guide.slack-mcp-cursor-pluginIssues links in.github/contributing.mdwhile we're touching related files.The historical changeset entry at
.changeset/fix-plugin-homepage.mdis 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.mdentry..claude-plugin/plugin.jsonremains valid JSON (python3 -c "import json; json.load(open('.claude-plugin/plugin.json'))").Notes
git remote set-url origin https://github.com/slackapi/slack-skills-plugin.gitto update it.Requirements
make testand the tests pass.