From telegram
Edit an existing forum thread/topic mapping — change the project name or path for a registered thread. Use when the user wants to update a thread-to-project mapping.
How this skill is triggered — by the user, by Claude, or both
Slash command
/telegram:thread-editThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Modifies an existing thread-to-project mapping in the plugin's `config.json`.
Modifies an existing thread-to-project mapping in the plugin's config.json.
Arguments passed: $ARGUMENTS
config.json (located two directories up from this
SKILL.md, alongside server.ts).topicRouting.topics:
Thread mappings:
24 -> my-project (~/dev/my-project)
34 -> other-project (~/dev/other-project)
/telegram:thread-register.<thread_id> [--project <name>] [--path <path>]config.json.topicRouting.topics[<thread_id>]. If not found, tell the user
and suggest /telegram:thread-register. Stop.--project <name> updates project--path <path> updates pathnpx claudepluginhub hexpy-games/butler-plugins-marketplace --plugin telegramManages plan files via i2code CLI: renumbers threads/tasks after inserts/deletes/reorders, marks tasks complete/incomplete, inserts/reorders threads, lists summaries and next tasks.
Updates fields on an existing Linear issue (title, description, state, assignee, priority) with payload preview and explicit confirmation before applying irreversible changes.
Implements multi-thread chat management in assistant-ui using React components for thread lists, switching, CRUD operations, and custom UI with cloud or local support.