agentsclimarketplace

Telegram docs check

Skill ballisarium/aiogram-bot-skills/skills/telegram-docs-check

use when current or version-specific telegram, aiogram, or related library documentation materially affects a change; документация, limits, signatures, webhooks, payments, Mini Apps, versions.From its SKILL.md

Install
npx -y skills add ballisarium/aiogram-bot-skills --skill telegram-docs-check

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 320 tokens by cl100k_base, as published. Nobody here has run it

telegram docs check

verify only the external fact that affects implementation. skip this skill for behavior-preserving local refactors or tests of established local logic.

source order

  1. project dependency files, lockfiles, imports, code patterns, and tests
  2. official documentation for the installed version
  3. official changelogs, release notes, repositories, and tagged source
  4. Context7 when available for library signatures
  5. primary-source web search when the earlier sources are incomplete

workflow

  1. state the exact load-bearing fact, such as a method signature, filter form, payload limit, webhook field, payment requirement, exception class, or migration note.
  2. prove the installed or pinned version before consulting current docs. prefer documentation for that version.
  3. verify only the fact needed for the change. do not turn a narrow implementation question into broad research.
  4. apply the finding while preserving the project's pinned version and conventions. never rewrite older code merely to match the latest documentation.
  5. mention the check in the final response only when it changed or confirmed a material implementation decision, using one short line: docs checked: <fact> — <source and result>.

completion requires an authoritative source matched to the relevant version when versioning exists, a finding applied to the implementation or reported as the requested answer, and no unsupported current-behavior claim.

guardrails

do not rely on random tutorials, cite documentation without applying it, force a Context7 section when it added nothing, or claim certainty when official sources do not establish the fact.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.