Telegram Bot Builder

Create the first version of a Telegram bot project. Use when Codex needs to scaffold a Telegram bot, define commands and handlers, organize bot files, and reach a first working bot flow with minimal structure.

yuriyarhat-cyber b729a74 2 files · 1.3 KB Updated

File contents

Telegram Bot Builder

Build the first working bot before adding advanced features.

Workflow

  1. Define the first bot outcome:
  • greeting
  • command handling
  • simple booking
  • simple FAQ
  1. Limit the first version to a few clear commands.
  2. Create a simple bot structure:
  • bot entrypoint
  • handlers
  • config
  • tests if practical
  1. Implement one complete command flow.
  2. Add one short run instruction.
  3. End with the next bot feature to build.

Rules

  • Start with 2-4 commands maximum.
  • Keep command names plain.
  • Keep state handling simple.
  • Keep environment variables explicit.
  • Do not add complex persistence unless the first feature requires it.

Good first commands

  • /start
  • /help
  • one main domain command such as /book, /list, or /status

Output expectation

Produce a first bot scaffold that a developer can run and inspect quickly.

yuriyarhat-cyber/multi-agent-core/tree/main/skills/telegram-bot-builder commit b729a74087

Frequently asked questions

npx skillmds@latest add yuriyarhat-cyber/telegram-bot-builder