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.
npx claudepluginhub hexpy-games/butler-plugins-marketplace --plugin telegramThis skill is limited to using the following tools:
Modifies an existing thread-to-project mapping in the plugin's `config.json`.
Manages persistent context threads for cross-session work: lists all/open/resolved, closes or checks status by slug, creates new or resumes existing.
Manages 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 like status, priority, title, tags, dependencies in existing task Markdown files using Glob, Read, and Edit tools. Use for modifying task properties via natural language input.
Share bugs, ideas, or general feedback.
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 path