Channel Management Overview This skill manages the full lifecycle of a Claude Code session (Telegram bot, Discord bot, or any plugin-based channel integration). It wraps the CLI tools at and and provides a repeatable, observable workflow for: 1. Starting a channel session in a new Windows Terminal tab 2. Stopping a running channel session cleanly 3. Checking status and PID liveness 4. Health-checking the session via the terminal tracker When to Invoke Invoke when: - is set and session startup must be verified on agent boot - A user or cron job requests manual channel lifecycle management - A…