[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-nvidia-clinical-delegation":3,"mdc--y9ewxa-key":34,"related-repo-nvidia-clinical-delegation":781,"related-org-nvidia-clinical-delegation":878},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"clinical-delegation","delegate clinical tasks to specialist agents","How to delegate clinical tasks to specialist agents. Always use sub-agent runtime with explicit agentId — never ACP. Never call FHIR via web_fetch.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"nvidia","NVIDIA","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fnvidia.png",[12,16,17,20],{"name":13,"slug":14,"type":15},"Healthcare","healthcare","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Agents","agents",{"name":21,"slug":22,"type":15},"Multi-Agent","multi-agent",1144,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fdgx-spark-playbooks","2026-07-14T05:35:55.294972",null,249,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Collection of step-by-step playbooks for setting up AI\u002FML workloads on NVIDIA DGX Spark devices with Blackwell architecture.","https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fdgx-spark-playbooks\u002Ftree\u002FHEAD\u002Fnvidia\u002Fstation-healthcare-agent\u002Fassets\u002Fskills\u002Fclinical-delegation","---\nname: clinical-delegation\ndescription: How to delegate clinical tasks to specialist agents. Always use sub-agent runtime with explicit agentId — never ACP. Never call FHIR via web_fetch.\nmetadata:\n  openclaw:\n    requires:\n      bins: [\"python3\"]\n---\n\n# Clinical delegation (sessions_spawn)\n\nWhen you delegate work to specialist agents, you **must** use the **sub-agent** runtime, not ACP.\n\n## Do not call FHIR yourself\n\n**Do not use `web_fetch` or any HTTP tool to call FHIR APIs from the coordinator.** The coordinator does not have the correct FHIR base URL in context when it invents URLs. Specialist agents (patient-data, labs-vitals, medications, analyst) have the configured FHIR endpoint and write Python that runs on the server.\n\n- For \"find patient\", \"first patient\", \"list conditions\", \"demographics\" → **sessions_spawn** with **agentId: \"patient-data\"**\n- For labs, vitals, BP, observations → **agentId: \"labs-vitals\"**\n- For medications → **agentId: \"medications\"**\n- For analysis, care gaps, charts → **agentId: \"analyst\"**\n\nThe only FHIR server in use is **https:\u002F\u002Fr4.smarthealthit.org**. Never use placeholder domains like fhir.example.com.\n\n## Rule\n\nUse `sessions_spawn` with:\n\n- **agentId** — set to the specialist agent id: `patient-data`, `labs-vitals`, `medications`, `analyst`, or `molecular`\n- **task** — clear description of the task\n- **Do not set** `runtime: \"acp\"`. Omit `runtime` or use `runtime: \"subagent\"` so the request goes to the correct clinical agent.\n\n## Correct examples\n\n```json\n{ \"agentId\": \"patient-data\", \"task\": \"Find the first patient and return demographics and active conditions.\", \"mode\": \"run\" }\n```\n\n```json\n{ \"agentId\": \"labs-vitals\", \"task\": \"Get latest HbA1c and eGFR for patient abc123\", \"mode\": \"run\" }\n```\n\n```json\n{ \"agentId\": \"analyst\", \"task\": \"Run care gap analysis for diabetic patients with A1c > 9%\", \"mode\": \"run\" }\n```\n\n## Wrong\n\n- Using **web_fetch** to call FHIR (e.g. https:\u002F\u002Ffhir.example.com\u002FPatient) — coordinator must delegate instead; fhir.example.com is not a real server and will fail.\n- `\"runtime\": \"acp\"` without agentId — causes \"ACP target agent is not configured\"\n- Omitting agentId when delegating — the system will not know which specialist to run\n\n## Specialist agents\n\n| agentId        | Use for |\n|----------------|---------|\n| patient-data   | Find patients, get demographics, list conditions |\n| labs-vitals    | Labs, vitals, BP, observations |\n| medications    | Active medications, drug classes |\n| analyst       | Python analysis, care gaps, charts |\n| molecular     | Drug molecular structure, OpenFold3 NIM 3D visualization |\n",{"data":35,"body":41},{"name":4,"description":6,"metadata":36},{"openclaw":37},{"requires":38},{"bins":39},[40],"python3",{"type":42,"children":43},"root",[44,53,74,81,100,152,170,176,188,281,287,416,527,638,644,682,688,775],{"type":45,"tag":46,"props":47,"children":49},"element","h1",{"id":48},"clinical-delegation-sessions_spawn",[50],{"type":51,"value":52},"text","Clinical delegation (sessions_spawn)",{"type":45,"tag":54,"props":55,"children":56},"p",{},[57,59,65,67,72],{"type":51,"value":58},"When you delegate work to specialist agents, you ",{"type":45,"tag":60,"props":61,"children":62},"strong",{},[63],{"type":51,"value":64},"must",{"type":51,"value":66}," use the ",{"type":45,"tag":60,"props":68,"children":69},{},[70],{"type":51,"value":71},"sub-agent",{"type":51,"value":73}," runtime, not ACP.",{"type":45,"tag":75,"props":76,"children":78},"h2",{"id":77},"do-not-call-fhir-yourself",[79],{"type":51,"value":80},"Do not call FHIR yourself",{"type":45,"tag":54,"props":82,"children":83},{},[84,98],{"type":45,"tag":60,"props":85,"children":86},{},[87,89,96],{"type":51,"value":88},"Do not use ",{"type":45,"tag":90,"props":91,"children":93},"code",{"className":92},[],[94],{"type":51,"value":95},"web_fetch",{"type":51,"value":97}," or any HTTP tool to call FHIR APIs from the coordinator.",{"type":51,"value":99}," The coordinator does not have the correct FHIR base URL in context when it invents URLs. Specialist agents (patient-data, labs-vitals, medications, analyst) have the configured FHIR endpoint and write Python that runs on the server.",{"type":45,"tag":101,"props":102,"children":103},"ul",{},[104,122,132,142],{"type":45,"tag":105,"props":106,"children":107},"li",{},[108,110,115,117],{"type":51,"value":109},"For \"find patient\", \"first patient\", \"list conditions\", \"demographics\" → ",{"type":45,"tag":60,"props":111,"children":112},{},[113],{"type":51,"value":114},"sessions_spawn",{"type":51,"value":116}," with ",{"type":45,"tag":60,"props":118,"children":119},{},[120],{"type":51,"value":121},"agentId: \"patient-data\"",{"type":45,"tag":105,"props":123,"children":124},{},[125,127],{"type":51,"value":126},"For labs, vitals, BP, observations → ",{"type":45,"tag":60,"props":128,"children":129},{},[130],{"type":51,"value":131},"agentId: \"labs-vitals\"",{"type":45,"tag":105,"props":133,"children":134},{},[135,137],{"type":51,"value":136},"For medications → ",{"type":45,"tag":60,"props":138,"children":139},{},[140],{"type":51,"value":141},"agentId: \"medications\"",{"type":45,"tag":105,"props":143,"children":144},{},[145,147],{"type":51,"value":146},"For analysis, care gaps, charts → ",{"type":45,"tag":60,"props":148,"children":149},{},[150],{"type":51,"value":151},"agentId: \"analyst\"",{"type":45,"tag":54,"props":153,"children":154},{},[155,157,168],{"type":51,"value":156},"The only FHIR server in use is ",{"type":45,"tag":60,"props":158,"children":159},{},[160],{"type":45,"tag":161,"props":162,"children":166},"a",{"href":163,"rel":164},"https:\u002F\u002Fr4.smarthealthit.org",[165],"nofollow",[167],{"type":51,"value":163},{"type":51,"value":169},". Never use placeholder domains like fhir.example.com.",{"type":45,"tag":75,"props":171,"children":173},{"id":172},"rule",[174],{"type":51,"value":175},"Rule",{"type":45,"tag":54,"props":177,"children":178},{},[179,181,186],{"type":51,"value":180},"Use ",{"type":45,"tag":90,"props":182,"children":184},{"className":183},[],[185],{"type":51,"value":114},{"type":51,"value":187}," with:",{"type":45,"tag":101,"props":189,"children":190},{},[191,237,247],{"type":45,"tag":105,"props":192,"children":193},{},[194,199,201,207,209,215,216,222,223,229,231],{"type":45,"tag":60,"props":195,"children":196},{},[197],{"type":51,"value":198},"agentId",{"type":51,"value":200}," — set to the specialist agent id: ",{"type":45,"tag":90,"props":202,"children":204},{"className":203},[],[205],{"type":51,"value":206},"patient-data",{"type":51,"value":208},", ",{"type":45,"tag":90,"props":210,"children":212},{"className":211},[],[213],{"type":51,"value":214},"labs-vitals",{"type":51,"value":208},{"type":45,"tag":90,"props":217,"children":219},{"className":218},[],[220],{"type":51,"value":221},"medications",{"type":51,"value":208},{"type":45,"tag":90,"props":224,"children":226},{"className":225},[],[227],{"type":51,"value":228},"analyst",{"type":51,"value":230},", or ",{"type":45,"tag":90,"props":232,"children":234},{"className":233},[],[235],{"type":51,"value":236},"molecular",{"type":45,"tag":105,"props":238,"children":239},{},[240,245],{"type":45,"tag":60,"props":241,"children":242},{},[243],{"type":51,"value":244},"task",{"type":51,"value":246}," — clear description of the task",{"type":45,"tag":105,"props":248,"children":249},{},[250,255,257,263,265,271,273,279],{"type":45,"tag":60,"props":251,"children":252},{},[253],{"type":51,"value":254},"Do not set",{"type":51,"value":256}," ",{"type":45,"tag":90,"props":258,"children":260},{"className":259},[],[261],{"type":51,"value":262},"runtime: \"acp\"",{"type":51,"value":264},". Omit ",{"type":45,"tag":90,"props":266,"children":268},{"className":267},[],[269],{"type":51,"value":270},"runtime",{"type":51,"value":272}," or use ",{"type":45,"tag":90,"props":274,"children":276},{"className":275},[],[277],{"type":51,"value":278},"runtime: \"subagent\"",{"type":51,"value":280}," so the request goes to the correct clinical agent.",{"type":45,"tag":75,"props":282,"children":284},{"id":283},"correct-examples",[285],{"type":51,"value":286},"Correct examples",{"type":45,"tag":288,"props":289,"children":294},"pre",{"className":290,"code":291,"language":292,"meta":293,"style":293},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{ \"agentId\": \"patient-data\", \"task\": \"Find the first patient and return demographics and active conditions.\", \"mode\": \"run\" }\n","json","",[295],{"type":45,"tag":90,"props":296,"children":297},{"__ignoreMap":293},[298],{"type":45,"tag":299,"props":300,"children":303},"span",{"class":301,"line":302},"line",1,[304,310,315,320,325,330,334,339,343,348,352,356,360,364,368,373,377,381,385,390,394,398,402,407,411],{"type":45,"tag":299,"props":305,"children":307},{"style":306},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[308],{"type":51,"value":309},"{",{"type":45,"tag":299,"props":311,"children":312},{"style":306},[313],{"type":51,"value":314}," \"",{"type":45,"tag":299,"props":316,"children":318},{"style":317},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[319],{"type":51,"value":198},{"type":45,"tag":299,"props":321,"children":322},{"style":306},[323],{"type":51,"value":324},"\"",{"type":45,"tag":299,"props":326,"children":327},{"style":306},[328],{"type":51,"value":329},":",{"type":45,"tag":299,"props":331,"children":332},{"style":306},[333],{"type":51,"value":314},{"type":45,"tag":299,"props":335,"children":337},{"style":336},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[338],{"type":51,"value":206},{"type":45,"tag":299,"props":340,"children":341},{"style":306},[342],{"type":51,"value":324},{"type":45,"tag":299,"props":344,"children":345},{"style":306},[346],{"type":51,"value":347},",",{"type":45,"tag":299,"props":349,"children":350},{"style":306},[351],{"type":51,"value":314},{"type":45,"tag":299,"props":353,"children":354},{"style":317},[355],{"type":51,"value":244},{"type":45,"tag":299,"props":357,"children":358},{"style":306},[359],{"type":51,"value":324},{"type":45,"tag":299,"props":361,"children":362},{"style":306},[363],{"type":51,"value":329},{"type":45,"tag":299,"props":365,"children":366},{"style":306},[367],{"type":51,"value":314},{"type":45,"tag":299,"props":369,"children":370},{"style":336},[371],{"type":51,"value":372},"Find the first patient and return demographics and active conditions.",{"type":45,"tag":299,"props":374,"children":375},{"style":306},[376],{"type":51,"value":324},{"type":45,"tag":299,"props":378,"children":379},{"style":306},[380],{"type":51,"value":347},{"type":45,"tag":299,"props":382,"children":383},{"style":306},[384],{"type":51,"value":314},{"type":45,"tag":299,"props":386,"children":387},{"style":317},[388],{"type":51,"value":389},"mode",{"type":45,"tag":299,"props":391,"children":392},{"style":306},[393],{"type":51,"value":324},{"type":45,"tag":299,"props":395,"children":396},{"style":306},[397],{"type":51,"value":329},{"type":45,"tag":299,"props":399,"children":400},{"style":306},[401],{"type":51,"value":314},{"type":45,"tag":299,"props":403,"children":404},{"style":336},[405],{"type":51,"value":406},"run",{"type":45,"tag":299,"props":408,"children":409},{"style":306},[410],{"type":51,"value":324},{"type":45,"tag":299,"props":412,"children":413},{"style":306},[414],{"type":51,"value":415}," }\n",{"type":45,"tag":288,"props":417,"children":419},{"className":290,"code":418,"language":292,"meta":293,"style":293},"{ \"agentId\": \"labs-vitals\", \"task\": \"Get latest HbA1c and eGFR for patient abc123\", \"mode\": \"run\" }\n",[420],{"type":45,"tag":90,"props":421,"children":422},{"__ignoreMap":293},[423],{"type":45,"tag":299,"props":424,"children":425},{"class":301,"line":302},[426,430,434,438,442,446,450,454,458,462,466,470,474,478,482,487,491,495,499,503,507,511,515,519,523],{"type":45,"tag":299,"props":427,"children":428},{"style":306},[429],{"type":51,"value":309},{"type":45,"tag":299,"props":431,"children":432},{"style":306},[433],{"type":51,"value":314},{"type":45,"tag":299,"props":435,"children":436},{"style":317},[437],{"type":51,"value":198},{"type":45,"tag":299,"props":439,"children":440},{"style":306},[441],{"type":51,"value":324},{"type":45,"tag":299,"props":443,"children":444},{"style":306},[445],{"type":51,"value":329},{"type":45,"tag":299,"props":447,"children":448},{"style":306},[449],{"type":51,"value":314},{"type":45,"tag":299,"props":451,"children":452},{"style":336},[453],{"type":51,"value":214},{"type":45,"tag":299,"props":455,"children":456},{"style":306},[457],{"type":51,"value":324},{"type":45,"tag":299,"props":459,"children":460},{"style":306},[461],{"type":51,"value":347},{"type":45,"tag":299,"props":463,"children":464},{"style":306},[465],{"type":51,"value":314},{"type":45,"tag":299,"props":467,"children":468},{"style":317},[469],{"type":51,"value":244},{"type":45,"tag":299,"props":471,"children":472},{"style":306},[473],{"type":51,"value":324},{"type":45,"tag":299,"props":475,"children":476},{"style":306},[477],{"type":51,"value":329},{"type":45,"tag":299,"props":479,"children":480},{"style":306},[481],{"type":51,"value":314},{"type":45,"tag":299,"props":483,"children":484},{"style":336},[485],{"type":51,"value":486},"Get latest HbA1c and eGFR for patient abc123",{"type":45,"tag":299,"props":488,"children":489},{"style":306},[490],{"type":51,"value":324},{"type":45,"tag":299,"props":492,"children":493},{"style":306},[494],{"type":51,"value":347},{"type":45,"tag":299,"props":496,"children":497},{"style":306},[498],{"type":51,"value":314},{"type":45,"tag":299,"props":500,"children":501},{"style":317},[502],{"type":51,"value":389},{"type":45,"tag":299,"props":504,"children":505},{"style":306},[506],{"type":51,"value":324},{"type":45,"tag":299,"props":508,"children":509},{"style":306},[510],{"type":51,"value":329},{"type":45,"tag":299,"props":512,"children":513},{"style":306},[514],{"type":51,"value":314},{"type":45,"tag":299,"props":516,"children":517},{"style":336},[518],{"type":51,"value":406},{"type":45,"tag":299,"props":520,"children":521},{"style":306},[522],{"type":51,"value":324},{"type":45,"tag":299,"props":524,"children":525},{"style":306},[526],{"type":51,"value":415},{"type":45,"tag":288,"props":528,"children":530},{"className":290,"code":529,"language":292,"meta":293,"style":293},"{ \"agentId\": \"analyst\", \"task\": \"Run care gap analysis for diabetic patients with A1c > 9%\", \"mode\": \"run\" }\n",[531],{"type":45,"tag":90,"props":532,"children":533},{"__ignoreMap":293},[534],{"type":45,"tag":299,"props":535,"children":536},{"class":301,"line":302},[537,541,545,549,553,557,561,565,569,573,577,581,585,589,593,598,602,606,610,614,618,622,626,630,634],{"type":45,"tag":299,"props":538,"children":539},{"style":306},[540],{"type":51,"value":309},{"type":45,"tag":299,"props":542,"children":543},{"style":306},[544],{"type":51,"value":314},{"type":45,"tag":299,"props":546,"children":547},{"style":317},[548],{"type":51,"value":198},{"type":45,"tag":299,"props":550,"children":551},{"style":306},[552],{"type":51,"value":324},{"type":45,"tag":299,"props":554,"children":555},{"style":306},[556],{"type":51,"value":329},{"type":45,"tag":299,"props":558,"children":559},{"style":306},[560],{"type":51,"value":314},{"type":45,"tag":299,"props":562,"children":563},{"style":336},[564],{"type":51,"value":228},{"type":45,"tag":299,"props":566,"children":567},{"style":306},[568],{"type":51,"value":324},{"type":45,"tag":299,"props":570,"children":571},{"style":306},[572],{"type":51,"value":347},{"type":45,"tag":299,"props":574,"children":575},{"style":306},[576],{"type":51,"value":314},{"type":45,"tag":299,"props":578,"children":579},{"style":317},[580],{"type":51,"value":244},{"type":45,"tag":299,"props":582,"children":583},{"style":306},[584],{"type":51,"value":324},{"type":45,"tag":299,"props":586,"children":587},{"style":306},[588],{"type":51,"value":329},{"type":45,"tag":299,"props":590,"children":591},{"style":306},[592],{"type":51,"value":314},{"type":45,"tag":299,"props":594,"children":595},{"style":336},[596],{"type":51,"value":597},"Run care gap analysis for diabetic patients with A1c > 9%",{"type":45,"tag":299,"props":599,"children":600},{"style":306},[601],{"type":51,"value":324},{"type":45,"tag":299,"props":603,"children":604},{"style":306},[605],{"type":51,"value":347},{"type":45,"tag":299,"props":607,"children":608},{"style":306},[609],{"type":51,"value":314},{"type":45,"tag":299,"props":611,"children":612},{"style":317},[613],{"type":51,"value":389},{"type":45,"tag":299,"props":615,"children":616},{"style":306},[617],{"type":51,"value":324},{"type":45,"tag":299,"props":619,"children":620},{"style":306},[621],{"type":51,"value":329},{"type":45,"tag":299,"props":623,"children":624},{"style":306},[625],{"type":51,"value":314},{"type":45,"tag":299,"props":627,"children":628},{"style":336},[629],{"type":51,"value":406},{"type":45,"tag":299,"props":631,"children":632},{"style":306},[633],{"type":51,"value":324},{"type":45,"tag":299,"props":635,"children":636},{"style":306},[637],{"type":51,"value":415},{"type":45,"tag":75,"props":639,"children":641},{"id":640},"wrong",[642],{"type":51,"value":643},"Wrong",{"type":45,"tag":101,"props":645,"children":646},{},[647,666,677],{"type":45,"tag":105,"props":648,"children":649},{},[650,652,656,658,664],{"type":51,"value":651},"Using ",{"type":45,"tag":60,"props":653,"children":654},{},[655],{"type":51,"value":95},{"type":51,"value":657}," to call FHIR (e.g. ",{"type":45,"tag":161,"props":659,"children":662},{"href":660,"rel":661},"https:\u002F\u002Ffhir.example.com\u002FPatient",[165],[663],{"type":51,"value":660},{"type":51,"value":665},") — coordinator must delegate instead; fhir.example.com is not a real server and will fail.",{"type":45,"tag":105,"props":667,"children":668},{},[669,675],{"type":45,"tag":90,"props":670,"children":672},{"className":671},[],[673],{"type":51,"value":674},"\"runtime\": \"acp\"",{"type":51,"value":676}," without agentId — causes \"ACP target agent is not configured\"",{"type":45,"tag":105,"props":678,"children":679},{},[680],{"type":51,"value":681},"Omitting agentId when delegating — the system will not know which specialist to run",{"type":45,"tag":75,"props":683,"children":685},{"id":684},"specialist-agents",[686],{"type":51,"value":687},"Specialist agents",{"type":45,"tag":689,"props":690,"children":691},"table",{},[692,710],{"type":45,"tag":693,"props":694,"children":695},"thead",{},[696],{"type":45,"tag":697,"props":698,"children":699},"tr",{},[700,705],{"type":45,"tag":701,"props":702,"children":703},"th",{},[704],{"type":51,"value":198},{"type":45,"tag":701,"props":706,"children":707},{},[708],{"type":51,"value":709},"Use for",{"type":45,"tag":711,"props":712,"children":713},"tbody",{},[714,727,739,751,763],{"type":45,"tag":697,"props":715,"children":716},{},[717,722],{"type":45,"tag":718,"props":719,"children":720},"td",{},[721],{"type":51,"value":206},{"type":45,"tag":718,"props":723,"children":724},{},[725],{"type":51,"value":726},"Find patients, get demographics, list conditions",{"type":45,"tag":697,"props":728,"children":729},{},[730,734],{"type":45,"tag":718,"props":731,"children":732},{},[733],{"type":51,"value":214},{"type":45,"tag":718,"props":735,"children":736},{},[737],{"type":51,"value":738},"Labs, vitals, BP, observations",{"type":45,"tag":697,"props":740,"children":741},{},[742,746],{"type":45,"tag":718,"props":743,"children":744},{},[745],{"type":51,"value":221},{"type":45,"tag":718,"props":747,"children":748},{},[749],{"type":51,"value":750},"Active medications, drug classes",{"type":45,"tag":697,"props":752,"children":753},{},[754,758],{"type":45,"tag":718,"props":755,"children":756},{},[757],{"type":51,"value":228},{"type":45,"tag":718,"props":759,"children":760},{},[761],{"type":51,"value":762},"Python analysis, care gaps, charts",{"type":45,"tag":697,"props":764,"children":765},{},[766,770],{"type":45,"tag":718,"props":767,"children":768},{},[769],{"type":51,"value":236},{"type":45,"tag":718,"props":771,"children":772},{},[773],{"type":51,"value":774},"Drug molecular structure, OpenFold3 NIM 3D visualization",{"type":45,"tag":776,"props":777,"children":778},"style",{},[779],{"type":51,"value":780},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":782,"total":877},[783,801,814,821,836,847,864],{"slug":784,"name":784,"fn":785,"description":786,"org":787,"tags":788,"stars":23,"repoUrl":24,"updatedAt":800},"analysis-methods","write Python analysis code for FHIR data","Teaches the analyst agent how to write correct, robust Python analysis code for FHIR clinical data using pandas, matplotlib, and scipy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[789,792,795,796,797],{"name":790,"slug":791,"type":15},"Data Analysis","data-analysis",{"name":793,"slug":794,"type":15},"FHIR","fhir",{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":798,"slug":799,"type":15},"Python","python","2026-07-14T05:35:59.037962",{"slug":802,"name":802,"fn":803,"description":804,"org":805,"tags":806,"stars":23,"repoUrl":24,"updatedAt":813},"case-summary","summarize clinical patient cases from FHIR","Prepare a complete clinical case summary for a patient from FHIR endpoints. Use when asked to summarize a patient, compile a case, or prepare for tumor board.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[807,808,809,810],{"name":793,"slug":794,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":811,"slug":812,"type":15},"Summarization","summarization","2026-07-14T05:35:52.790528",{"slug":4,"name":4,"fn":5,"description":6,"org":815,"tags":816,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[817,818,819,820],{"name":18,"slug":19,"type":15},{"name":13,"slug":14,"type":15},{"name":21,"slug":22,"type":15},{"name":9,"slug":8,"type":15},{"slug":822,"name":822,"fn":823,"description":824,"org":825,"tags":826,"stars":23,"repoUrl":24,"updatedAt":835},"clinical-knowledge","provide clinical reference and regulatory context","Teaches agents clinical reference ranges, condition codes, quality measure definitions, drug classifications, and regulatory context so they can flag abnormal values and identify care gaps.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[827,830,831,832],{"name":828,"slug":829,"type":15},"Clinical Trials","clinical-trials",{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":833,"slug":834,"type":15},"Regulatory Compliance","regulatory-compliance","2026-07-14T05:35:56.550833",{"slug":837,"name":837,"fn":838,"description":839,"org":840,"tags":841,"stars":23,"repoUrl":24,"updatedAt":846},"cohort-compare","analyze patient cohorts from FHIR endpoints","Analyze a cohort of patients from FHIR endpoints to find care gaps and patterns. Use when asked to compare patients, find quality gaps, or analyze a population.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[842,843,844,845],{"name":790,"slug":791,"type":15},{"name":793,"slug":794,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},"2026-07-14T05:35:51.543095",{"slug":848,"name":848,"fn":849,"description":850,"org":851,"tags":852,"stars":23,"repoUrl":24,"updatedAt":863},"dgx-diagnose","diagnose NVIDIA DGX Station hardware issues","Diagnose common DGX Station GB300 issues — CUDA crashes, wrong-GPU targeting, vLLM\u002FSGLang container bugs, MIG state problems, NVLink\u002FFabric Manager errors, X\u002FVulkan failures, HuggingFace auth, and port conflicts. Use when the user reports a GPU error, inference server crash, MIG problem, or any unexplained DGX Station failure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[853,856,859,860],{"name":854,"slug":855,"type":15},"AI Infrastructure","ai-infrastructure",{"name":857,"slug":858,"type":15},"Debugging","debugging",{"name":9,"slug":8,"type":15},{"name":861,"slug":862,"type":15},"Observability","observability","2026-07-14T05:31:04.085598",{"slug":865,"name":865,"fn":866,"description":867,"org":868,"tags":869,"stars":23,"repoUrl":24,"updatedAt":876},"fhir-basics","query and parse FHIR R4 API resources","Teaches agents how FHIR R4 APIs work, what resources are available, how to query them with search parameters, and how to correctly parse all response formats including component Observations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[870,873,874,875],{"name":871,"slug":872,"type":15},"API Development","api-development",{"name":793,"slug":794,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},"2026-07-14T05:35:57.797226",11,{"items":879,"total":1034},[880,898,914,925,937,949,962,976,989,1000,1014,1023],{"slug":881,"name":881,"fn":882,"description":883,"org":884,"tags":885,"stars":895,"repoUrl":896,"updatedAt":897},"nemoclaw-user-guide","retrieve NemoClaw documentation and configuration","Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords - nemoclaw docs, use nemoclaw with ai agent, nemoclaw mcp docs, nemoclaw install help, nemoclaw quickstart, nemoclaw markdown docs, llms.txt, agent skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[886,889,892],{"name":887,"slug":888,"type":15},"Documentation","documentation",{"name":890,"slug":891,"type":15},"MCP","mcp",{"name":893,"slug":894,"type":15},"Search","search",21777,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FNemoClaw","2026-07-20T06:00:01.461044",{"slug":899,"name":899,"fn":900,"description":901,"org":902,"tags":903,"stars":911,"repoUrl":912,"updatedAt":913},"mcore-build-and-dependency","manage Megatron-LM development environments","Container-based dev environment setup and dependency management for Megatron-LM. Covers acquiring and launching the CI container, uv package management, and updating uv.lock.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[904,907,910],{"name":905,"slug":906,"type":15},"Containers","containers",{"name":908,"slug":909,"type":15},"Deployment","deployment",{"name":798,"slug":799,"type":15},17049,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM","2026-07-27T06:06:11.249662",{"slug":915,"name":915,"fn":916,"description":917,"org":918,"tags":919,"stars":911,"repoUrl":912,"updatedAt":924},"mcore-bump-base-image","update NVIDIA PyTorch base images","Bump the NVIDIA PyTorch base image (`nvcr.io\u002Fnvidia\u002Fpytorch:YY.MM-py3`) used by Megatron-LM CI. Covers the two pin sites (GitHub CI in `docker\u002F.ngc_version.dev` and GitLab CI in `.gitlab\u002Fstages\u002F01.build.yml`), the post-bump CI loop (re-run functional tests, refresh golden values, mark broken tests), and the gotchas that bit PRs",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[920,923],{"name":921,"slug":922,"type":15},"CI\u002FCD","ci-cd",{"name":908,"slug":909,"type":15},"2026-07-14T05:25:59.97109",{"slug":926,"name":926,"fn":927,"description":928,"org":929,"tags":930,"stars":911,"repoUrl":912,"updatedAt":936},"mcore-cicd","manage CI\u002FCD pipelines for Megatron-LM","CI\u002FCD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI (which force-pushes the current branch to a pull-request\u002FBRANCH ref — always dry-run and verify the destination first; never run against shared or protected branches), and CI failure investigation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[931,932,933],{"name":921,"slug":922,"type":15},{"name":908,"slug":909,"type":15},{"name":934,"slug":935,"type":15},"GitHub","github","2026-07-27T06:06:12.278222",{"slug":938,"name":938,"fn":939,"description":940,"org":941,"tags":942,"stars":911,"repoUrl":912,"updatedAt":948},"mcore-create-issue","investigate CI failures and create issues","Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[943,944,945],{"name":857,"slug":858,"type":15},{"name":934,"slug":935,"type":15},{"name":946,"slug":947,"type":15},"Triage","triage","2026-07-14T05:25:57.442089",{"slug":950,"name":950,"fn":951,"description":952,"org":953,"tags":954,"stars":911,"repoUrl":912,"updatedAt":961},"mcore-linting-and-formatting","lint and format Megatron-LM code","Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[955,958],{"name":956,"slug":957,"type":15},"Best Practices","best-practices",{"name":959,"slug":960,"type":15},"Code Analysis","code-analysis","2026-07-14T05:25:56.18433",{"slug":963,"name":963,"fn":964,"description":965,"org":966,"tags":967,"stars":911,"repoUrl":912,"updatedAt":975},"mcore-migrate-gpt-to-hybrid","migrate Megatron-LM models to HybridModel","Migration guide for moving Megatron Core GPTModel checkpoints, model providers, training commands, and layer mappings to HybridModel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[968,971,974],{"name":969,"slug":970,"type":15},"Machine Learning","machine-learning",{"name":972,"slug":973,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:11.777011",{"slug":977,"name":977,"fn":978,"description":979,"org":980,"tags":981,"stars":911,"repoUrl":912,"updatedAt":988},"mcore-onboard-gb200-1node-tests","onboard functional tests for GB200","Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[982,985],{"name":983,"slug":984,"type":15},"QA","qa",{"name":986,"slug":987,"type":15},"Testing","testing","2026-07-14T05:25:53.673039",{"slug":990,"name":990,"fn":991,"description":992,"org":993,"tags":994,"stars":911,"repoUrl":912,"updatedAt":999},"mcore-run-on-slurm","launch distributed training jobs on SLURM","How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run, CUDA_DEVICE_MAX_CONNECTIONS rules across hardware and parallelism modes, container conventions, monitoring, and per-rank failure diagnosis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[995,996],{"name":908,"slug":909,"type":15},{"name":997,"slug":998,"type":15},"Infrastructure","infrastructure","2026-07-14T05:25:49.362534",{"slug":1001,"name":1001,"fn":1002,"description":1003,"org":1004,"tags":1005,"stars":911,"repoUrl":912,"updatedAt":1013},"mcore-split-pr","split pull requests to reduce review load","Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1006,1009,1010],{"name":1007,"slug":1008,"type":15},"Code Review","code-review",{"name":934,"slug":935,"type":15},{"name":1011,"slug":1012,"type":15},"Pull Requests","pull-requests","2026-07-14T05:26:01.226578",{"slug":1015,"name":1015,"fn":1016,"description":1017,"org":1018,"tags":1019,"stars":911,"repoUrl":912,"updatedAt":1022},"mcore-testing","run and manage Megatron-LM tests","Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI parity.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1020,1021],{"name":983,"slug":984,"type":15},{"name":986,"slug":987,"type":15},"2026-07-14T05:25:54.928983",{"slug":1024,"name":1024,"fn":1025,"description":1026,"org":1027,"tags":1028,"stars":911,"repoUrl":912,"updatedAt":1033},"nightly-sync","manage nightly main-to-dev sync workflows","Domain knowledge for the nightly main-to-dev sync workflow. Covers merge strategy, CI architecture, failure investigation, and known issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1029,1032],{"name":1030,"slug":1031,"type":15},"Automation","automation",{"name":921,"slug":922,"type":15},"2026-07-30T05:29:03.275638",496]