Запрос выбора от пользователя в агентах

ai-tooling

ask-user is a Claude Code skill that implements a reusable pattern for presenting explicit choices to the user and blocking execution until a response is received. Other skills consume it as a library component at decision points that require human input. The pattern is platform-agnostic and works consistently across Telegram (inline buttons), Discord, CLI, and any agent with a messaging channel. It is aimed at skill developers who need a uniform, predictable ask-the-user UX without reimplementing the interaction logic from scratch each time.