Project Knowledge
This repository is a generic open-source Telegram bot runtime for running
Claude Code or Codex from Telegram chats and forum topics.
Use this skill when you need repository-specific context. Keep all additions
public-safe: no private assistant behavior, no personal workflows, no real IDs,
no tokens, no local machine paths, and no runtime state.
References
Read the relevant reference before making changes:
- architecture.md for runtime modules and control flow.
- configuration.md for environment variables, topic config, and runtime files.
- release-safety.md for public release, sync, staging, and leak-scan rules.
- testing.md for expected checks and minimal test coverage.
Operator skills:
bot-setup for installation, language, systemd autostart, commands, and troubleshooting.
topic-setup for Telegram forum topic creation and project wiring.
Source: pavel-molyanov/telegram-ai-agent — distributed by TomeVault.
1---2name: pavel-molyanov-telegram-ai-agent-telegram-ai-agent3description: Project Knowledge4---56# Project Knowledge78This repository is a generic open-source Telegram bot runtime for running9Claude Code or Codex from Telegram chats and forum topics.1011Use this skill when you need repository-specific context. Keep all additions12public-safe: no private assistant behavior, no personal workflows, no real IDs,13no tokens, no local machine paths, and no runtime state.1415## References1617Read the relevant reference before making changes:1819- [architecture.md](references/architecture.md) for runtime modules and control flow.20- [configuration.md](references/configuration.md) for environment variables, topic config, and runtime files.21- [release-safety.md](references/release-safety.md) for public release, sync, staging, and leak-scan rules.22- [testing.md](references/testing.md) for expected checks and minimal test coverage.2324Operator skills:2526- `bot-setup` for installation, language, systemd autostart, commands, and troubleshooting.27- `topic-setup` for Telegram forum topic creation and project wiring.2829---30> Source: [pavel-molyanov/telegram-ai-agent](https://github.com/pavel-molyanov/telegram-ai-agent) — distributed by [TomeVault](https://tomevault.io).31<!-- tomevault:4.0:skill_md:2026-06-19 -->