[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-nvidia-blackwall-payment-gate":3,"mdc-2bbqiy-key":32,"related-org-nvidia-blackwall-payment-gate":415,"related-repo-nvidia-blackwall-payment-gate":576},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"blackwall-payment-gate","screen and submit x402 payments","Screen x402 payments with an advisory Blackwall verdict, then submit a payment intent to the host-side release gate. You prepare payments; only the gate can settle them.",{"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,18],{"name":13,"slug":14,"type":15},"Security","security","tag",{"name":17,"slug":17,"type":15},"x402",{"name":19,"slug":20,"type":15},"Payments","payments",72,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fnemoclaw-community","2026-08-31T09:19:25.64269",null,32,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"Our repository of community driven examples, showcases, and integrations","https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fnemoclaw-community\u002Ftree\u002FHEAD\u002Fexamples\u002Frecipes\u002Fpartners\u002Fbluetier\u002Fx402-payment-gate\u002Fagents\u002Fhermes\u002Fskills\u002Fblackwall-payment-gate","---\nname: blackwall-payment-gate\ndescription: Screen x402 payments with an advisory Blackwall verdict, then submit a payment intent to the host-side release gate. You prepare payments; only the gate can settle them.\n---\n\n# blackwall-payment-gate\n\nYou are the MAKER in a maker\u002Fchecker payment boundary. You can screen\npayments, explain verdicts, and submit payment intents. You cannot sign or\nsettle anything: this sandbox has no signing key and no network route to any\npayment rail or facilitator — that is a platform property, not a rule you\ncould choose to break.\n\n## When to use\n\n- A tool call or resource fetch returned HTTP 402 with an x402 challenge and\n  the user wants to pay it.\n- The user asks whether a counterparty is safe to pay, or why a payment was\n  held or refused.\n\n## Procedure\n\n1. Extract from the x402 challenge: the `payTo` address (counterparty), the\n   quoted amount, asset, chain, and the resource URL.\n2. Advisory pre-check (optional but preferred — it lets you warn the user\n   before anything is submitted):\n\n   ```bash\n   python3 scripts\u002Fblackwall_client.py \\\n     --counterparty \u003CpayTo> --amount \u003Camount> --resource \u003Cresource-url>\n   ```\n\n   GO means likely to release; HOLD\u002FSTOP mean expect the gate to hold or\n   refuse — tell the user the reasons now.\n3. Submit the intent to the release gate (the only path to settlement):\n\n   ```bash\n   curl -sS -X POST http:\u002F\u002Fhost.openshell.internal:8790\u002Fv1\u002Fintents \\\n     -H 'Content-Type: application\u002Fjson' \\\n     -d '{\"counterparty\":\"\u003CpayTo>\",\"amount\":\"\u003Camount>\",\"resource\":\"\u003Curl>\"}'\n   ```\n\n4. Report the gate's decision to the user, with the verdict reasons:\n   - `released` — the gate's mandatory verdict was GO; it signed and settled.\n   - `held` — escalated. A named human operator with the host-side approval\n     token can release it; you cannot. Approval re-screens with a fresh\n     verdict, so a payee that became sanctioned since submission is still\n     refused. Give the user the intent `id` and the reasons.\n   - `refused` — a hard signal fired (e.g. sanctions). Do not resubmit;\n     explain which reason caused it.\n5. To answer later \"what happened to that payment?\" questions:\n   `curl -sS http:\u002F\u002Fhost.openshell.internal:8790\u002Fv1\u002Fintents\u002F\u003Cid>`\n\n## Rules\n\n- Never attempt to reach a facilitator, payment rail, or wallet directly —\n  the policy denies those routes, and an attempt is treated as a boundary\n  test, not a payment.\n- Never resubmit a `refused` intent, and never split or resize a payment to\n  turn a HOLD into a release; escalate to the human operator instead.\n- The advisory pre-check and the gate use the same verdict service; a GO in\n  step 2 is not a promise — the gate re-checks at release time.\n- Do not send anything except the claim fields (counterparty, amount, asset,\n  chain, resource) to the verdict service or the gate.\n",{"data":33,"body":34},{"name":4,"description":6},{"type":35,"children":36},"root",[37,44,50,57,72,78,373,379,409],{"type":38,"tag":39,"props":40,"children":41},"element","h1",{"id":4},[42],{"type":43,"value":4},"text",{"type":38,"tag":45,"props":46,"children":47},"p",{},[48],{"type":43,"value":49},"You are the MAKER in a maker\u002Fchecker payment boundary. You can screen\npayments, explain verdicts, and submit payment intents. You cannot sign or\nsettle anything: this sandbox has no signing key and no network route to any\npayment rail or facilitator — that is a platform property, not a rule you\ncould choose to break.",{"type":38,"tag":51,"props":52,"children":54},"h2",{"id":53},"when-to-use",[55],{"type":43,"value":56},"When to use",{"type":38,"tag":58,"props":59,"children":60},"ul",{},[61,67],{"type":38,"tag":62,"props":63,"children":64},"li",{},[65],{"type":43,"value":66},"A tool call or resource fetch returned HTTP 402 with an x402 challenge and\nthe user wants to pay it.",{"type":38,"tag":62,"props":68,"children":69},{},[70],{"type":43,"value":71},"The user asks whether a counterparty is safe to pay, or why a payment was\nheld or refused.",{"type":38,"tag":51,"props":73,"children":75},{"id":74},"procedure",[76],{"type":43,"value":77},"Procedure",{"type":38,"tag":79,"props":80,"children":81},"ol",{},[82,96,219,313,362],{"type":38,"tag":62,"props":83,"children":84},{},[85,87,94],{"type":43,"value":86},"Extract from the x402 challenge: the ",{"type":38,"tag":88,"props":89,"children":91},"code",{"className":90},[],[92],{"type":43,"value":93},"payTo",{"type":43,"value":95}," address (counterparty), the\nquoted amount, asset, chain, and the resource URL.",{"type":38,"tag":62,"props":97,"children":98},{},[99,101,213,217],{"type":43,"value":100},"Advisory pre-check (optional but preferred — it lets you warn the user\nbefore anything is submitted):",{"type":38,"tag":102,"props":103,"children":108},"pre",{"className":104,"code":105,"language":106,"meta":107,"style":107},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","python3 scripts\u002Fblackwall_client.py \\\n  --counterparty \u003CpayTo> --amount \u003Camount> --resource \u003Cresource-url>\n","bash","",[109],{"type":38,"tag":88,"props":110,"children":111},{"__ignoreMap":107},[112,136],{"type":38,"tag":113,"props":114,"children":117},"span",{"class":115,"line":116},"line",1,[118,124,130],{"type":38,"tag":113,"props":119,"children":121},{"style":120},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[122],{"type":43,"value":123},"python3",{"type":38,"tag":113,"props":125,"children":127},{"style":126},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[128],{"type":43,"value":129}," scripts\u002Fblackwall_client.py",{"type":38,"tag":113,"props":131,"children":133},{"style":132},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[134],{"type":43,"value":135}," \\\n",{"type":38,"tag":113,"props":137,"children":139},{"class":115,"line":138},2,[140,145,151,156,161,166,171,175,180,185,189,194,198,203,208],{"type":38,"tag":113,"props":141,"children":142},{"style":126},[143],{"type":43,"value":144},"  --counterparty",{"type":38,"tag":113,"props":146,"children":148},{"style":147},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[149],{"type":43,"value":150}," \u003C",{"type":38,"tag":113,"props":152,"children":153},{"style":126},[154],{"type":43,"value":155},"payT",{"type":38,"tag":113,"props":157,"children":158},{"style":132},[159],{"type":43,"value":160},"o",{"type":38,"tag":113,"props":162,"children":163},{"style":147},[164],{"type":43,"value":165},">",{"type":38,"tag":113,"props":167,"children":168},{"style":126},[169],{"type":43,"value":170}," --amount",{"type":38,"tag":113,"props":172,"children":173},{"style":147},[174],{"type":43,"value":150},{"type":38,"tag":113,"props":176,"children":177},{"style":126},[178],{"type":43,"value":179},"amoun",{"type":38,"tag":113,"props":181,"children":182},{"style":132},[183],{"type":43,"value":184},"t",{"type":38,"tag":113,"props":186,"children":187},{"style":147},[188],{"type":43,"value":165},{"type":38,"tag":113,"props":190,"children":191},{"style":126},[192],{"type":43,"value":193}," --resource",{"type":38,"tag":113,"props":195,"children":196},{"style":147},[197],{"type":43,"value":150},{"type":38,"tag":113,"props":199,"children":200},{"style":126},[201],{"type":43,"value":202},"resource-ur",{"type":38,"tag":113,"props":204,"children":205},{"style":132},[206],{"type":43,"value":207},"l",{"type":38,"tag":113,"props":209,"children":210},{"style":147},[211],{"type":43,"value":212},">\n",{"type":38,"tag":214,"props":215,"children":216},"br",{},[],{"type":43,"value":218},"GO means likely to release; HOLD\u002FSTOP mean expect the gate to hold or\nrefuse — tell the user the reasons now.",{"type":38,"tag":62,"props":220,"children":221},{},[222,224],{"type":43,"value":223},"Submit the intent to the release gate (the only path to settlement):",{"type":38,"tag":102,"props":225,"children":227},{"className":104,"code":226,"language":106,"meta":107,"style":107},"curl -sS -X POST http:\u002F\u002Fhost.openshell.internal:8790\u002Fv1\u002Fintents \\\n  -H 'Content-Type: application\u002Fjson' \\\n  -d '{\"counterparty\":\"\u003CpayTo>\",\"amount\":\"\u003Camount>\",\"resource\":\"\u003Curl>\"}'\n",[228],{"type":38,"tag":88,"props":229,"children":230},{"__ignoreMap":107},[231,263,290],{"type":38,"tag":113,"props":232,"children":233},{"class":115,"line":116},[234,239,244,249,254,259],{"type":38,"tag":113,"props":235,"children":236},{"style":120},[237],{"type":43,"value":238},"curl",{"type":38,"tag":113,"props":240,"children":241},{"style":126},[242],{"type":43,"value":243}," -sS",{"type":38,"tag":113,"props":245,"children":246},{"style":126},[247],{"type":43,"value":248}," -X",{"type":38,"tag":113,"props":250,"children":251},{"style":126},[252],{"type":43,"value":253}," POST",{"type":38,"tag":113,"props":255,"children":256},{"style":126},[257],{"type":43,"value":258}," http:\u002F\u002Fhost.openshell.internal:8790\u002Fv1\u002Fintents",{"type":38,"tag":113,"props":260,"children":261},{"style":132},[262],{"type":43,"value":135},{"type":38,"tag":113,"props":264,"children":265},{"class":115,"line":138},[266,271,276,281,286],{"type":38,"tag":113,"props":267,"children":268},{"style":126},[269],{"type":43,"value":270},"  -H",{"type":38,"tag":113,"props":272,"children":273},{"style":147},[274],{"type":43,"value":275}," '",{"type":38,"tag":113,"props":277,"children":278},{"style":126},[279],{"type":43,"value":280},"Content-Type: application\u002Fjson",{"type":38,"tag":113,"props":282,"children":283},{"style":147},[284],{"type":43,"value":285},"'",{"type":38,"tag":113,"props":287,"children":288},{"style":132},[289],{"type":43,"value":135},{"type":38,"tag":113,"props":291,"children":293},{"class":115,"line":292},3,[294,299,303,308],{"type":38,"tag":113,"props":295,"children":296},{"style":126},[297],{"type":43,"value":298},"  -d",{"type":38,"tag":113,"props":300,"children":301},{"style":147},[302],{"type":43,"value":275},{"type":38,"tag":113,"props":304,"children":305},{"style":126},[306],{"type":43,"value":307},"{\"counterparty\":\"\u003CpayTo>\",\"amount\":\"\u003Camount>\",\"resource\":\"\u003Curl>\"}",{"type":38,"tag":113,"props":309,"children":310},{"style":147},[311],{"type":43,"value":312},"'\n",{"type":38,"tag":62,"props":314,"children":315},{},[316,318],{"type":43,"value":317},"Report the gate's decision to the user, with the verdict reasons:",{"type":38,"tag":58,"props":319,"children":320},{},[321,332,351],{"type":38,"tag":62,"props":322,"children":323},{},[324,330],{"type":38,"tag":88,"props":325,"children":327},{"className":326},[],[328],{"type":43,"value":329},"released",{"type":43,"value":331}," — the gate's mandatory verdict was GO; it signed and settled.",{"type":38,"tag":62,"props":333,"children":334},{},[335,341,343,349],{"type":38,"tag":88,"props":336,"children":338},{"className":337},[],[339],{"type":43,"value":340},"held",{"type":43,"value":342}," — escalated. A named human operator with the host-side approval\ntoken can release it; you cannot. Approval re-screens with a fresh\nverdict, so a payee that became sanctioned since submission is still\nrefused. Give the user the intent ",{"type":38,"tag":88,"props":344,"children":346},{"className":345},[],[347],{"type":43,"value":348},"id",{"type":43,"value":350}," and the reasons.",{"type":38,"tag":62,"props":352,"children":353},{},[354,360],{"type":38,"tag":88,"props":355,"children":357},{"className":356},[],[358],{"type":43,"value":359},"refused",{"type":43,"value":361}," — a hard signal fired (e.g. sanctions). Do not resubmit;\nexplain which reason caused it.",{"type":38,"tag":62,"props":363,"children":364},{},[365,367],{"type":43,"value":366},"To answer later \"what happened to that payment?\" questions:\n",{"type":38,"tag":88,"props":368,"children":370},{"className":369},[],[371],{"type":43,"value":372},"curl -sS http:\u002F\u002Fhost.openshell.internal:8790\u002Fv1\u002Fintents\u002F\u003Cid>",{"type":38,"tag":51,"props":374,"children":376},{"id":375},"rules",[377],{"type":43,"value":378},"Rules",{"type":38,"tag":58,"props":380,"children":381},{},[382,387,399,404],{"type":38,"tag":62,"props":383,"children":384},{},[385],{"type":43,"value":386},"Never attempt to reach a facilitator, payment rail, or wallet directly —\nthe policy denies those routes, and an attempt is treated as a boundary\ntest, not a payment.",{"type":38,"tag":62,"props":388,"children":389},{},[390,392,397],{"type":43,"value":391},"Never resubmit a ",{"type":38,"tag":88,"props":393,"children":395},{"className":394},[],[396],{"type":43,"value":359},{"type":43,"value":398}," intent, and never split or resize a payment to\nturn a HOLD into a release; escalate to the human operator instead.",{"type":38,"tag":62,"props":400,"children":401},{},[402],{"type":43,"value":403},"The advisory pre-check and the gate use the same verdict service; a GO in\nstep 2 is not a promise — the gate re-checks at release time.",{"type":38,"tag":62,"props":405,"children":406},{},[407],{"type":43,"value":408},"Do not send anything except the claim fields (counterparty, amount, asset,\nchain, resource) to the verdict service or the gate.",{"type":38,"tag":410,"props":411,"children":412},"style",{},[413],{"type":43,"value":414},"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":416,"total":575},[417,435,453,464,476,490,503,517,530,541,555,564],{"slug":418,"name":418,"fn":419,"description":420,"org":421,"tags":422,"stars":432,"repoUrl":433,"updatedAt":434},"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},[423,426,429],{"name":424,"slug":425,"type":15},"Documentation","documentation",{"name":427,"slug":428,"type":15},"MCP","mcp",{"name":430,"slug":431,"type":15},"Search","search",21777,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FNemoClaw","2026-08-25T03:29:57.273192",{"slug":436,"name":436,"fn":437,"description":438,"org":439,"tags":440,"stars":450,"repoUrl":451,"updatedAt":452},"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},[441,444,447],{"name":442,"slug":443,"type":15},"Containers","containers",{"name":445,"slug":446,"type":15},"Deployment","deployment",{"name":448,"slug":449,"type":15},"Python","python",17049,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM","2026-07-27T06:06:11.249662",{"slug":454,"name":454,"fn":455,"description":456,"org":457,"tags":458,"stars":450,"repoUrl":451,"updatedAt":463},"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},[459,462],{"name":460,"slug":461,"type":15},"CI\u002FCD","ci-cd",{"name":445,"slug":446,"type":15},"2026-07-14T05:25:59.97109",{"slug":465,"name":465,"fn":466,"description":467,"org":468,"tags":469,"stars":450,"repoUrl":451,"updatedAt":475},"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},[470,471,472],{"name":460,"slug":461,"type":15},{"name":445,"slug":446,"type":15},{"name":473,"slug":474,"type":15},"GitHub","github","2026-08-28T14:38:16.959248",{"slug":477,"name":477,"fn":478,"description":479,"org":480,"tags":481,"stars":450,"repoUrl":451,"updatedAt":489},"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},[482,485,486],{"name":483,"slug":484,"type":15},"Debugging","debugging",{"name":473,"slug":474,"type":15},{"name":487,"slug":488,"type":15},"Triage","triage","2026-07-14T05:25:57.442089",{"slug":491,"name":491,"fn":492,"description":493,"org":494,"tags":495,"stars":450,"repoUrl":451,"updatedAt":502},"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},[496,499],{"name":497,"slug":498,"type":15},"Best Practices","best-practices",{"name":500,"slug":501,"type":15},"Code Analysis","code-analysis","2026-07-14T05:25:56.18433",{"slug":504,"name":504,"fn":505,"description":506,"org":507,"tags":508,"stars":450,"repoUrl":451,"updatedAt":516},"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, including the mechanical steps for transferring an existing pretrain_gpt.py launch script.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[509,512,515],{"name":510,"slug":511,"type":15},"Machine Learning","machine-learning",{"name":513,"slug":514,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-08-21T03:36:57.470256",{"slug":518,"name":518,"fn":519,"description":520,"org":521,"tags":522,"stars":450,"repoUrl":451,"updatedAt":529},"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},[523,526],{"name":524,"slug":525,"type":15},"QA","qa",{"name":527,"slug":528,"type":15},"Testing","testing","2026-07-14T05:25:53.673039",{"slug":531,"name":531,"fn":532,"description":533,"org":534,"tags":535,"stars":450,"repoUrl":451,"updatedAt":540},"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},[536,537],{"name":445,"slug":446,"type":15},{"name":538,"slug":539,"type":15},"Infrastructure","infrastructure","2026-07-14T05:25:49.362534",{"slug":542,"name":542,"fn":543,"description":544,"org":545,"tags":546,"stars":450,"repoUrl":451,"updatedAt":554},"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},[547,550,551],{"name":548,"slug":549,"type":15},"Code Review","code-review",{"name":473,"slug":474,"type":15},{"name":552,"slug":553,"type":15},"Pull Requests","pull-requests","2026-08-25T03:29:16.211287",{"slug":556,"name":556,"fn":557,"description":558,"org":559,"tags":560,"stars":450,"repoUrl":451,"updatedAt":563},"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},[561,562],{"name":524,"slug":525,"type":15},{"name":527,"slug":528,"type":15},"2026-07-14T05:25:54.928983",{"slug":565,"name":565,"fn":566,"description":567,"org":568,"tags":569,"stars":450,"repoUrl":451,"updatedAt":574},"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},[570,573],{"name":571,"slug":572,"type":15},"Automation","automation",{"name":460,"slug":461,"type":15},"2026-07-30T05:29:03.275638",563,{"items":577,"total":672},[578,590,596,613,629,641,657],{"slug":579,"name":579,"fn":580,"description":581,"org":582,"tags":583,"stars":21,"repoUrl":22,"updatedAt":589},"axe-a11y","audit web accessibility with axe-core","Automated web accessibility scanning (axe-core) driven by patchright + real Google Chrome — audits sites behind bot walls and behind auth",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[584,587,588],{"name":585,"slug":586,"type":15},"Accessibility","accessibility",{"name":524,"slug":525,"type":15},{"name":527,"slug":528,"type":15},"2026-08-31T09:19:20.559156",{"slug":4,"name":4,"fn":5,"description":6,"org":591,"tags":592,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[593,594,595],{"name":19,"slug":20,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":17,"type":15},{"slug":597,"name":597,"fn":598,"description":599,"org":600,"tags":601,"stars":21,"repoUrl":22,"updatedAt":612},"cross-source-gap-analysis","identify alignment gaps across communication sources","Compare findings across Slack, GitHub, NVIDIA forums, and Outlook to identify alignment gaps, missing coverage, and follow-ups.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[602,605,606,609],{"name":603,"slug":604,"type":15},"Analysis","analysis",{"name":473,"slug":474,"type":15},{"name":607,"slug":608,"type":15},"Outlook Email","outlook-email",{"name":610,"slug":611,"type":15},"Slack","slack","2026-08-21T03:36:36.438375",{"slug":614,"name":614,"fn":615,"description":616,"org":617,"tags":618,"stars":21,"repoUrl":22,"updatedAt":628},"deep-research","queue deep multi-step research tasks","Queue deep, multi-step research and analysis tasks to the DeepAgents worker. Supports execution depth presets, request-specific rubrics, SubAgent delegation, and RubricMiddleware cross-validation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[619,622,625],{"name":620,"slug":621,"type":15},"Agents","agents",{"name":623,"slug":624,"type":15},"Multi-Agent","multi-agent",{"name":626,"slug":627,"type":15},"Research","research","2026-08-31T09:19:11.215563",{"slug":630,"name":630,"fn":631,"description":632,"org":633,"tags":634,"stars":21,"repoUrl":22,"updatedAt":640},"github-readonly-live","read live GitHub repository data","Read an allowed live GitHub repository through authenticated, policy-scoped GitHub REST GET requests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[635,638,639],{"name":636,"slug":637,"type":15},"API Development","api-development",{"name":473,"slug":474,"type":15},{"name":9,"slug":8,"type":15},"2026-08-21T03:36:35.451173",{"slug":642,"name":642,"fn":643,"description":644,"org":645,"tags":646,"stars":21,"repoUrl":22,"updatedAt":656},"gitlab-readonly-live","read GitLab project data","Read one of the configured GitLab projects through authenticated, policy-scoped REST GET requests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[647,650,653],{"name":648,"slug":649,"type":15},"Git","git",{"name":651,"slug":652,"type":15},"GitLab","gitlab",{"name":654,"slug":655,"type":15},"REST API","rest-api","2026-08-31T09:19:36.855848",{"slug":658,"name":658,"fn":659,"description":660,"org":661,"tags":662,"stars":21,"repoUrl":22,"updatedAt":671},"inbound-judging","triage incoming email and Slack messages","Decide which newly-arrived email and Slack messages create an obligation for the user, and craft the row that represents each one.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[663,666,669,670],{"name":664,"slug":665,"type":15},"Email","email",{"name":667,"slug":668,"type":15},"Messaging","messaging",{"name":610,"slug":611,"type":15},{"name":487,"slug":488,"type":15},"2026-08-31T09:19:11.560469",28]