docs: updates page with formatting and slack-docs skill mention - #144
Conversation
🦋 Changeset detectedLatest commit: c8cc3c6 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 |
| /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?"_ | |
|
@lukegalbraithrussell minor: It would be nice to have a changeset that mentions improving the docs and documenting the |
@mwbrooks Added! Assuming you meant "minor" in the sense of "small request" and not that this should literally be a |
haha, yep @lukegalbraithrussell - I guess I should be more selective with my terms when talking to a docs writer 📚 We should keep this one as a |
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
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.