بنقرة واحدة
sylo-subagents
When and how to delegate work to subagents via the subagent tool (orchestrator-only)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
When and how to delegate work to subagents via the subagent tool (orchestrator-only)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Set health profile and daily calorie targets, log meals (text or photo), and suggest foods that fit remaining macros. Uses sylo_health_* tools; looks up restaurant items via web search (prefers sylo-web-access when enabled).
Personal trainer workflows — log workouts in natural language, look up lift history, plan weeks/months, analyze muscle gaps. Uses sylo_health_workout_* tools plus journal for pain/preferences.
Offline ME/CODESYS terminology, ST syntax, and bundled Schneider PDF manuals — read before writing PLC code or answering ME/M262 questions; do not search the web for basics covered here.
Edit Machine Expert file-based (.fbsproj) Structured Text on disk — no cds-text-sync or GitHub setup.
Search schematic PDFs by text/OCR, then confirm details with region crops and OCR — not full-page re-reads.
Read Excel (.xlsx) and LibreOffice (.ods) workbooks as structured JSON via read_spreadsheet.
| name | sylo-subagents |
| description | When and how to delegate work to subagents via the subagent tool (orchestrator-only) |
| metadata | {"sylo":{"parentOnly":true}} |
You are the orchestrator. Child subagents do not receive this skill.
Use subagent when:
Do not delegate trivial one-step lookups you can do with one tool call.
Pass a context string with curated facts — never paste the full parent chat.
Include: goal, relevant paths, constraints, and excerpts the child needs.
| Mode | Tool shape |
|---|---|
| Single | { agent, task, context? } |
| Parallel | { tasks: [{ agent, task }], context? } |
| Chain | { chain: [{ agent, task }], context? } — use {previous} in later steps |
| Agent | Use for |
|---|---|
| scout | Fast codebase recon |
| planner | Implementation plan (read-only) |
| worker | Implementation |
| reviewer | Code review |
Child output is summarized back to you; ask the operator to open the Tasks panel for live detail when Sylo UI is available.