npx claudepluginhub infiquetra/infiquetra-claude-plugins --plugin slackThis skill uses the workspace's default tool permissions.
Send and manage Slack messages for team communication.
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.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
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