telegram-bot-flow-patterns
Installation
SKILL.md
telegram-bot-flow-patterns Skill
Multi-step conversation patterns for Telegram bots — five session-FSM primitives and seven reusable patterns. For microcopy/error/loading UX rules, see telegram-bot-ux-rules. For onboarding + Mini App graduation, see telegram-bot-onboarding. For keyboard mechanics, see telegram-bot-ui.
Built for the agntdev pipeline. See agnt-cli-builder for the build loop.
1. Five primitives
The agntdev bot template does not ship an FSM library. We use the
ctx.session.step primitive already in
telegram-bot-sessions and
telegram-bot-api-fundamentals
(makeBot + Session type).