Skip to content

Docs: Add telegram_mcp_update AI skill#83

Open
nhomar wants to merge 2 commits intochigwell:mainfrom
nhomar:feat/add-ai-skills
Open

Docs: Add telegram_mcp_update AI skill#83
nhomar wants to merge 2 commits intochigwell:mainfrom
nhomar:feat/add-ai-skills

Conversation

@nhomar
Copy link
Copy Markdown

@nhomar nhomar commented Mar 31, 2026

Description

This PR introduces an AI-native operational rule (SKILL.md) mapped to the standard Antigravity/Agent structure inside .agents/skills/.

When users clone this repository into an environment managed by an AI coding assistant (like Claude desktop or Antigravity), this folder provides the AI with immediate, embedded knowledge on how to correctly and cleanly restart the telegram-mcp service if changes are deployed or configuration is updated.

Why this matters

Telethon instances and SQLite session files (telegram_session.session) frequently get locked up or orphaned when the parent process restarts abruptly. This skill instructs the LLM/Agent to:

  1. Actively locate and kill pkill -f "telegram-mcp" stale instances before updating.
  2. Ensure cleaner GUI restarts within MCP manager interfaces, avoiding database lock crashes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant