docs: point repo references at slackapi/slack-skills-plugin#91
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
left a comment
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, |
There was a problem hiding this comment.
note: This was the repo's name before it's previous rename 😆
WilliamBergamin
left a comment
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
Thanks for the positive vibes @WilliamBergamin ⚡ Good question about the |
|
Thanks for the reviews @zimeg @WilliamBergamin! 🙇🏻 |
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.