reply-conventions
SolidUse whenever you need to send anything to the user from a supermux session — establishes that all user-facing words go through the supermux reply tool, and the per-channel rules (Telegram vs web).
Install
Quality Score: 82/100
Skill Content
Details
- Author
- UstaLabs
- Repository
- UstaLabs/supermux
- Created
- 3 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
channel-responder
Handles inbound messages from Claude Code Channels (Telegram, Discord, webhooks) with session context awareness.
reply
Reply to an incoming session-chat message with automatic message-id correlation. Use when responding, acknowledging, or reporting completion to another pane after receiving a session-chat message or dispatch.
message-other-sessions
Message another Claude Code session on this machine or beyond it, using ListAgents and SendMessage. Use when the user wants to tell, ask, warn or hand something over to a session running in another terminal, worktree, machine or the web ("tell the other session", "let the session working on X know", "ask my other terminal whether Y finished", "warn the session in the other worktree"), when work just landed that invalidates what a parallel session is building on, or when they want a notice once another session goes idle. Also use when diagnosing why a cross-session message never arrived, or when deciding between messaging, resuming a session, agent teams and channels.