slack
Usage
slack is a CLI on $PATH. Call it directly, for example:
slack user list
Bash command rules
- No
#in commands. Usegeneralnot#general. No#comments; use the Bash tooldescriptionfield instead. - No
''or"". Avoid patterns liked.get('key', ''). - Only
| jqfor filtering. Nopython3 -cor other pipes. Use single-quoted jq expressions only. - No
||or&&. Run separate commands in separate Bash tool calls. - No
>or>>. Consume JSON output directly.
Messages and threads
Fetch a single message (with thread summary):
More from discountry/ritmex-skills
use-ctx7
Fetch up-to-date library documentation via the ctx7 CLI. Use PROACTIVELY whenever any code change, feature design, or implementation or user request involves a project dependency — always query the matching version's docs first before writing code.
30codex-prompt-optimize
>
8debug
>
2refactor
>
2clickup
Use for ClickUp tasks and docs. Trigger on ClickUp URLs, task IDs, list IDs, doc IDs, page IDs, assignees, statuses, due dates, comments, checklists, and document workflows. Use the global `clickup` CLI.
2refine
Improve UI/UX aesthetics and hierarchy (color, spacing, typography, layout, components) from UI code or specs. Trigger when the user asks to beautify/polish/refine/modernize the UI, wants a minimal/enterprise look, or reports the UI is messy/inconsistent/cluttered.
2