fast-mcp-telegram: Skill for Cursor

.cursor/skills/feature-development/SKILL.md

feature-development is a skill for Cursor from leshchenko1979/fast-mcp-telegram. It costs 28 tokens per session (1,147 once invoked), scanned A, original, MIT.

A step-by-step workflow for adding features to projects that use Telegram’s messaging service through MCP tools. It covers research, planning, testing, documentation, and cleanup.

In plain words
What is it for?
Building new Telegram-related features, from exploring the code and investigating APIs to implementing, testing, documenting, and pushing the result.
Why use it?
It gives feature work a repeatable order and encourages checking Telegram’s actual API behavior before implementation. This helps expose edge cases and reduce broken changes.

Skill for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions subagents.

This is leshchenko1979/fast-mcp-telegram's own configuration. It tells 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 leshchenko1979/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/leshchenko1979/fast-mcp-telegram/master/.cursor/skills/feature-development/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/leshchenko1979/fast-mcp-telegram

Made for: 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 feature-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/leshchenko1979/fast-mcp-telegram/feature-development.svg)](https://agentmods.dev/skills/leshchenko1979/fast-mcp-telegram/feature-development)
Your own site
<a href="https://agentmods.dev/skills/leshchenko1979/fast-mcp-telegram/feature-development"><img src="https://agentmods.dev/badge/skills/leshchenko1979/fast-mcp-telegram/feature-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,147 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00028 $0.01147
Opus 5 $0.00014 $0.00574
Sonnet 5 $0.00006 $0.00229
Haiku 4.5 $0.00003 $0.00115

Measured 8d ago against content hash 1bb309cb9296, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

feature-development 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 8d 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

Copies of this mod

1 near-identical copy found in the catalogue:

.cursor/skills/feature-development/SKILL.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Feature Development Workflow

Process Overview

Research -> Plan -> Spike -> Implement -> Test -> Clean Up -> Push

Phase 1: Research

Goal: Understand the problem space and existing code

  1. Explore codebase with explore subagent:

    • Find relevant existing functions and patterns
    • Understand data structures and type definitions
    • Map relationships between components
  2. API Investigation:

    • Use Context7 MCP for library documentation
    • Use WebSearch for Telegram API specs
    • Use telegram-dev MCP for live API probing
    • Verify actual return values and structures
  3. Edge Case Identification:

    • Identify potential issues early
    • Note API limitations or quirks
    • Check for existing tests that may break

Phase 2: Planning

Goal: Create a detailed, actionable plan

  1. Clarify Requirements:

    • Ask user for specifics on behavior
    • Offer numbered options for implementation choices
    • Default to simplest approach
  2. Document Technical Findings:

    • API behavior verified through research
    • Type structures and field access patterns
    • Known limitations and edge cases
  3. Create Plan (use CreatePlan tool):

    • Numbered steps with specific file:line references
    • Code snippets for key changes
    • Mermaid diagrams for complex relationships
    • Complexity assessment table

Phase 3: Spiking

Goal: Verify assumptions with live API tests

Use telegram-dev MCP for live testing:

  1. API Response Structure:

    • Call methods directly and inspect raw responses
    • Verify type definitions (e.g., TextWithEntities vs plain string)
    • Check field names and access patterns
  2. Edge Cases:

    • Test with edge cases (empty results, invalid inputs)
    • Verify error handling behavior
    • Confirm caching behavior if applicable
  3. Document Findings:

    • Update plan with corrected assumptions
    • Note any API quirks or bugs
    • Identify potential issues before implementation

Read the full file on GitHub · 211 lines

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. 8d ago First seen · 211 lines · 28 tokens per session scan A 1bb309cb9296

Subscribe to this mod's changes

feature-development is a skill published in the GitHub repository leshchenko1979/fast-mcp-telegram (49 stars, last pushed 15d ago), licensed MIT. It adds 28 tokens to every session and 1,147 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.