tdesktop
Autonomous AI task queue for building and testing Telegram Desktop
All Skills in This Repository (4)
Pure Emerald Level Indicatorstask-think
Orchestrate multi-phase repository workflows with artifacts under .ai/<task-slug>.
process-inbox
Route inbox notes into dated, project-aware Telegram Desktop task records.
perform-task
Implements, reviews, tests, and publishes one queued Telegram Desktop AI task end to end.
continue
Schedules and drains queued Telegram Desktop development tasks across checkout-scoped AI worktrees.
Frequently Asked Questions
FAQPage SchemaHow to install tdesktop AI skills?▼
Run `npx skills add telegramdesktop/tdesktop --all -g -y` in your terminal to install all skills in this suite globally.
What do the tdesktop AI skills do?▼
They let an AI agent turn inbox notes into planned tasks, then implement, review, build, and test changes to the Telegram Desktop source code automatically.
How does the continue skill work?▼
The continue skill acts as a scheduler that resumes active work, drains the queued task batch one task at a time, and processes the inbox only when no tasks are pending.
Do these skills work with Claude Code and Codex?▼
Yes. The skills follow the standard SKILL.md format and include adapters for Claude Code, Codex, and Grok Build environments.
Can AI build Telegram Desktop without manual setup?▼
The agent follows the AGENTS.md build rules for each platform, using Debug builds only and recovering from common build-lock errors on its own.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core