channel-management
Installation
SKILL.md
Channel Management
Overview
This skill manages the full lifecycle of a Claude Code --channels session (Telegram bot, Discord bot, or any plugin-based channel integration). It wraps the CLI tools at .claude/tools/cli/channel-manager.cjs and .claude/tools/cli/terminal-tracker.cjs and provides a repeatable, observable workflow for:
- Starting a channel session in a new Windows Terminal tab
- Stopping a running channel session cleanly
- Checking status and PID liveness
- Health-checking the session via the terminal tracker
When to Invoke
Skill({ skill: 'channel-management' });
Invoke when: