inchargeads

Escalations — Development skill for Claude Code

Development community

Show SmartReply escalations waiting on you and help respond to them.

How to install Escalations

Installs to ~/.claude/skills/inchargeads-smartreply-plugin-escalations/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inchargeads-smartreply-plugin-escalations && curl -fsSL https://raw.githubusercontent.com/inchargeads/smartreply-plugin/HEAD/commands/escalations.md -o ~/.claude/skills/inchargeads-smartreply-plugin-escalations/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Escalations does


description: Show SmartReply escalations waiting on you and help respond to them argument-hint: "[agent name]"

Show the user's open SmartReply escalations and help them respond.

  1. Read the user's SmartReply permissions and list agents. If more than one agent exists and $ARGUMENTS does not name one, ask which agent.
  2. Call list_smartreply_actions for that agent and follow next_before_id, including after an empty permission-filtered page. Select active escalations that are unassign

Alternatives in Development

  • Mempalace Help — Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture 58.6k ★
  • Codexbar — Show usage stats for OpenAI Codex and Claude Code, without having to login 8.8k ★
  • Telegram — Show Telegram bot status and manage global session 1.3k ★

Full documentation available on GitHub

View Source Repository