docs: updates page with formatting and slack-docs skill mention - #144
docs: updates page with formatting and slack-docs skill mention#144lukegalbraithrussell wants to merge 2 commits into
Conversation
|
| /plugin install slack@claude-plugins-official | ||
| codex plugin marketplace add slackapi/slack-skills-plugin | ||
| codex plugin add slack@slack |
There was a problem hiding this comment.
I didn't swap or change commands - this is github not displaying the ordering swap cleanly (codex now comes before claude code to be alphabetical)
WilliamBergamin
left a comment
There was a problem hiding this comment.
thanks for working on this 💯
Why are we changing the order? should this be alphabetical?
| | `create-slack-app` | Scaffold a new Slack app or agent with the [Slack CLI](/tools/slack-cli) and [Bolt](/tools#bolt) (JavaScript or Python). | _"Scaffold a new Bolt for JavaScript app that listens for the `app_mention` event."_ | | ||
| | `slack-api` | Discover, navigate, and call [Web API methods](/apis/web-api), surfacing info on required scopes, pagination, rate limits, and error handling. | _"Which Web API method posts a message to a channel, and what scopes does it need?"_ | | ||
| | `slack-cli` | Create, run, and manage Slack apps from the terminal with the [Slack CLI](/tools/slack-cli), and search the Slack docs from the command line. | _"Run my Slack app locally and tail the logs."_ | | ||
| | `slack-docs` |Find and read the right Slack developer docs page, so Slack platform answers come from the live docs rather than memory. | _"How does the Events API delivery model work?"_ | |
| # Slack MCP and Skills Plugin | ||
|
|
||
| The Slack MCP and Skills Plugin for AI tools bundles together a set of skills that help you develop on the Slack platform with the [Slack MCP Server](/ai/slack-mcp-server). You can use the plugin with Claude Code, Cursor, Codex, and other coding agents. | ||
| The Slack MCP and Skills Plugin for AI tools bundles together a set of skills that help you develop on the Slack platform with the [Slack MCP Server](/ai/slack-mcp-server). You can use the plugin with Codex, Claude Code, Cursor, and other coding agents. |
There was a problem hiding this comment.
Why are we changing the order here? This is not alphabetical 🤔
|
@lukegalbraithrussell minor: It would be nice to have a changeset that mentions improving the docs and documenting the |
Summary
Some copy editing after Codex support was added. Also noticed that the
slack-docsskill was mentioned on the page.Requirements
make testand the tests pass.