How this skill is triggered — by the user, by Claude, or both
Slash command
/slack:slack-channelsWhen to use
Use this skill when the user wants to: - List channels - View channel history - Create new channels - Archive old channels - Get channel information
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage Slack channels and view conversation history.
Manage Slack channels and view conversation history.
# List channels
python slack_client.py channels list
# Get channel info
python slack_client.py channels info --channel "C123ABC"
# View history
python slack_client.py channels history --channel "C123ABC" --limit 50
# Create channel
python slack_client.py channels create --name "incident-response"
# Archive channel
python slack_client.py channels archive --channel "C123ABC"
"List all Infiquetra channels" → Filter channels by name pattern
"Show recent messages in #team" → Get channel history
"Create incident war room" → Create new channel for incident
npx claudepluginhub infiquetra/infiquetra-claude-plugins --plugin slackProvides 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.