fast-mcp-telegram: Skill for Claude Code

.cursor/skills/clean-up-docs-push/SKILL.md

Clean Up Docs Push is a skill for Claude Code, Cursor from alexeyleshchenko/fast-mcp-telegram. It costs 15 tokens per session (142 once invoked), scanned A, a copy of Clean Up Docs Push, MIT.

A workflow for cleaning up code, updating documentation, and pushing the changes to a Git repository.

In plain words
What is it for?
Use it to run linters and tests, fix code-quality problems, update README.md and docs files, create a descriptive commit, and push it to a remote repository.
Why use it?
It groups the checks and follow-up work needed after code changes, so quality issues, outdated documentation, and uncommitted changes are less likely to be missed.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: disable-model-invocation in frontmatter, but also installed under .cursor/. Also seen: mentions subagents.

This is alexeyleshchenko/fast-mcp-telegram's own configuration. It tells Claude Code and Cursor how to work on fast-mcp-telegram itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything fast-mcp-telegram configures →

Reuse

Borrowing it

Nothing to install: this file belongs to alexeyleshchenko/fast-mcp-telegram. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/alexeyleshchenko/fast-mcp-telegram/master/.cursor/skills/clean-up-docs-push/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/alexeyleshchenko/fast-mcp-telegram

Made for: Claude Code, Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Clean Up Docs Push

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexeyleshchenko/fast-mcp-telegram/clean-up-docs-push/github.svg)](https://agentmods.dev/skills/alexeyleshchenko/fast-mcp-telegram/clean-up-docs-push)
Your own site
<a href="https://agentmods.dev/skills/alexeyleshchenko/fast-mcp-telegram/clean-up-docs-push"><img src="https://agentmods.dev/badge/skills/alexeyleshchenko/fast-mcp-telegram/clean-up-docs-push/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Clean Up Docs Push

Your own site · 80×15
<a href="https://agentmods.dev/skills/alexeyleshchenko/fast-mcp-telegram/clean-up-docs-push"><img src="https://agentmods.dev/badge/skills/alexeyleshchenko/fast-mcp-telegram/clean-up-docs-push.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 142 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00142
Opus 5 $0.00008 $0.00071
Sonnet 5 $0.00003 $0.00028
Haiku 4.5 $0.00002 $0.00014

Measured 10d ago against content hash 3e2aa657ae6c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Clean Up Docs Push scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to Clean Up Docs Push — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cursor/skills/clean-up-docs-push/SKILL.md · 20 lines

What it actually says

Workflow

  1. Code Cleanup (use code-cleanup-specialist subagent):

    • Run linter checks on modified files
    • Fix any code quality issues
    • Run test suite to verify everything passes
  2. Update Docs:

    • Update README.md - add new features to Features table and update tool descriptions
    • Update docs/ folder - check all relevant files and update with new features
  3. Git Push:

    • Create descriptive commit
    • Push to remote
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 20 lines · 15 tokens per session scan A 3e2aa657ae6c

Subscribe to this mod's changes

Clean Up Docs Push is a skill published in the GitHub repository alexeyleshchenko/fast-mcp-telegram (2 stars, last pushed 20d ago), licensed MIT. It adds 15 tokens to every session and 142 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to Clean Up Docs Push, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

release-and-publish

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, fast-forwards main when the release rode a release PR, creates the annotated tag on the commit main now points at, pushes commits and tags, then publishes…

cyanheads/obsidian-mcp-server · 155 tokens

release-pr-review

Review pass on an open release PR (release/ → main) — the step between git-wrapup and release-and-publish when a project releases in gated release PR mode. Reads the PR's commit range through the code-simplifier lens plus a correctness review, verifies whatever an automated reviewer left on the PR, lands fixes as…

cyanheads/obsidian-mcp-server · 139 tokens

polish-docs-meta

Finalize documentation and project metadata for a ship-ready release. Use after implementation is complete, tests pass, and devcheck is clean. Safe to run at any stage — each step checks current state and only acts on what still needs work.

cyanheads/git-mcp-server · 53 tokens

fluent-brownfield-migration

This skill should be used when the user asks to "convert this app to fluent", "migrate a scoped app to source control", "modernize this servicenow app", "bring an existing app into git", "transform to fluent", or mentions "brownfield" migration of an existing ServiceNow scoped application to the ServiceNow SDK /…

serac-labs/serac · 79 tokens

bob-export

Create a Hacker Bob post-release improvement bundle for the currently installed Bob version.

vmihalis/hacker-bob · 18 tokens

commit-and-push

Stage, commit, and push changes without opening a PR. Use when the user says "commit and push", "commit these to a new branch", "push this branch", or wants a branch + commit summary but does not want PR creation. Distinct from yeet, which owns the commit + push + PR flow.

Kevin-Liu-01/Agent-Machines · 71 tokens