n-publish-telegram

Generates formatted Telegram channel posts from the current conversation context.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/nitra/7n-test --skill n-publish-telegram-nitra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n-publish-telegram
Source: https://github.com/nitra/7n-test/tree/main/.cursor/skills/n-publish-telegram
Command: npx skills add https://github.com/nitra/7n-test --skill n-publish-telegram-nitra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a finished development task into a readable team announcement takes extra writing effort. This Skill converts the current conversation context into a ready-to-paste Telegram post for the team channel, following a fixed template and formatting rules. ## Core Features & Use Cases - Context-to-Post Generation: Analyzes the current conversation (problem, solution, result) and drafts a structured post. - Telegram Markdown Formatting: Applies bold section labels, inline code for file/package/command names, and code blocks only for real code. - Template & Hashtag Rules: Produces a post with one hashtag (#ai, #npm, #dev, #sre), a 📌 headline, and Problem/Solution/Details/Result sections in Ukrainian, 500–1500 characters. - Use Case: After migrating a project from Prettier to oxfmt in a chat session, ask for a Telegram post and receive a formatted announcement ready to copy into the team channel. ## Quick Start Ask the assistant to prepare a Telegram post about the work just completed in this conversation.

Frequently Asked Questions about n-publish-telegram

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Telegram post from my current chat session?

Invoke the skill after completing a task in the conversation. It analyzes the discussed problem, solution, and result, then outputs a formatted post you copy directly into the Telegram channel.

What formatting does Telegram support for channel posts?

Telegram supports Markdown-style formatting: bold with double asterisks, italic with underscores, inline code with backticks, and code blocks with triple backticks. The skill applies these to section labels and technical terms.

How is the hashtag for the Telegram post chosen?

Exactly one hashtag is placed as the first line, selected by topic: #ai for AI topics, #npm for npm modules, #dev for development, and #sre for infrastructure, scripts, configuration, performance, or security.

What length and language should a team Telegram post be?

Posts are written in Ukrainian with English technical terms, limited to 500-1500 characters for optimal Telegram readability. File names, packages, and commands are wrapped in inline code.

Does the skill publish the post to Telegram automatically?

No. The skill only generates the post text; the user manually copies the output and pastes it into the Telegram channel. No Telegram API integration is included.