aiogram-framework▌
narumiruna/telegram-bot · updated Apr 8, 2026
Use this skill to design or modify aiogram-based bots in this repository with v3 patterns and the local docs/examples.
Aiogram Framework
Overview
Use this skill to design or modify aiogram-based bots in this repository with v3 patterns and the local docs/examples.
Workflow
- Choose update delivery (polling vs webhook) and note any scaling or multi-bot needs. See
references/updates.md. - Define dispatcher/router layout and handler registration. See
references/quickstart.mdandreferences/handlers-filters.md. - Add filters and context injection (including custom filters) as needed. See
references/handlers-filters.mdandreferences/middleware-di-errors.md. - Add middleware and error handling for cross-cutting concerns. See
references/middleware-di-errors.md. - Add FSM if the flow is multi-step or needs user state. See
references/fsm.md. - Use utilities (keyboards, formatting, i18n) where they reduce boilerplate. See
references/utils.md. - Cross-check with local examples under
examples/before finalizing.
Reference Map
- Quickstart and project shape:
references/quickstart.md - Update delivery details:
references/updates.md - Routers/handlers/filters:
references/handlers-filters.md - Middlewares, DI, errors:
references/middleware-di-errors.md - FSM and storage:
references/fsm.md - Utilities (keyboard/formatting/i18n):
references/utils.md
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★30 reviews- ★★★★★Ganesh Mohane· Dec 16, 2024
We added aiogram-framework from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Arya Choi· Dec 16, 2024
aiogram-framework is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Rahul Santra· Nov 7, 2024
aiogram-framework reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Arya Robinson· Nov 7, 2024
Keeps context tight: aiogram-framework is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Pratham Ware· Oct 26, 2024
aiogram-framework is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Daniel Zhang· Oct 26, 2024
We added aiogram-framework from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Chen Wang· Sep 17, 2024
aiogram-framework is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Piyush G· Sep 5, 2024
Solid pick for teams standardizing on skills: aiogram-framework is focused, and the summary matches what you get after install.
- ★★★★★Dev Kapoor· Sep 5, 2024
aiogram-framework fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Shikha Mishra· Aug 24, 2024
I recommend aiogram-framework for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 30