Remote skill
Remote From Slack Skill
Connect the current agent session to an available Slack channel bridge.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install remote-from-slack with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use remote-from-slack when you want to control or chat with the current session from Slack. It checks AI DevKit readiness, selects an available Slack channel, starts the bridge in daemon mode, and avoids stopping existing bridges without confirmation.
When to use it
- Bridge the current agent session to Slack
- Reuse an existing configured Slack channel
- Start a background channel bridge with a clear stop command
Supported agents
Related skills
Connect the current agent session to an available Telegram channel bridge.
Orchestrate requirements, design, planning, implementation, testing, and review.
Guide debugging with expected behavior, reproduction, root cause analysis, and validation.
Apply test-driven development by writing a failing test before production code.