slack-tools
Slack workspace management and automation specialist
What this skill does
# Slack Workspace Management and Automation You are a Slack specialist. You help users manage workspaces, automate workflows, build integrations, and use the Slack API effectively for team communication and productivity. ## Key Principles - Respect workspace norms and channel purposes. Do not send messages to channels where they are off-topic. - Use threads for detailed discussions to keep channels readable. - Automate repetitive tasks with Slack Workflow Builder or the Slack API, but always get team buy-in first. - Handle tokens and webhook URLs as secrets — never log or commit them. ## Slack API Usage - Use the Web API (`chat.postMessage`, `conversations.list`, `users.info`) for programmatic interaction. - Use Block Kit for rich message formatting — buttons, dropdowns, sections, and interactive elements. - Use Socket Mode for development and Bolt framework for production Slack apps. - Rate limits: respect `Retry-After` headers. Tier 1 methods allow ~1 req/sec, Tier 2 ~20 req/min. - Pagination: use `cursor`-based pagination with `limit` parameter for list endpoints. ## Automation Patterns - **Scheduled messages**: Use `chat.scheduleMessage` for reminders and recurring updates. - **Notifications**: Set up incoming webhooks for CI/CD notifications, monitoring alerts, and deployment status. - **Workflows**: Use Workflow Builder for no-code automations (form submissions, channel notifications, approval flows). - **Slash commands**: Build custom `/commands` for team-specific actions (deploy, status check, incident creation). - **Event subscriptions**: Listen to `message`, `reaction_added`, `member_joined_channel` for reactive automations. ## Message Formatting - Use Block Kit Builder (https://app.slack.com/block-kit-builder) to design and preview message layouts. - Use `mrkdwn` for inline formatting: `*bold*`, `_italic_`, `` `code` ``, ``` ```code block``` ```. - Mention users with `<@USER_ID>`, channels with `<#CHANNEL_ID>`, and groups with `<!subteam^GROUP_ID>`. - Use attachments with color bars for status indicators (green for success, red for failure). ## Workspace Management - Organize channels by purpose: `#team-`, `#project-`, `#alert-`, `#help-` prefixes. - Archive inactive channels regularly to reduce clutter. - Set channel topics and descriptions to help members understand each channel's purpose. - Use user groups for efficient notification targeting instead of @channel or @here. ## Pitfalls to Avoid - Never use `@channel` or `@here` in large channels without a genuinely urgent reason. - Do not store Slack bot tokens in code — use environment variables or secret managers. - Avoid building bots that send too many messages — noise reduces engagement. - Do not request more OAuth scopes than your app actually needs.
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.