بنقرة واحدة
switch-thread
Switch the active agent101 thread after listing available threads and asking the user to select one.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Switch the active agent101 thread after listing available threads and asking the user to select one.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Activate Tylor to handle a task. Routes the request through the full Tylor harness — intent classification, skill auto-loading, multi-agent orchestration, and Bumblebee security scanning. All responses are labelled Tylor: so you always know the plugin is running, not native Claude/Codex/Antigravity.
Load data ECC tools for datasets, cleaning, transforms, and structured data work.
Load diagram ECC tools for flowcharts, architecture visuals, and process maps.
Load pipeline ECC tools for workflows, automation, multi-step jobs, and repeatable process execution.
Load presentation ECC tools for slide decks, documents, reports, and polished deliverables.
Load web research ECC tools for fetching pages, scraping public content, and source collection.
| name | switch-thread |
| description | Switch the active agent101 thread after listing available threads and asking the user to select one. |
Use when the user invokes /switch-thread or asks to switch Tylor threads.
list_threads() first.switch_thread_by_name(query: str).switch_thread_by_name returns status: ambiguous, show the Did you mean choices and wait for the user's selection.switch_thread(thread_id: str) with the selected thread ID.Switched thread: <thread_id>
Status: switched
Switched at: <switched_at>
Use this recovery format exactly.
If the tool fails, respond with:
Failed operation: switch_thread
Reason: <tool error>
Recovery steps:
- Run /list-threads to verify available threads.
- Select an exact thread ID from the displayed list or retry with a more specific fuzzy query.
- Create a new thread with /new-thread if no suitable thread exists.