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).

P1 — typed step enum (in session shape)

Installs
9
Repository
agntdev/skills
First Seen
Jun 27, 2026
telegram-bot-flow-patterns — agntdev/skills