[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-sdaf-media-acquisition":3,"mdc--hjwabl-key":32,"related-org-azure-sdaf-media-acquisition":843,"related-repo-azure-sdaf-media-acquisition":1012},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"sdaf-media-acquisition","acquire SAP installation media","Acquire approved SAP media into the SDAF library after SAP-system infrastructure exists. Drives local `deploy\u002Fansible\u002Fdownload_menu.sh` per `docs\u002Flocal\u002F06-00-software-and-installation.md § Download software`, enforces the documented `BOM_CATALOG` root and the four required `sap-parameters.yaml` BOM keys (`application_bom_name`, `database_bom_name`, `sap_kernel_bom_name`, `save_bom_as`), and explains the documented download and validation flow. Use for \"download SAP media\", \"run download_menu.sh\", \"acquire software into the library\", \"BOM Downloader\", \"BOM_CATALOG\", or \"assemble application\u002Fdatabase\u002Fkernel BOMs for download\". Do NOT use to choose a BOM, troubleshoot a failed download, or run installation playbooks.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"azure","Azure (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fazure.png","Azure",[13,17,18],{"name":14,"slug":15,"type":16},"Operations","operations","tag",{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},"SAP","sap",143,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fsap-automation","2026-09-02T07:46:44.504107","MIT",173,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"This is the repository supporting the SAP deployment automation framework on Azure","https:\u002F\u002Fgithub.com\u002FAzure\u002Fsap-automation\u002Ftree\u002FHEAD\u002Fskills\u002Fsdaf-media-acquisition","---\nname: sdaf-media-acquisition\ndescription: >\n  Acquire approved SAP media into the SDAF library after SAP-system\n  infrastructure exists. Drives local `deploy\u002Fansible\u002Fdownload_menu.sh` per\n  `docs\u002Flocal\u002F06-00-software-and-installation.md § Download software`,\n  enforces the documented `BOM_CATALOG` root and the four required\n  `sap-parameters.yaml` BOM keys (`application_bom_name`,\n  `database_bom_name`, `sap_kernel_bom_name`, `save_bom_as`), and explains\n  the documented download and validation flow. Use for\n  \"download SAP media\", \"run download_menu.sh\", \"acquire software into the\n  library\", \"BOM Downloader\", \"BOM_CATALOG\", or\n  \"assemble application\u002Fdatabase\u002Fkernel BOMs for download\". Do NOT use to\n  choose a BOM, troubleshoot a failed download, or run installation\n  playbooks.\nallowed-tools: shell\nlicense: MIT\n---\n\n# SDAF Media Acquisition\n\nAction-loop skill. Acquires approved SAP media into the library after\nSAP-system infrastructure exists. The local operator path is documented in\n`docs\u002Flocal\u002F06-00-software-and-installation.md`; shared downloader behavior\nis described in the same operator guide.\n\n## When to invoke\n\nTrigger on: \"download SAP media\", \"acquire software into the library\",\n\"download_menu.sh\", \"BOM Downloader\", \"BOM_CATALOG\", or\n\"assemble application\u002Fdatabase\u002Fkernel BOMs for download\".\nDo NOT trigger on: choosing a BOM (`sdaf-bom-selection`), troubleshooting a\nfailed or mismatched download (`sdaf-media-diagnostics`), or install playbooks.\n\n## Preconditions\n\n- SAP-system infrastructure already completed; `sap-parameters.yaml` and\n  `\u003CSID>_hosts.yaml` exist in the system directory\n  (`docs\u002Flocal\u002F06-00-software-and-installation.md § Before you begin`; `docs\u002Flocal\u002F05-00-sap-system.md § Validate`).\n- SSH connectivity to the inventory hosts, Key Vault-generated credentials, SAP\n  download credentials, and library capacity are confirmed\n  (`docs\u002Flocal\u002F06-00-software-and-installation.md § Before you begin`).\n- The BOM choice is already reviewed; this skill does not decide product versus\n  component BOMs (`sdaf-bom-selection`; `sap-automation-samples\u002Fdocs\u002F02-00-bom-samples.md § Select and run a BOM`).\n\n## Decision: which download input shape applies?\n\n`docs\u002Flocal\u002F06-00-software-and-installation.md § Inputs and BOM ownership` is\nexplicit:\n- `BOM_CATALOG` must point at the samples checkout root that contains sibling\n  `SAP\u002F` and `BOM\u002F` directories.\n- Local `download_menu.sh` does **not** keep the Terraform-generated\n  `bom_base_name`. It reads these four keys from `sap-parameters.yaml` and\n  constructs the effective BOM name itself:\n\n```yaml\napplication_bom_name: \u003CAPPLICATION_BOM>\ndatabase_bom_name:    \u003CDATABASE_BOM>\nsap_kernel_bom_name:  \u003CKERNEL_BOM>\nsave_bom_as:          \u003CCOMBINED_BOM_NAME>\nbom_base_name:        \u003CCOMBINED_BOM_NAME>\n```\n\nKeep these values in the exact format documented by\n`§ Inputs and BOM ownership`. The automation validates the application,\ndatabase, kernel, and output-name combination before download. Require\n`bom_base_name` to equal `save_bom_as`; installation reloads\n`bom_base_name` and must find the combined BOM written by the downloader.\n\n## Recipe\n\n### Step 1 — Confirm the catalog root and component names\n\nFrom the SAP-system directory, confirm the catalog root exactly as the local\ndoc requires:\n\n```bash\ncd \"$CONFIG_REPO_PATH\u002FWORKSPACES\u002FSYSTEM\u002F\u003CSAP_SYSTEM>\"\ntest -d \"$BOM_CATALOG\u002FSAP\"\ntest -d \"$BOM_CATALOG\u002FBOM\"\n```\n\nThen re-read `sap-parameters.yaml` once. For the local menu path, all five BOM\nkeys above must be present, component names must match actual samples\ndirectories\u002Ffiles, and `bom_base_name` must equal `save_bom_as`.\n\n### Step 2 — Run the documented local acquisition flow\n\nStart the local wrapper exactly per\n`docs\u002Flocal\u002F06-00-software-and-installation.md § Download software`:\n\n```bash\n\"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fansible\u002Fdownload_menu.sh\"\n```\n\nThen select **BOM Downloader**. The documented path requires\n`sap-parameters.yaml` in the current directory and `BOM_CATALOG` in the\nenvironment.\n\n### Step 3 — Validate before installation\n\nDo not continue into `configuration_menu.sh` until both doc-level checks pass\n(`docs\u002Flocal\u002F06-00-software-and-installation.md § Validate`):\n- the downloader reports success for every required archive; and\n- the SAP library contains the expected software.\nAlso keep the samples commit and selected BOM names with the run record\n(`sap-automation-samples\u002Fdocs\u002F02-00-bom-samples.md § Validate`).\n\n## If the run stops or rejects the input\n\n- `sap-parameters.yaml` missing, `BOM_CATALOG` unset, or `BOM_CATALOG` not a\n  directory: fix the local wrapper precondition and rerun\n  (`deploy\u002Fansible\u002Fdownload_menu.sh`;\n  `docs\u002Flocal\u002Ftroubleshooting.md § BOM files are not found`).\n- Incompatible application\u002Fdatabase\u002Fkernel combination: go back to\n  `sdaf-bom-selection` and review the documented compatibility fields.\n- Archive, checksum, or download-service failures belong to\n  `sdaf-media-diagnostics`, not this skill.\n\n## Hard rules\n\n- Documented behaviour only (D19). Do not invent alternate download\n  commands, proxy\u002Foffline procedures, or compatibility matrices (`docs\u002FPLUGINS.md § Ground rules and exclusions`).\n- Do not point `BOM_CATALOG` at a single BOM directory.\n- Do not bypass checksum or compatibility failures\n  (`sap-automation-samples\u002Fdocs\u002F02-00-bom-samples.md § If it fails`).\n- Do not start installation until the downloader reports success for the\n  required archives.\n\n## See also\n\n- `sdaf-bom-selection`, `sdaf-sap-system`, `sdaf-media-diagnostics`.\n- `docs\u002Flocal\u002F06-00-software-and-installation.md`,\n  `docs\u002Flocal\u002Ftroubleshooting.md § BOM files are not found`,\n  `sap-automation-samples\u002Fdocs\u002F02-00-bom-samples.md`,\n  [`.github\u002Fcopilot-instructions.md`](..\u002F..\u002F.github\u002Fcopilot-instructions.md).\n",{"data":33,"body":35},{"name":4,"description":6,"allowed-tools":34,"license":24},"shell",{"type":36,"children":37},"root",[38,46,61,68,89,95,166,172,183,249,355,389,395,402,407,505,531,537,549,575,601,607,628,648,654,720,726,770,776,837],{"type":39,"tag":40,"props":41,"children":42},"element","h1",{"id":4},[43],{"type":44,"value":45},"text","SDAF Media Acquisition",{"type":39,"tag":47,"props":48,"children":49},"p",{},[50,52,59],{"type":44,"value":51},"Action-loop skill. Acquires approved SAP media into the library after\nSAP-system infrastructure exists. The local operator path is documented in\n",{"type":39,"tag":53,"props":54,"children":56},"code",{"className":55},[],[57],{"type":44,"value":58},"docs\u002Flocal\u002F06-00-software-and-installation.md",{"type":44,"value":60},"; shared downloader behavior\nis described in the same operator guide.",{"type":39,"tag":62,"props":63,"children":65},"h2",{"id":64},"when-to-invoke",[66],{"type":44,"value":67},"When to invoke",{"type":39,"tag":47,"props":69,"children":70},{},[71,73,79,81,87],{"type":44,"value":72},"Trigger on: \"download SAP media\", \"acquire software into the library\",\n\"download_menu.sh\", \"BOM Downloader\", \"BOM_CATALOG\", or\n\"assemble application\u002Fdatabase\u002Fkernel BOMs for download\".\nDo NOT trigger on: choosing a BOM (",{"type":39,"tag":53,"props":74,"children":76},{"className":75},[],[77],{"type":44,"value":78},"sdaf-bom-selection",{"type":44,"value":80},"), troubleshooting a\nfailed or mismatched download (",{"type":39,"tag":53,"props":82,"children":84},{"className":83},[],[85],{"type":44,"value":86},"sdaf-media-diagnostics",{"type":44,"value":88},"), or install playbooks.",{"type":39,"tag":62,"props":90,"children":92},{"id":91},"preconditions",[93],{"type":44,"value":94},"Preconditions",{"type":39,"tag":96,"props":97,"children":98},"ul",{},[99,137,148],{"type":39,"tag":100,"props":101,"children":102},"li",{},[103,105,111,113,119,121,127,129,135],{"type":44,"value":104},"SAP-system infrastructure already completed; ",{"type":39,"tag":53,"props":106,"children":108},{"className":107},[],[109],{"type":44,"value":110},"sap-parameters.yaml",{"type":44,"value":112}," and\n",{"type":39,"tag":53,"props":114,"children":116},{"className":115},[],[117],{"type":44,"value":118},"\u003CSID>_hosts.yaml",{"type":44,"value":120}," exist in the system directory\n(",{"type":39,"tag":53,"props":122,"children":124},{"className":123},[],[125],{"type":44,"value":126},"docs\u002Flocal\u002F06-00-software-and-installation.md § Before you begin",{"type":44,"value":128},"; ",{"type":39,"tag":53,"props":130,"children":132},{"className":131},[],[133],{"type":44,"value":134},"docs\u002Flocal\u002F05-00-sap-system.md § Validate",{"type":44,"value":136},").",{"type":39,"tag":100,"props":138,"children":139},{},[140,142,147],{"type":44,"value":141},"SSH connectivity to the inventory hosts, Key Vault-generated credentials, SAP\ndownload credentials, and library capacity are confirmed\n(",{"type":39,"tag":53,"props":143,"children":145},{"className":144},[],[146],{"type":44,"value":126},{"type":44,"value":136},{"type":39,"tag":100,"props":149,"children":150},{},[151,153,158,159,165],{"type":44,"value":152},"The BOM choice is already reviewed; this skill does not decide product versus\ncomponent BOMs (",{"type":39,"tag":53,"props":154,"children":156},{"className":155},[],[157],{"type":44,"value":78},{"type":44,"value":128},{"type":39,"tag":53,"props":160,"children":162},{"className":161},[],[163],{"type":44,"value":164},"sap-automation-samples\u002Fdocs\u002F02-00-bom-samples.md § Select and run a BOM",{"type":44,"value":136},{"type":39,"tag":62,"props":167,"children":169},{"id":168},"decision-which-download-input-shape-applies",[170],{"type":44,"value":171},"Decision: which download input shape applies?",{"type":39,"tag":47,"props":173,"children":174},{},[175,181],{"type":39,"tag":53,"props":176,"children":178},{"className":177},[],[179],{"type":44,"value":180},"docs\u002Flocal\u002F06-00-software-and-installation.md § Inputs and BOM ownership",{"type":44,"value":182}," is\nexplicit:",{"type":39,"tag":96,"props":184,"children":185},{},[186,213],{"type":39,"tag":100,"props":187,"children":188},{},[189,195,197,203,205,211],{"type":39,"tag":53,"props":190,"children":192},{"className":191},[],[193],{"type":44,"value":194},"BOM_CATALOG",{"type":44,"value":196}," must point at the samples checkout root that contains sibling\n",{"type":39,"tag":53,"props":198,"children":200},{"className":199},[],[201],{"type":44,"value":202},"SAP\u002F",{"type":44,"value":204}," and ",{"type":39,"tag":53,"props":206,"children":208},{"className":207},[],[209],{"type":44,"value":210},"BOM\u002F",{"type":44,"value":212}," directories.",{"type":39,"tag":100,"props":214,"children":215},{},[216,218,224,226,232,234,240,242,247],{"type":44,"value":217},"Local ",{"type":39,"tag":53,"props":219,"children":221},{"className":220},[],[222],{"type":44,"value":223},"download_menu.sh",{"type":44,"value":225}," does ",{"type":39,"tag":227,"props":228,"children":229},"strong",{},[230],{"type":44,"value":231},"not",{"type":44,"value":233}," keep the Terraform-generated\n",{"type":39,"tag":53,"props":235,"children":237},{"className":236},[],[238],{"type":44,"value":239},"bom_base_name",{"type":44,"value":241},". It reads these four keys from ",{"type":39,"tag":53,"props":243,"children":245},{"className":244},[],[246],{"type":44,"value":110},{"type":44,"value":248}," and\nconstructs the effective BOM name itself:",{"type":39,"tag":250,"props":251,"children":256},"pre",{"className":252,"code":253,"language":254,"meta":255,"style":255},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","application_bom_name: \u003CAPPLICATION_BOM>\ndatabase_bom_name:    \u003CDATABASE_BOM>\nsap_kernel_bom_name:  \u003CKERNEL_BOM>\nsave_bom_as:          \u003CCOMBINED_BOM_NAME>\nbom_base_name:        \u003CCOMBINED_BOM_NAME>\n","yaml","",[257],{"type":39,"tag":53,"props":258,"children":259},{"__ignoreMap":255},[260,284,302,320,338],{"type":39,"tag":261,"props":262,"children":265},"span",{"class":263,"line":264},"line",1,[266,272,278],{"type":39,"tag":261,"props":267,"children":269},{"style":268},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[270],{"type":44,"value":271},"application_bom_name",{"type":39,"tag":261,"props":273,"children":275},{"style":274},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[276],{"type":44,"value":277},":",{"type":39,"tag":261,"props":279,"children":281},{"style":280},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[282],{"type":44,"value":283}," \u003CAPPLICATION_BOM>\n",{"type":39,"tag":261,"props":285,"children":287},{"class":263,"line":286},2,[288,293,297],{"type":39,"tag":261,"props":289,"children":290},{"style":268},[291],{"type":44,"value":292},"database_bom_name",{"type":39,"tag":261,"props":294,"children":295},{"style":274},[296],{"type":44,"value":277},{"type":39,"tag":261,"props":298,"children":299},{"style":280},[300],{"type":44,"value":301},"    \u003CDATABASE_BOM>\n",{"type":39,"tag":261,"props":303,"children":305},{"class":263,"line":304},3,[306,311,315],{"type":39,"tag":261,"props":307,"children":308},{"style":268},[309],{"type":44,"value":310},"sap_kernel_bom_name",{"type":39,"tag":261,"props":312,"children":313},{"style":274},[314],{"type":44,"value":277},{"type":39,"tag":261,"props":316,"children":317},{"style":280},[318],{"type":44,"value":319},"  \u003CKERNEL_BOM>\n",{"type":39,"tag":261,"props":321,"children":323},{"class":263,"line":322},4,[324,329,333],{"type":39,"tag":261,"props":325,"children":326},{"style":268},[327],{"type":44,"value":328},"save_bom_as",{"type":39,"tag":261,"props":330,"children":331},{"style":274},[332],{"type":44,"value":277},{"type":39,"tag":261,"props":334,"children":335},{"style":280},[336],{"type":44,"value":337},"          \u003CCOMBINED_BOM_NAME>\n",{"type":39,"tag":261,"props":339,"children":341},{"class":263,"line":340},5,[342,346,350],{"type":39,"tag":261,"props":343,"children":344},{"style":268},[345],{"type":44,"value":239},{"type":39,"tag":261,"props":347,"children":348},{"style":274},[349],{"type":44,"value":277},{"type":39,"tag":261,"props":351,"children":352},{"style":280},[353],{"type":44,"value":354},"        \u003CCOMBINED_BOM_NAME>\n",{"type":39,"tag":47,"props":356,"children":357},{},[358,360,366,368,373,375,380,382,387],{"type":44,"value":359},"Keep these values in the exact format documented by\n",{"type":39,"tag":53,"props":361,"children":363},{"className":362},[],[364],{"type":44,"value":365},"§ Inputs and BOM ownership",{"type":44,"value":367},". The automation validates the application,\ndatabase, kernel, and output-name combination before download. Require\n",{"type":39,"tag":53,"props":369,"children":371},{"className":370},[],[372],{"type":44,"value":239},{"type":44,"value":374}," to equal ",{"type":39,"tag":53,"props":376,"children":378},{"className":377},[],[379],{"type":44,"value":328},{"type":44,"value":381},"; installation reloads\n",{"type":39,"tag":53,"props":383,"children":385},{"className":384},[],[386],{"type":44,"value":239},{"type":44,"value":388}," and must find the combined BOM written by the downloader.",{"type":39,"tag":62,"props":390,"children":392},{"id":391},"recipe",[393],{"type":44,"value":394},"Recipe",{"type":39,"tag":396,"props":397,"children":399},"h3",{"id":398},"step-1-confirm-the-catalog-root-and-component-names",[400],{"type":44,"value":401},"Step 1 — Confirm the catalog root and component names",{"type":39,"tag":47,"props":403,"children":404},{},[405],{"type":44,"value":406},"From the SAP-system directory, confirm the catalog root exactly as the local\ndoc requires:",{"type":39,"tag":250,"props":408,"children":412},{"className":409,"code":410,"language":411,"meta":255,"style":255},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","cd \"$CONFIG_REPO_PATH\u002FWORKSPACES\u002FSYSTEM\u002F\u003CSAP_SYSTEM>\"\ntest -d \"$BOM_CATALOG\u002FSAP\"\ntest -d \"$BOM_CATALOG\u002FBOM\"\n","bash",[413],{"type":39,"tag":53,"props":414,"children":415},{"__ignoreMap":255},[416,446,477],{"type":39,"tag":261,"props":417,"children":418},{"class":263,"line":264},[419,425,430,436,441],{"type":39,"tag":261,"props":420,"children":422},{"style":421},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[423],{"type":44,"value":424},"cd",{"type":39,"tag":261,"props":426,"children":427},{"style":274},[428],{"type":44,"value":429}," \"",{"type":39,"tag":261,"props":431,"children":433},{"style":432},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[434],{"type":44,"value":435},"$CONFIG_REPO_PATH",{"type":39,"tag":261,"props":437,"children":438},{"style":280},[439],{"type":44,"value":440},"\u002FWORKSPACES\u002FSYSTEM\u002F\u003CSAP_SYSTEM>",{"type":39,"tag":261,"props":442,"children":443},{"style":274},[444],{"type":44,"value":445},"\"\n",{"type":39,"tag":261,"props":447,"children":448},{"class":263,"line":286},[449,454,459,463,468,473],{"type":39,"tag":261,"props":450,"children":451},{"style":421},[452],{"type":44,"value":453},"test",{"type":39,"tag":261,"props":455,"children":456},{"style":280},[457],{"type":44,"value":458}," -d",{"type":39,"tag":261,"props":460,"children":461},{"style":274},[462],{"type":44,"value":429},{"type":39,"tag":261,"props":464,"children":465},{"style":432},[466],{"type":44,"value":467},"$BOM_CATALOG",{"type":39,"tag":261,"props":469,"children":470},{"style":280},[471],{"type":44,"value":472},"\u002FSAP",{"type":39,"tag":261,"props":474,"children":475},{"style":274},[476],{"type":44,"value":445},{"type":39,"tag":261,"props":478,"children":479},{"class":263,"line":304},[480,484,488,492,496,501],{"type":39,"tag":261,"props":481,"children":482},{"style":421},[483],{"type":44,"value":453},{"type":39,"tag":261,"props":485,"children":486},{"style":280},[487],{"type":44,"value":458},{"type":39,"tag":261,"props":489,"children":490},{"style":274},[491],{"type":44,"value":429},{"type":39,"tag":261,"props":493,"children":494},{"style":432},[495],{"type":44,"value":467},{"type":39,"tag":261,"props":497,"children":498},{"style":280},[499],{"type":44,"value":500},"\u002FBOM",{"type":39,"tag":261,"props":502,"children":503},{"style":274},[504],{"type":44,"value":445},{"type":39,"tag":47,"props":506,"children":507},{},[508,510,515,517,522,524,529],{"type":44,"value":509},"Then re-read ",{"type":39,"tag":53,"props":511,"children":513},{"className":512},[],[514],{"type":44,"value":110},{"type":44,"value":516}," once. For the local menu path, all five BOM\nkeys above must be present, component names must match actual samples\ndirectories\u002Ffiles, and ",{"type":39,"tag":53,"props":518,"children":520},{"className":519},[],[521],{"type":44,"value":239},{"type":44,"value":523}," must equal ",{"type":39,"tag":53,"props":525,"children":527},{"className":526},[],[528],{"type":44,"value":328},{"type":44,"value":530},".",{"type":39,"tag":396,"props":532,"children":534},{"id":533},"step-2-run-the-documented-local-acquisition-flow",[535],{"type":44,"value":536},"Step 2 — Run the documented local acquisition flow",{"type":39,"tag":47,"props":538,"children":539},{},[540,542,548],{"type":44,"value":541},"Start the local wrapper exactly per\n",{"type":39,"tag":53,"props":543,"children":545},{"className":544},[],[546],{"type":44,"value":547},"docs\u002Flocal\u002F06-00-software-and-installation.md § Download software",{"type":44,"value":277},{"type":39,"tag":250,"props":550,"children":552},{"className":409,"code":551,"language":411,"meta":255,"style":255},"\"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fansible\u002Fdownload_menu.sh\"\n",[553],{"type":39,"tag":53,"props":554,"children":555},{"__ignoreMap":255},[556],{"type":39,"tag":261,"props":557,"children":558},{"class":263,"line":264},[559,565,570],{"type":39,"tag":261,"props":560,"children":562},{"style":561},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[563],{"type":44,"value":564},"\"",{"type":39,"tag":261,"props":566,"children":567},{"style":432},[568],{"type":44,"value":569},"$SAP_AUTOMATION_REPO_PATH",{"type":39,"tag":261,"props":571,"children":572},{"style":561},[573],{"type":44,"value":574},"\u002Fdeploy\u002Fansible\u002Fdownload_menu.sh\"\n",{"type":39,"tag":47,"props":576,"children":577},{},[578,580,585,587,592,594,599],{"type":44,"value":579},"Then select ",{"type":39,"tag":227,"props":581,"children":582},{},[583],{"type":44,"value":584},"BOM Downloader",{"type":44,"value":586},". The documented path requires\n",{"type":39,"tag":53,"props":588,"children":590},{"className":589},[],[591],{"type":44,"value":110},{"type":44,"value":593}," in the current directory and ",{"type":39,"tag":53,"props":595,"children":597},{"className":596},[],[598],{"type":44,"value":194},{"type":44,"value":600}," in the\nenvironment.",{"type":39,"tag":396,"props":602,"children":604},{"id":603},"step-3-validate-before-installation",[605],{"type":44,"value":606},"Step 3 — Validate before installation",{"type":39,"tag":47,"props":608,"children":609},{},[610,612,618,620,626],{"type":44,"value":611},"Do not continue into ",{"type":39,"tag":53,"props":613,"children":615},{"className":614},[],[616],{"type":44,"value":617},"configuration_menu.sh",{"type":44,"value":619}," until both doc-level checks pass\n(",{"type":39,"tag":53,"props":621,"children":623},{"className":622},[],[624],{"type":44,"value":625},"docs\u002Flocal\u002F06-00-software-and-installation.md § Validate",{"type":44,"value":627},"):",{"type":39,"tag":96,"props":629,"children":630},{},[631,636],{"type":39,"tag":100,"props":632,"children":633},{},[634],{"type":44,"value":635},"the downloader reports success for every required archive; and",{"type":39,"tag":100,"props":637,"children":638},{},[639,641,647],{"type":44,"value":640},"the SAP library contains the expected software.\nAlso keep the samples commit and selected BOM names with the run record\n(",{"type":39,"tag":53,"props":642,"children":644},{"className":643},[],[645],{"type":44,"value":646},"sap-automation-samples\u002Fdocs\u002F02-00-bom-samples.md § Validate",{"type":44,"value":136},{"type":39,"tag":62,"props":649,"children":651},{"id":650},"if-the-run-stops-or-rejects-the-input",[652],{"type":44,"value":653},"If the run stops or rejects the input",{"type":39,"tag":96,"props":655,"children":656},{},[657,696,708],{"type":39,"tag":100,"props":658,"children":659},{},[660,665,667,672,674,679,681,687,689,695],{"type":39,"tag":53,"props":661,"children":663},{"className":662},[],[664],{"type":44,"value":110},{"type":44,"value":666}," missing, ",{"type":39,"tag":53,"props":668,"children":670},{"className":669},[],[671],{"type":44,"value":194},{"type":44,"value":673}," unset, or ",{"type":39,"tag":53,"props":675,"children":677},{"className":676},[],[678],{"type":44,"value":194},{"type":44,"value":680}," not a\ndirectory: fix the local wrapper precondition and rerun\n(",{"type":39,"tag":53,"props":682,"children":684},{"className":683},[],[685],{"type":44,"value":686},"deploy\u002Fansible\u002Fdownload_menu.sh",{"type":44,"value":688},";\n",{"type":39,"tag":53,"props":690,"children":692},{"className":691},[],[693],{"type":44,"value":694},"docs\u002Flocal\u002Ftroubleshooting.md § BOM files are not found",{"type":44,"value":136},{"type":39,"tag":100,"props":697,"children":698},{},[699,701,706],{"type":44,"value":700},"Incompatible application\u002Fdatabase\u002Fkernel combination: go back to\n",{"type":39,"tag":53,"props":702,"children":704},{"className":703},[],[705],{"type":44,"value":78},{"type":44,"value":707}," and review the documented compatibility fields.",{"type":39,"tag":100,"props":709,"children":710},{},[711,713,718],{"type":44,"value":712},"Archive, checksum, or download-service failures belong to\n",{"type":39,"tag":53,"props":714,"children":716},{"className":715},[],[717],{"type":44,"value":86},{"type":44,"value":719},", not this skill.",{"type":39,"tag":62,"props":721,"children":723},{"id":722},"hard-rules",[724],{"type":44,"value":725},"Hard rules",{"type":39,"tag":96,"props":727,"children":728},{},[729,741,753,765],{"type":39,"tag":100,"props":730,"children":731},{},[732,734,740],{"type":44,"value":733},"Documented behaviour only (D19). Do not invent alternate download\ncommands, proxy\u002Foffline procedures, or compatibility matrices (",{"type":39,"tag":53,"props":735,"children":737},{"className":736},[],[738],{"type":44,"value":739},"docs\u002FPLUGINS.md § Ground rules and exclusions",{"type":44,"value":136},{"type":39,"tag":100,"props":742,"children":743},{},[744,746,751],{"type":44,"value":745},"Do not point ",{"type":39,"tag":53,"props":747,"children":749},{"className":748},[],[750],{"type":44,"value":194},{"type":44,"value":752}," at a single BOM directory.",{"type":39,"tag":100,"props":754,"children":755},{},[756,758,764],{"type":44,"value":757},"Do not bypass checksum or compatibility failures\n(",{"type":39,"tag":53,"props":759,"children":761},{"className":760},[],[762],{"type":44,"value":763},"sap-automation-samples\u002Fdocs\u002F02-00-bom-samples.md § If it fails",{"type":44,"value":136},{"type":39,"tag":100,"props":766,"children":767},{},[768],{"type":44,"value":769},"Do not start installation until the downloader reports success for the\nrequired archives.",{"type":39,"tag":62,"props":771,"children":773},{"id":772},"see-also",[774],{"type":44,"value":775},"See also",{"type":39,"tag":96,"props":777,"children":778},{},[779,802],{"type":39,"tag":100,"props":780,"children":781},{},[782,787,789,795,796,801],{"type":39,"tag":53,"props":783,"children":785},{"className":784},[],[786],{"type":44,"value":78},{"type":44,"value":788},", ",{"type":39,"tag":53,"props":790,"children":792},{"className":791},[],[793],{"type":44,"value":794},"sdaf-sap-system",{"type":44,"value":788},{"type":39,"tag":53,"props":797,"children":799},{"className":798},[],[800],{"type":44,"value":86},{"type":44,"value":530},{"type":39,"tag":100,"props":803,"children":804},{},[805,810,812,817,818,824,825,836],{"type":39,"tag":53,"props":806,"children":808},{"className":807},[],[809],{"type":44,"value":58},{"type":44,"value":811},",\n",{"type":39,"tag":53,"props":813,"children":815},{"className":814},[],[816],{"type":44,"value":694},{"type":44,"value":811},{"type":39,"tag":53,"props":819,"children":821},{"className":820},[],[822],{"type":44,"value":823},"sap-automation-samples\u002Fdocs\u002F02-00-bom-samples.md",{"type":44,"value":811},{"type":39,"tag":826,"props":827,"children":829},"a",{"href":828},"..\u002F..\u002F.github\u002Fcopilot-instructions.md",[830],{"type":39,"tag":53,"props":831,"children":833},{"className":832},[],[834],{"type":44,"value":835},".github\u002Fcopilot-instructions.md",{"type":44,"value":530},{"type":39,"tag":838,"props":839,"children":840},"style",{},[841],{"type":44,"value":842},"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":844,"total":1011},[845,864,883,894,907,923,934,947,953,965,978,998],{"slug":846,"name":846,"fn":847,"description":848,"org":849,"tags":850,"stars":861,"repoUrl":862,"updatedAt":863},"azure-arg-external-evaluation-policy-author","author and test Azure Resource Graph policies","Use when the user wants to author, design, or test an Azure Policy that queries Azure Resource Graph (ARG) at request-time — i.e. a policy whose deny\u002Faudit decision depends on data from elsewhere in the subscription (sibling\u002Fparent resource state, RG-wide invariants, multi-hop relationships, etc.). Formally called Azure Policy External Evaluation; sometimes referred to colloquially as \"Invoke\". Drives an iterative KQL co-design loop against the user's real subscription via `az graph query`, then emits a policy definition, assignment, `.http` test flow, and an `EXPLANATION.md` companion. Read-only; never provisions anything.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[851,852,855,858],{"name":11,"slug":8,"type":16},{"name":853,"slug":854,"type":16},"Compliance","compliance",{"name":856,"slug":857,"type":16},"Governance","governance",{"name":859,"slug":860,"type":16},"Policy","policy",1689,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":865,"name":865,"fn":866,"description":867,"org":868,"tags":869,"stars":880,"repoUrl":881,"updatedAt":882},"azure-blueprints-migration","migrate Azure Blueprints to Template Specs","Use when a user needs to migrate off Azure Blueprints (definitions and\u002For assignments) to Template Specs and Deployment Stacks before the January 31, 2027 retirement. Covers inventory, export, conversion to Bicep, policy decoupling, Template Spec publishing, Deployment Stack deployment with deny-settings, validation, and cutover.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[870,871,874,877],{"name":11,"slug":8,"type":16},{"name":872,"slug":873,"type":16},"Deployment","deployment",{"name":875,"slug":876,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":878,"slug":879,"type":16},"Migration","migration",261,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-08-20T03:28:18.136156",{"slug":78,"name":78,"fn":884,"description":885,"org":886,"tags":887,"stars":21,"repoUrl":22,"updatedAt":893},"select SAP Bill of Materials","Pick the right SDAF BOM for a target SAP product \u002F release \u002F DB platform \u002F version \u002F kernel \u002F topology. Explains where BOMs live in the samples repo (`SAP\u002F` for whole products, `BOM\u002F` for components), decodes the `ms`, `v####`, and `latest` suffix conventions, points at the compatibility guardrails (`supportedPlatforms`, `supportedDBVersions`, `supportedKernels`), and reminds the operator that the download flow needs four explicit BOM keys in `sap-parameters.yaml`. Use when a user says \"which BOM do I use\", \"product BOM vs component BOM\", \"SAP samples BOM catalog\", \"BOM_CATALOG\", \"S4\u002F2023 BOM\", \"HANA BOM\", or \"how do I pick a BOM for HANA\u002FOracle\u002FDB2\u002FASE\". Do NOT use to author a new BOM, to acquire media (`sdaf-media-acquisition`), or to troubleshoot a checksum \u002F 404 (`sdaf-media-diagnostics`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[888,889,892],{"name":11,"slug":8,"type":16},{"name":890,"slug":891,"type":16},"Configuration","configuration",{"name":19,"slug":20,"type":16},"2026-09-02T07:47:45.597063",{"slug":895,"name":895,"fn":896,"description":897,"org":898,"tags":899,"stars":21,"repoUrl":22,"updatedAt":906},"sdaf-control-plane-bootstrap","deploy SDAF control plane infrastructure","Deploy the SDAF control plane locally: prepare DEPLOYER and LIBRARY tfvars, review the plan, run `deploy_controlplane.sh` per `docs\u002Flocal\u002F03-00-control-plane.md § Run`, and validate the deployer + library + state hand-off. Grounded in `docs\u002Flocal\u002F03-00-control-plane.md`. Use when a user says \"deploy the SDAF control plane\", \"run deploy_controlplane.sh\", \"bootstrap SDAF from an empty subscription\", \"install the deployer\" or \"create the SAP library\". Do NOT use for workload zone (see sdaf-workload-zone), SAP system (see sdaf-sap-system), removal (`sdaf-safe-removal`), or Azure Government \u002F sovereign-cloud deltas (`sdaf-sovereign-cloud`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[900,901,902,905],{"name":11,"slug":8,"type":16},{"name":872,"slug":873,"type":16},{"name":903,"slug":904,"type":16},"Infrastructure","infrastructure",{"name":19,"slug":20,"type":16},"2026-09-02T07:46:51.573641",{"slug":908,"name":908,"fn":909,"description":910,"org":911,"tags":912,"stars":21,"repoUrl":22,"updatedAt":922},"sdaf-failure-triage","triage failed SAP automation runs","Triage a failed or suspicious SDAF run: distinguish a real failure from a green no-op or a clean plan reported as failure, map the observed symptom to a documented cause in `docs\u002Flocal\u002Ftroubleshooting.md`, and hand off to the stage-owning skill for retry. Use when a user says \"SDAF run failed\", \"my deploy exited non-zero\", \"the plan was clean but exit 1\", \"the run said success but nothing was deployed\", \"state lock error\", \"unexpected replacement\", \"control plane stopped partway\", \"generated hosts.yaml missing\", \"workload-zone private endpoint failure\", \"workload-zone subnet policy failure\", or \"SDAF exit 2\". Do NOT use to actually deploy or to redesign the workspace layout.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[913,914,917,918,919],{"name":11,"slug":8,"type":16},{"name":915,"slug":916,"type":16},"Diagnostics","diagnostics",{"name":14,"slug":15,"type":16},{"name":19,"slug":20,"type":16},{"name":920,"slug":921,"type":16},"Triage","triage","2026-09-02T07:47:40.607437",{"slug":924,"name":924,"fn":925,"description":926,"org":927,"tags":928,"stars":21,"repoUrl":22,"updatedAt":933},"sdaf-ha-diagnostics","diagnose SDAF high-availability cluster failures","Diagnose a live or recently failed SDAF high-availability cluster without changing cluster state. Start read-first: capture `crm status full` or `pcs status --full`, inspect SBD or fencing evidence, confirm current resource placement, and reuse existing quality-assurance or HCMT artifacts. Grounded in `docs\u002Flocal\u002F07-10-quality-assurance.md`, the shipped Pacemaker role vars\u002Ftasks, and the SAP Automation QA setup role. Use when a user says \"diagnose my HANA failover\", \"crm status\", \"pcs status\", \"check fencing\", \"why is the SCS\u002FERS cluster unhealthy\", \"offline_validation\u002Fcib\", or \"review an HCMT result zip\". Do NOT use for pre-deploy topology or design choices (see `sdaf-ha-topology`), fresh installation\u002Fdeploy, or disruptive failover\u002Ffencing exercises (see `sdaf-quality-assurance`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[929,930,931,932],{"name":11,"slug":8,"type":16},{"name":915,"slug":916,"type":16},{"name":14,"slug":15,"type":16},{"name":19,"slug":20,"type":16},"2026-09-02T07:48:04.154501",{"slug":935,"name":935,"fn":936,"description":937,"org":938,"tags":939,"stars":21,"repoUrl":22,"updatedAt":946},"sdaf-ha-topology","design high-availability SAP topologies","Choose the documented SDAF high-availability design before SAP-system deployment. Use when a user asks which HA topology to deploy, whether to use AFA or SBD, AFS or ANF, HANA scale-up or scale-out, whether ANGI is allowed, or which HA inputs must be set before deployment. Ground answers in the current support matrix, Ansible roles, sample tfvars, and validation logic. Do NOT use for live cluster diagnosis (sdaf-ha-diagnostics) or for running the installers (sdaf-sap-installation).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[940,943,944,945],{"name":941,"slug":942,"type":16},"Architecture","architecture",{"name":11,"slug":8,"type":16},{"name":903,"slug":904,"type":16},{"name":19,"slug":20,"type":16},"2026-09-02T07:47:43.405138",{"slug":4,"name":4,"fn":5,"description":6,"org":948,"tags":949,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[950,951,952],{"name":11,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"name":19,"slug":20,"type":16},{"slug":86,"name":86,"fn":954,"description":955,"org":956,"tags":957,"stars":21,"repoUrl":22,"updatedAt":964},"diagnose SDAF media and BOM processing","Diagnose SDAF software-download and BOM-processing failures after a BOM is already selected. Covers the documented local media path, SAP download, storage-account upload\u002Fdownload, checksum validation, and `SAPCAR` \u002F `.EXE` extraction. Use when a user says \"download_menu failed\", \"BOM downloader 404\", \"missing archive\", \"checksum mismatch\", \"SAPCAR failed\", \"bom-processing-done missing\", or \"my SPS07 media run can't find a file\". Do NOT use to choose a BOM (see `sdaf-bom-selection`), to run a clean first-time media download with no failure, or to diagnose a later non-media install failure.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[958,959,960,961],{"name":11,"slug":8,"type":16},{"name":915,"slug":916,"type":16},{"name":19,"slug":20,"type":16},{"name":962,"slug":963,"type":16},"Storage","storage","2026-09-02T07:48:06.369058",{"slug":966,"name":966,"fn":967,"description":968,"org":969,"tags":970,"stars":21,"repoUrl":22,"updatedAt":977},"sdaf-orientation-and-surface","orient users to SDAF architecture","Orient a newcomer to the SAP Deployment Automation Framework (SDAF): explain the spine (control plane → workload zone → SAP system → software → install → operate\u002Fremove), summarise the three execution surfaces (Local, Azure DevOps, GitHub Actions), and print the install command for the matching surface bootstrap plugin — as documented in this repository's `docs\u002FPLUGINS.md` — so the operator can run it manually. Use when a user says \"what is SDAF\", \"how is SDAF structured\", \"where do I start with SDAF\", \"which surface should I use\", \"SDAF Local vs ADO vs GitHub\", \"workstation vs Azure Pipelines vs GitHub workflows\", \"how do I install the SDAF ADO\u002FGitHub plugin\", or \"I'm new to SDAF\". Do NOT use for readiness pre-flight (see sdaf-readiness-check), workspace\u002Ftfvars layout (see sdaf-workspace-and-tfvars), or troubleshooting a failed run (see sdaf-failure-triage).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[971,972,973,976],{"name":941,"slug":942,"type":16},{"name":11,"slug":8,"type":16},{"name":974,"slug":975,"type":16},"Documentation","documentation",{"name":19,"slug":20,"type":16},"2026-09-02T07:46:52.116557",{"slug":979,"name":979,"fn":980,"description":981,"org":982,"tags":983,"stars":21,"repoUrl":22,"updatedAt":997},"sdaf-plan-and-test-semantics","manage SDAF plan and test semantics","Explain SDAF plan-only \u002F test \u002F apply semantics without pretending they are universal. Compares the documented Local commands, Azure DevOps wrapper pipelines, and GitHub Actions workflows for control plane, workload zone, and SAP system: local stage commands show Terraform plans and then apply after approval; ADO\u002FGitHub workload-zone and SAP-system test runs stop after the plan; the current hosted control-plane test options do not provide a plan-only run. Use when a user says \"what does test do in SDAF\", \"is this a real dry run\", \"plan-only vs apply\", \"workflow 01 dry-run\", \"pipeline 02 test\", or \"TEST_ONLY\". Do NOT use to actually deploy a stage or to triage a failed run (see sdaf-control-plane-bootstrap \u002F sdaf-workload-zone \u002F sdaf-sap-system \u002F sdaf-failure-triage).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[984,987,988,991,994],{"name":985,"slug":986,"type":16},"Automation","automation",{"name":11,"slug":8,"type":16},{"name":989,"slug":990,"type":16},"Azure DevOps","azure-devops",{"name":992,"slug":993,"type":16},"CI\u002FCD","ci-cd",{"name":995,"slug":996,"type":16},"GitHub Actions","github-actions","2026-09-02T07:48:08.951811",{"slug":999,"name":999,"fn":1000,"description":1001,"org":1002,"tags":1003,"stars":21,"repoUrl":22,"updatedAt":1010},"sdaf-quality-assurance","validate deployed SDAF SAP systems","Validate a deployed SDAF SAP system through the SDAF-owned QA entry points: the local quality-assurance menu and the documented Azure DevOps pipeline 13 path. Choose configuration checks vs functional tests, apply `TEST_GROUPS` \u002F `TEST_CASES` safely, interpret `quality_assurance\u002F` and `logs\u002F`, and enforce the documented boundary that the GitHub Actions wrapper is still pending. Use when a user says \"run quality assurance\", \"run configuration checks\", \"pipeline 13 QA\", \"offline HA validation\", or \"why does the report say No test results found\". Do NOT use to deploy the SAP system or generate `sap-parameters.yaml` \u002F `\u003CSID>_hosts.yaml` (see `sdaf-sap-system`), or for a generic failed-run report with no QA-stage context (see `sdaf-failure-triage`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1004,1005,1006,1009],{"name":985,"slug":986,"type":16},{"name":11,"slug":8,"type":16},{"name":1007,"slug":1008,"type":16},"Quality Assurance","quality-assurance",{"name":19,"slug":20,"type":16},"2026-09-02T07:46:49.932123",145,{"items":1013,"total":1062},[1014,1020,1027,1035,1042,1049,1055],{"slug":78,"name":78,"fn":884,"description":885,"org":1015,"tags":1016,"stars":21,"repoUrl":22,"updatedAt":893},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1017,1018,1019],{"name":11,"slug":8,"type":16},{"name":890,"slug":891,"type":16},{"name":19,"slug":20,"type":16},{"slug":895,"name":895,"fn":896,"description":897,"org":1021,"tags":1022,"stars":21,"repoUrl":22,"updatedAt":906},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1023,1024,1025,1026],{"name":11,"slug":8,"type":16},{"name":872,"slug":873,"type":16},{"name":903,"slug":904,"type":16},{"name":19,"slug":20,"type":16},{"slug":908,"name":908,"fn":909,"description":910,"org":1028,"tags":1029,"stars":21,"repoUrl":22,"updatedAt":922},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1030,1031,1032,1033,1034],{"name":11,"slug":8,"type":16},{"name":915,"slug":916,"type":16},{"name":14,"slug":15,"type":16},{"name":19,"slug":20,"type":16},{"name":920,"slug":921,"type":16},{"slug":924,"name":924,"fn":925,"description":926,"org":1036,"tags":1037,"stars":21,"repoUrl":22,"updatedAt":933},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1038,1039,1040,1041],{"name":11,"slug":8,"type":16},{"name":915,"slug":916,"type":16},{"name":14,"slug":15,"type":16},{"name":19,"slug":20,"type":16},{"slug":935,"name":935,"fn":936,"description":937,"org":1043,"tags":1044,"stars":21,"repoUrl":22,"updatedAt":946},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1045,1046,1047,1048],{"name":941,"slug":942,"type":16},{"name":11,"slug":8,"type":16},{"name":903,"slug":904,"type":16},{"name":19,"slug":20,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":1050,"tags":1051,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1052,1053,1054],{"name":11,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"name":19,"slug":20,"type":16},{"slug":86,"name":86,"fn":954,"description":955,"org":1056,"tags":1057,"stars":21,"repoUrl":22,"updatedAt":964},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1058,1059,1060,1061],{"name":11,"slug":8,"type":16},{"name":915,"slug":916,"type":16},{"name":19,"slug":20,"type":16},{"name":962,"slug":963,"type":16},18]