How this skill is triggered — by the user, by Claude, or both
Slash command
/slack:slack-messagingWhen to use
Use this skill when the user wants to: - Send messages to channels or threads - Search message history - Post incident updates - React to messages - Send team notifications
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send and manage Slack messages for team communication.
Send and manage Slack messages for team communication.
# Send message
python slack_client.py messages send --channel "#team" --text "Deploy complete"
# Search messages (requires SLACK_USER_TOKEN)
python slack_client.py messages search --query "incident"
# Reply to thread
python slack_client.py messages send --channel "C123ABC" --text "Fixed" --thread-ts "1234567890.123456"
# Add reaction
python slack_client.py messages react --channel "C123ABC" --timestamp "1234567890.123456" --emoji "white_check_mark"
"Post to #team that deployment is complete" → Send message with deployment status
"Search for incident discussions" → Search messages with query
"React with checkmark to that message" → Add ✅ reaction
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub infiquetra/infiquetra-claude-plugins --plugin slack