[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-wiki-page-writer":3,"mdc-t03pt1-key":41,"related-repo-microsoft-wiki-page-writer":1075,"related-org-microsoft-wiki-page-writer":1187},{"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":36,"sourceUrl":39,"mdContent":40},"wiki-page-writer","generate technical documentation and wiki pages","Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"microsoft","Microsoft","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmicrosoft.png",[12,16,17,20],{"name":13,"slug":14,"type":15},"Documentation","documentation","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Diagrams","diagrams",{"name":21,"slug":22,"type":15},"Technical Writing","technical-writing",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-07T06:53:53.828386","MIT",315,[29,30,31,32,33,34,35],"agent-skills","agents","azure","foundry","mcp","sdk","skills",{"repoUrl":24,"stars":23,"forks":27,"topics":37,"description":38},[29,30,31,32,33,34,35],"Skills, MCP servers, Custom Agents, Agents.md for SDKs to ground Coding Agents","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills\u002Ftree\u002FHEAD\u002F.github\u002Fplugins\u002Fdeep-wiki\u002Fskills\u002Fwiki-page-writer","---\nname: wiki-page-writer\ndescription: Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.\nlicense: MIT\nmetadata:\n  author: Microsoft\n  version: \"1.0.0\"\n---\n\n# Wiki Page Writer\n\nYou are a senior documentation engineer that generates comprehensive technical documentation pages with evidence-based depth.\n\n## When to Activate\n\n- User asks to document a specific component, system, or feature\n- User wants a technical deep-dive with diagrams\n- A wiki catalogue section needs its content generated\n\n## Source Repository Resolution (MUST DO FIRST)\n\nBefore generating any page, you MUST determine the source repository context:\n\n1. **Check for git remote**: Run `git remote get-url origin` to detect if a remote exists\n2. **Ask the user**: _\"Is this a local-only repository, or do you have a source repository URL (e.g., GitHub, Azure DevOps)?\"_\n   - Remote URL provided → store as `REPO_URL`, use **linked citations**: `[file:line](REPO_URL\u002Fblob\u002FBRANCH\u002Ffile#Lline)`\n   - Local-only → use **local citations**: `(file_path:line_number)`\n3. **Determine default branch**: Run `git rev-parse --abbrev-ref HEAD`\n4. **Do NOT proceed** until source repo context is resolved\n\n## Depth Requirements (NON-NEGOTIABLE)\n\n1. **TRACE ACTUAL CODE PATHS** — Do not guess from file names. Read the implementation.\n2. **EVERY CLAIM NEEDS A SOURCE** — File path + function\u002Fclass name.\n3. **DISTINGUISH FACT FROM INFERENCE** — If you read the code, say so. If inferring, mark it.\n4. **FIRST PRINCIPLES** — Explain WHY something exists before WHAT it does.\n5. **NO HAND-WAVING** — Don't say \"this likely handles...\" — read the code.\n\n## Procedure\n\n1. **Plan**: Determine scope, audience, and documentation budget based on file count\n2. **Analyze**: Read all relevant files; identify patterns, algorithms, dependencies, data flow\n3. **Write**: Generate structured Markdown with diagrams and citations\n4. **Validate**: Verify file paths exist, class names are accurate, Mermaid renders correctly\n\n## Mandatory Requirements\n\n### VitePress Frontmatter\nEvery page must have:\n```\n---\ntitle: \"Page Title\"\ndescription: \"One-line description\"\n---\n```\n\n### Mermaid Diagrams\n- **Minimum 3–5 per page** (scaled by scope: small=3, medium=4, large=5+)\n- **Use at least 2 different diagram types** — don't repeat the same type. Mix `graph`, `sequenceDiagram`, `classDiagram`, `stateDiagram-v2`, `erDiagram`, `flowchart` as appropriate\n- Use `autonumber` in all `sequenceDiagram` blocks\n- **Dark-mode colors (MANDATORY)**: node fills `#2d333b`, borders `#6d5dfc`, text `#e6edf3`\n- Subgraph backgrounds: `#161b22`, borders `#30363d`, lines `#8b949e`\n- If using inline `style`, use dark fills with `,color:#e6edf3`\n- Do NOT use `\u003Cbr\u002F>` (use `\u003Cbr>` or line breaks)\n- **Diagram selection**: structure → graph; behavior → sequence\u002Fstate; data → ER; decisions → flowchart\n\n### Citations\n- Every non-trivial claim needs a citation with the resolved format:\n  - **Remote repo**: `[src\u002Fpath\u002Ffile.ts:42](REPO_URL\u002Fblob\u002FBRANCH\u002Fsrc\u002Fpath\u002Ffile.ts#L42)`\n  - **Local repo**: `(src\u002Fpath\u002Ffile.ts:42)`\n  - **Line ranges**: `[src\u002Fpath\u002Ffile.ts:42-58](REPO_URL\u002Fblob\u002FBRANCH\u002Fsrc\u002Fpath\u002Ffile.ts#L42-L58)`\n- Minimum 5 different source files cited per page\n- If evidence is missing: `(Unknown – verify in path\u002Fto\u002Fcheck)`\n- **Mermaid diagrams**: Add a `\u003C!-- Sources: file_path:line, file_path:line -->` comment block immediately after each diagram\n- **Tables**: Include a \"Source\" column with linked citations when listing components, APIs, or configurations\n\n### Structure\n- Overview (explain WHY) → Architecture → Components → Data Flow → Implementation → References → Related Pages\n- **Use tables aggressively** — prefer tables over prose for any structured information (APIs, configs, components, comparisons)\n- **Summary tables first**: Start each major section with an at-a-glance summary table before details\n- Use comparison tables when introducing technologies or patterns — always compare side-by-side\n- Include a \"Source\" column with linked citations in tables listing code artifacts\n- Use bold for key terms, inline code for identifiers and paths\n- Include pseudocode in a familiar language when explaining complex code paths\n- **Progressive disclosure**: Start with the big picture, then drill into specifics — don't front-load details\n\n### Cross-References Between Wiki Pages\n- **Inline links**: When mentioning a concept, component, or pattern covered on another wiki page, link to it inline using relative Markdown links: `[Component Name](..\u002FNN-section\u002Fpage-name.md)` or `[Section Title](..\u002FNN-section\u002Fpage-name.md#heading-anchor)`\n- **Related Pages section**: End every page with a \"Related Pages\" section listing connected wiki pages:\n  ```markdown\n  ## Related Pages\n\n  | Page | Relationship |\n  |------|-------------|\n  | [Authentication](..\u002F02-architecture\u002Fauthentication.md) | Handles token validation used by this API |\n  | [Data Models](..\u002F03-data-layer\u002Fmodels.md) | Defines the entities processed here |\n  | [Contributor Guide](..\u002Fonboarding\u002Fcontributor-guide.md) | Setup instructions for this module |\n  ```\n- **Link format**: Use relative paths from the current file — VitePress resolves `.md` links to routes automatically\n- **Anchor links**: Link to specific sections with `#kebab-case-heading` anchors (e.g., `[error handling](..\u002F02-architecture\u002Foverview.md#error-handling)`)\n- **Bidirectional where possible**: If page A links to page B, page B should link back to page A\n\n### VitePress Compatibility\n- Escape bare generics outside code fences: `` `List\u003CT>` `` not bare `List\u003CT>`\n- No `\u003Cbr\u002F>` in Mermaid blocks\n- All hex colors must be 3 or 6 digits\n",{"data":42,"body":45},{"name":4,"description":6,"license":26,"metadata":43},{"author":9,"version":44},"1.0.0",{"type":46,"children":47},"root",[48,56,62,69,89,95,100,210,216,269,275,318,324,331,336,348,354,549,555,655,661,719,725,1025,1031,1070],{"type":49,"tag":50,"props":51,"children":52},"element","h1",{"id":4},[53],{"type":54,"value":55},"text","Wiki Page Writer",{"type":49,"tag":57,"props":58,"children":59},"p",{},[60],{"type":54,"value":61},"You are a senior documentation engineer that generates comprehensive technical documentation pages with evidence-based depth.",{"type":49,"tag":63,"props":64,"children":66},"h2",{"id":65},"when-to-activate",[67],{"type":54,"value":68},"When to Activate",{"type":49,"tag":70,"props":71,"children":72},"ul",{},[73,79,84],{"type":49,"tag":74,"props":75,"children":76},"li",{},[77],{"type":54,"value":78},"User asks to document a specific component, system, or feature",{"type":49,"tag":74,"props":80,"children":81},{},[82],{"type":54,"value":83},"User wants a technical deep-dive with diagrams",{"type":49,"tag":74,"props":85,"children":86},{},[87],{"type":54,"value":88},"A wiki catalogue section needs its content generated",{"type":49,"tag":63,"props":90,"children":92},{"id":91},"source-repository-resolution-must-do-first",[93],{"type":54,"value":94},"Source Repository Resolution (MUST DO FIRST)",{"type":49,"tag":57,"props":96,"children":97},{},[98],{"type":54,"value":99},"Before generating any page, you MUST determine the source repository context:",{"type":49,"tag":101,"props":102,"children":103},"ol",{},[104,124,185,200],{"type":49,"tag":74,"props":105,"children":106},{},[107,113,115,122],{"type":49,"tag":108,"props":109,"children":110},"strong",{},[111],{"type":54,"value":112},"Check for git remote",{"type":54,"value":114},": Run ",{"type":49,"tag":116,"props":117,"children":119},"code",{"className":118},[],[120],{"type":54,"value":121},"git remote get-url origin",{"type":54,"value":123}," to detect if a remote exists",{"type":49,"tag":74,"props":125,"children":126},{},[127,132,134,140],{"type":49,"tag":108,"props":128,"children":129},{},[130],{"type":54,"value":131},"Ask the user",{"type":54,"value":133},": ",{"type":49,"tag":135,"props":136,"children":137},"em",{},[138],{"type":54,"value":139},"\"Is this a local-only repository, or do you have a source repository URL (e.g., GitHub, Azure DevOps)?\"",{"type":49,"tag":70,"props":141,"children":142},{},[143,168],{"type":49,"tag":74,"props":144,"children":145},{},[146,148,154,156,161,162],{"type":54,"value":147},"Remote URL provided → store as ",{"type":49,"tag":116,"props":149,"children":151},{"className":150},[],[152],{"type":54,"value":153},"REPO_URL",{"type":54,"value":155},", use ",{"type":49,"tag":108,"props":157,"children":158},{},[159],{"type":54,"value":160},"linked citations",{"type":54,"value":133},{"type":49,"tag":116,"props":163,"children":165},{"className":164},[],[166],{"type":54,"value":167},"[file:line](REPO_URL\u002Fblob\u002FBRANCH\u002Ffile#Lline)",{"type":49,"tag":74,"props":169,"children":170},{},[171,173,178,179],{"type":54,"value":172},"Local-only → use ",{"type":49,"tag":108,"props":174,"children":175},{},[176],{"type":54,"value":177},"local citations",{"type":54,"value":133},{"type":49,"tag":116,"props":180,"children":182},{"className":181},[],[183],{"type":54,"value":184},"(file_path:line_number)",{"type":49,"tag":74,"props":186,"children":187},{},[188,193,194],{"type":49,"tag":108,"props":189,"children":190},{},[191],{"type":54,"value":192},"Determine default branch",{"type":54,"value":114},{"type":49,"tag":116,"props":195,"children":197},{"className":196},[],[198],{"type":54,"value":199},"git rev-parse --abbrev-ref HEAD",{"type":49,"tag":74,"props":201,"children":202},{},[203,208],{"type":49,"tag":108,"props":204,"children":205},{},[206],{"type":54,"value":207},"Do NOT proceed",{"type":54,"value":209}," until source repo context is resolved",{"type":49,"tag":63,"props":211,"children":213},{"id":212},"depth-requirements-non-negotiable",[214],{"type":54,"value":215},"Depth Requirements (NON-NEGOTIABLE)",{"type":49,"tag":101,"props":217,"children":218},{},[219,229,239,249,259],{"type":49,"tag":74,"props":220,"children":221},{},[222,227],{"type":49,"tag":108,"props":223,"children":224},{},[225],{"type":54,"value":226},"TRACE ACTUAL CODE PATHS",{"type":54,"value":228}," — Do not guess from file names. Read the implementation.",{"type":49,"tag":74,"props":230,"children":231},{},[232,237],{"type":49,"tag":108,"props":233,"children":234},{},[235],{"type":54,"value":236},"EVERY CLAIM NEEDS A SOURCE",{"type":54,"value":238}," — File path + function\u002Fclass name.",{"type":49,"tag":74,"props":240,"children":241},{},[242,247],{"type":49,"tag":108,"props":243,"children":244},{},[245],{"type":54,"value":246},"DISTINGUISH FACT FROM INFERENCE",{"type":54,"value":248}," — If you read the code, say so. If inferring, mark it.",{"type":49,"tag":74,"props":250,"children":251},{},[252,257],{"type":49,"tag":108,"props":253,"children":254},{},[255],{"type":54,"value":256},"FIRST PRINCIPLES",{"type":54,"value":258}," — Explain WHY something exists before WHAT it does.",{"type":49,"tag":74,"props":260,"children":261},{},[262,267],{"type":49,"tag":108,"props":263,"children":264},{},[265],{"type":54,"value":266},"NO HAND-WAVING",{"type":54,"value":268}," — Don't say \"this likely handles...\" — read the code.",{"type":49,"tag":63,"props":270,"children":272},{"id":271},"procedure",[273],{"type":54,"value":274},"Procedure",{"type":49,"tag":101,"props":276,"children":277},{},[278,288,298,308],{"type":49,"tag":74,"props":279,"children":280},{},[281,286],{"type":49,"tag":108,"props":282,"children":283},{},[284],{"type":54,"value":285},"Plan",{"type":54,"value":287},": Determine scope, audience, and documentation budget based on file count",{"type":49,"tag":74,"props":289,"children":290},{},[291,296],{"type":49,"tag":108,"props":292,"children":293},{},[294],{"type":54,"value":295},"Analyze",{"type":54,"value":297},": Read all relevant files; identify patterns, algorithms, dependencies, data flow",{"type":49,"tag":74,"props":299,"children":300},{},[301,306],{"type":49,"tag":108,"props":302,"children":303},{},[304],{"type":54,"value":305},"Write",{"type":54,"value":307},": Generate structured Markdown with diagrams and citations",{"type":49,"tag":74,"props":309,"children":310},{},[311,316],{"type":49,"tag":108,"props":312,"children":313},{},[314],{"type":54,"value":315},"Validate",{"type":54,"value":317},": Verify file paths exist, class names are accurate, Mermaid renders correctly",{"type":49,"tag":63,"props":319,"children":321},{"id":320},"mandatory-requirements",[322],{"type":54,"value":323},"Mandatory Requirements",{"type":49,"tag":325,"props":326,"children":328},"h3",{"id":327},"vitepress-frontmatter",[329],{"type":54,"value":330},"VitePress Frontmatter",{"type":49,"tag":57,"props":332,"children":333},{},[334],{"type":54,"value":335},"Every page must have:",{"type":49,"tag":337,"props":338,"children":342},"pre",{"className":339,"code":341,"language":54},[340],"language-text","---\ntitle: \"Page Title\"\ndescription: \"One-line description\"\n---\n",[343],{"type":49,"tag":116,"props":344,"children":346},{"__ignoreMap":345},"",[347],{"type":54,"value":341},{"type":49,"tag":325,"props":349,"children":351},{"id":350},"mermaid-diagrams",[352],{"type":54,"value":353},"Mermaid Diagrams",{"type":49,"tag":70,"props":355,"children":356},{},[357,367,421,441,473,499,518,539],{"type":49,"tag":74,"props":358,"children":359},{},[360,365],{"type":49,"tag":108,"props":361,"children":362},{},[363],{"type":54,"value":364},"Minimum 3–5 per page",{"type":54,"value":366}," (scaled by scope: small=3, medium=4, large=5+)",{"type":49,"tag":74,"props":368,"children":369},{},[370,375,377,383,385,391,392,398,399,405,406,412,413,419],{"type":49,"tag":108,"props":371,"children":372},{},[373],{"type":54,"value":374},"Use at least 2 different diagram types",{"type":54,"value":376}," — don't repeat the same type. Mix ",{"type":49,"tag":116,"props":378,"children":380},{"className":379},[],[381],{"type":54,"value":382},"graph",{"type":54,"value":384},", ",{"type":49,"tag":116,"props":386,"children":388},{"className":387},[],[389],{"type":54,"value":390},"sequenceDiagram",{"type":54,"value":384},{"type":49,"tag":116,"props":393,"children":395},{"className":394},[],[396],{"type":54,"value":397},"classDiagram",{"type":54,"value":384},{"type":49,"tag":116,"props":400,"children":402},{"className":401},[],[403],{"type":54,"value":404},"stateDiagram-v2",{"type":54,"value":384},{"type":49,"tag":116,"props":407,"children":409},{"className":408},[],[410],{"type":54,"value":411},"erDiagram",{"type":54,"value":384},{"type":49,"tag":116,"props":414,"children":416},{"className":415},[],[417],{"type":54,"value":418},"flowchart",{"type":54,"value":420}," as appropriate",{"type":49,"tag":74,"props":422,"children":423},{},[424,426,432,434,439],{"type":54,"value":425},"Use ",{"type":49,"tag":116,"props":427,"children":429},{"className":428},[],[430],{"type":54,"value":431},"autonumber",{"type":54,"value":433}," in all ",{"type":49,"tag":116,"props":435,"children":437},{"className":436},[],[438],{"type":54,"value":390},{"type":54,"value":440}," blocks",{"type":49,"tag":74,"props":442,"children":443},{},[444,449,451,457,459,465,467],{"type":49,"tag":108,"props":445,"children":446},{},[447],{"type":54,"value":448},"Dark-mode colors (MANDATORY)",{"type":54,"value":450},": node fills ",{"type":49,"tag":116,"props":452,"children":454},{"className":453},[],[455],{"type":54,"value":456},"#2d333b",{"type":54,"value":458},", borders ",{"type":49,"tag":116,"props":460,"children":462},{"className":461},[],[463],{"type":54,"value":464},"#6d5dfc",{"type":54,"value":466},", text ",{"type":49,"tag":116,"props":468,"children":470},{"className":469},[],[471],{"type":54,"value":472},"#e6edf3",{"type":49,"tag":74,"props":474,"children":475},{},[476,478,484,485,491,493],{"type":54,"value":477},"Subgraph backgrounds: ",{"type":49,"tag":116,"props":479,"children":481},{"className":480},[],[482],{"type":54,"value":483},"#161b22",{"type":54,"value":458},{"type":49,"tag":116,"props":486,"children":488},{"className":487},[],[489],{"type":54,"value":490},"#30363d",{"type":54,"value":492},", lines ",{"type":49,"tag":116,"props":494,"children":496},{"className":495},[],[497],{"type":54,"value":498},"#8b949e",{"type":49,"tag":74,"props":500,"children":501},{},[502,504,510,512],{"type":54,"value":503},"If using inline ",{"type":49,"tag":116,"props":505,"children":507},{"className":506},[],[508],{"type":54,"value":509},"style",{"type":54,"value":511},", use dark fills with ",{"type":49,"tag":116,"props":513,"children":515},{"className":514},[],[516],{"type":54,"value":517},",color:#e6edf3",{"type":49,"tag":74,"props":519,"children":520},{},[521,523,529,531,537],{"type":54,"value":522},"Do NOT use ",{"type":49,"tag":116,"props":524,"children":526},{"className":525},[],[527],{"type":54,"value":528},"\u003Cbr\u002F>",{"type":54,"value":530}," (use ",{"type":49,"tag":116,"props":532,"children":534},{"className":533},[],[535],{"type":54,"value":536},"\u003Cbr>",{"type":54,"value":538}," or line breaks)",{"type":49,"tag":74,"props":540,"children":541},{},[542,547],{"type":49,"tag":108,"props":543,"children":544},{},[545],{"type":54,"value":546},"Diagram selection",{"type":54,"value":548},": structure → graph; behavior → sequence\u002Fstate; data → ER; decisions → flowchart",{"type":49,"tag":325,"props":550,"children":552},{"id":551},"citations",[553],{"type":54,"value":554},"Citations",{"type":49,"tag":70,"props":556,"children":557},{},[558,611,616,627,645],{"type":49,"tag":74,"props":559,"children":560},{},[561,563],{"type":54,"value":562},"Every non-trivial claim needs a citation with the resolved format:\n",{"type":49,"tag":70,"props":564,"children":565},{},[566,581,596],{"type":49,"tag":74,"props":567,"children":568},{},[569,574,575],{"type":49,"tag":108,"props":570,"children":571},{},[572],{"type":54,"value":573},"Remote repo",{"type":54,"value":133},{"type":49,"tag":116,"props":576,"children":578},{"className":577},[],[579],{"type":54,"value":580},"[src\u002Fpath\u002Ffile.ts:42](REPO_URL\u002Fblob\u002FBRANCH\u002Fsrc\u002Fpath\u002Ffile.ts#L42)",{"type":49,"tag":74,"props":582,"children":583},{},[584,589,590],{"type":49,"tag":108,"props":585,"children":586},{},[587],{"type":54,"value":588},"Local repo",{"type":54,"value":133},{"type":49,"tag":116,"props":591,"children":593},{"className":592},[],[594],{"type":54,"value":595},"(src\u002Fpath\u002Ffile.ts:42)",{"type":49,"tag":74,"props":597,"children":598},{},[599,604,605],{"type":49,"tag":108,"props":600,"children":601},{},[602],{"type":54,"value":603},"Line ranges",{"type":54,"value":133},{"type":49,"tag":116,"props":606,"children":608},{"className":607},[],[609],{"type":54,"value":610},"[src\u002Fpath\u002Ffile.ts:42-58](REPO_URL\u002Fblob\u002FBRANCH\u002Fsrc\u002Fpath\u002Ffile.ts#L42-L58)",{"type":49,"tag":74,"props":612,"children":613},{},[614],{"type":54,"value":615},"Minimum 5 different source files cited per page",{"type":49,"tag":74,"props":617,"children":618},{},[619,621],{"type":54,"value":620},"If evidence is missing: ",{"type":49,"tag":116,"props":622,"children":624},{"className":623},[],[625],{"type":54,"value":626},"(Unknown – verify in path\u002Fto\u002Fcheck)",{"type":49,"tag":74,"props":628,"children":629},{},[630,635,637,643],{"type":49,"tag":108,"props":631,"children":632},{},[633],{"type":54,"value":634},"Mermaid diagrams",{"type":54,"value":636},": Add a ",{"type":49,"tag":116,"props":638,"children":640},{"className":639},[],[641],{"type":54,"value":642},"\u003C!-- Sources: file_path:line, file_path:line -->",{"type":54,"value":644}," comment block immediately after each diagram",{"type":49,"tag":74,"props":646,"children":647},{},[648,653],{"type":49,"tag":108,"props":649,"children":650},{},[651],{"type":54,"value":652},"Tables",{"type":54,"value":654},": Include a \"Source\" column with linked citations when listing components, APIs, or configurations",{"type":49,"tag":325,"props":656,"children":658},{"id":657},"structure",[659],{"type":54,"value":660},"Structure",{"type":49,"tag":70,"props":662,"children":663},{},[664,669,679,689,694,699,704,709],{"type":49,"tag":74,"props":665,"children":666},{},[667],{"type":54,"value":668},"Overview (explain WHY) → Architecture → Components → Data Flow → Implementation → References → Related Pages",{"type":49,"tag":74,"props":670,"children":671},{},[672,677],{"type":49,"tag":108,"props":673,"children":674},{},[675],{"type":54,"value":676},"Use tables aggressively",{"type":54,"value":678}," — prefer tables over prose for any structured information (APIs, configs, components, comparisons)",{"type":49,"tag":74,"props":680,"children":681},{},[682,687],{"type":49,"tag":108,"props":683,"children":684},{},[685],{"type":54,"value":686},"Summary tables first",{"type":54,"value":688},": Start each major section with an at-a-glance summary table before details",{"type":49,"tag":74,"props":690,"children":691},{},[692],{"type":54,"value":693},"Use comparison tables when introducing technologies or patterns — always compare side-by-side",{"type":49,"tag":74,"props":695,"children":696},{},[697],{"type":54,"value":698},"Include a \"Source\" column with linked citations in tables listing code artifacts",{"type":49,"tag":74,"props":700,"children":701},{},[702],{"type":54,"value":703},"Use bold for key terms, inline code for identifiers and paths",{"type":49,"tag":74,"props":705,"children":706},{},[707],{"type":54,"value":708},"Include pseudocode in a familiar language when explaining complex code paths",{"type":49,"tag":74,"props":710,"children":711},{},[712,717],{"type":49,"tag":108,"props":713,"children":714},{},[715],{"type":54,"value":716},"Progressive disclosure",{"type":54,"value":718},": Start with the big picture, then drill into specifics — don't front-load details",{"type":49,"tag":325,"props":720,"children":722},{"id":721},"cross-references-between-wiki-pages",[723],{"type":54,"value":724},"Cross-References Between Wiki Pages",{"type":49,"tag":70,"props":726,"children":727},{},[728,752,972,990,1015],{"type":49,"tag":74,"props":729,"children":730},{},[731,736,738,744,746],{"type":49,"tag":108,"props":732,"children":733},{},[734],{"type":54,"value":735},"Inline links",{"type":54,"value":737},": When mentioning a concept, component, or pattern covered on another wiki page, link to it inline using relative Markdown links: ",{"type":49,"tag":116,"props":739,"children":741},{"className":740},[],[742],{"type":54,"value":743},"[Component Name](..\u002FNN-section\u002Fpage-name.md)",{"type":54,"value":745}," or ",{"type":49,"tag":116,"props":747,"children":749},{"className":748},[],[750],{"type":54,"value":751},"[Section Title](..\u002FNN-section\u002Fpage-name.md#heading-anchor)",{"type":49,"tag":74,"props":753,"children":754},{},[755,760,762],{"type":49,"tag":108,"props":756,"children":757},{},[758],{"type":54,"value":759},"Related Pages section",{"type":54,"value":761},": End every page with a \"Related Pages\" section listing connected wiki pages:\n",{"type":49,"tag":337,"props":763,"children":767},{"className":764,"code":765,"language":766,"meta":345,"style":345},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","## Related Pages\n\n| Page | Relationship |\n|------|-------------|\n| [Authentication](..\u002F02-architecture\u002Fauthentication.md) | Handles token validation used by this API |\n| [Data Models](..\u002F03-data-layer\u002Fmodels.md) | Defines the entities processed here |\n| [Contributor Guide](..\u002Fonboarding\u002Fcontributor-guide.md) | Setup instructions for this module |\n","markdown",[768],{"type":49,"tag":116,"props":769,"children":770},{"__ignoreMap":345},[771,789,799,828,837,886,929],{"type":49,"tag":772,"props":773,"children":776},"span",{"class":774,"line":775},"line",1,[777,783],{"type":49,"tag":772,"props":778,"children":780},{"style":779},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[781],{"type":54,"value":782},"## ",{"type":49,"tag":772,"props":784,"children":786},{"style":785},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[787],{"type":54,"value":788},"Related Pages\n",{"type":49,"tag":772,"props":790,"children":792},{"class":774,"line":791},2,[793],{"type":49,"tag":772,"props":794,"children":796},{"emptyLinePlaceholder":795},true,[797],{"type":54,"value":798},"\n",{"type":49,"tag":772,"props":800,"children":802},{"class":774,"line":801},3,[803,808,814,818,823],{"type":49,"tag":772,"props":804,"children":805},{"style":779},[806],{"type":54,"value":807},"|",{"type":49,"tag":772,"props":809,"children":811},{"style":810},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[812],{"type":54,"value":813}," Page ",{"type":49,"tag":772,"props":815,"children":816},{"style":779},[817],{"type":54,"value":807},{"type":49,"tag":772,"props":819,"children":820},{"style":810},[821],{"type":54,"value":822}," Relationship ",{"type":49,"tag":772,"props":824,"children":825},{"style":779},[826],{"type":54,"value":827},"|\n",{"type":49,"tag":772,"props":829,"children":831},{"class":774,"line":830},4,[832],{"type":49,"tag":772,"props":833,"children":834},{"style":779},[835],{"type":54,"value":836},"|------|-------------|\n",{"type":49,"tag":772,"props":838,"children":840},{"class":774,"line":839},5,[841,845,850,856,861,867,872,877,882],{"type":49,"tag":772,"props":842,"children":843},{"style":779},[844],{"type":54,"value":807},{"type":49,"tag":772,"props":846,"children":847},{"style":779},[848],{"type":54,"value":849}," [",{"type":49,"tag":772,"props":851,"children":853},{"style":852},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[854],{"type":54,"value":855},"Authentication",{"type":49,"tag":772,"props":857,"children":858},{"style":779},[859],{"type":54,"value":860},"](",{"type":49,"tag":772,"props":862,"children":864},{"style":863},"--shiki-light:#E53935;--shiki-light-text-decoration:underline;--shiki-default:#F07178;--shiki-default-text-decoration:underline;--shiki-dark:#F07178;--shiki-dark-text-decoration:underline",[865],{"type":54,"value":866},"..\u002F02-architecture\u002Fauthentication.md",{"type":49,"tag":772,"props":868,"children":869},{"style":779},[870],{"type":54,"value":871},")",{"type":49,"tag":772,"props":873,"children":874},{"style":779},[875],{"type":54,"value":876}," |",{"type":49,"tag":772,"props":878,"children":879},{"style":810},[880],{"type":54,"value":881}," Handles token validation used by this API ",{"type":49,"tag":772,"props":883,"children":884},{"style":779},[885],{"type":54,"value":827},{"type":49,"tag":772,"props":887,"children":889},{"class":774,"line":888},6,[890,894,898,903,907,912,916,920,925],{"type":49,"tag":772,"props":891,"children":892},{"style":779},[893],{"type":54,"value":807},{"type":49,"tag":772,"props":895,"children":896},{"style":779},[897],{"type":54,"value":849},{"type":49,"tag":772,"props":899,"children":900},{"style":852},[901],{"type":54,"value":902},"Data Models",{"type":49,"tag":772,"props":904,"children":905},{"style":779},[906],{"type":54,"value":860},{"type":49,"tag":772,"props":908,"children":909},{"style":863},[910],{"type":54,"value":911},"..\u002F03-data-layer\u002Fmodels.md",{"type":49,"tag":772,"props":913,"children":914},{"style":779},[915],{"type":54,"value":871},{"type":49,"tag":772,"props":917,"children":918},{"style":779},[919],{"type":54,"value":876},{"type":49,"tag":772,"props":921,"children":922},{"style":810},[923],{"type":54,"value":924}," Defines the entities processed here ",{"type":49,"tag":772,"props":926,"children":927},{"style":779},[928],{"type":54,"value":827},{"type":49,"tag":772,"props":930,"children":932},{"class":774,"line":931},7,[933,937,941,946,950,955,959,963,968],{"type":49,"tag":772,"props":934,"children":935},{"style":779},[936],{"type":54,"value":807},{"type":49,"tag":772,"props":938,"children":939},{"style":779},[940],{"type":54,"value":849},{"type":49,"tag":772,"props":942,"children":943},{"style":852},[944],{"type":54,"value":945},"Contributor Guide",{"type":49,"tag":772,"props":947,"children":948},{"style":779},[949],{"type":54,"value":860},{"type":49,"tag":772,"props":951,"children":952},{"style":863},[953],{"type":54,"value":954},"..\u002Fonboarding\u002Fcontributor-guide.md",{"type":49,"tag":772,"props":956,"children":957},{"style":779},[958],{"type":54,"value":871},{"type":49,"tag":772,"props":960,"children":961},{"style":779},[962],{"type":54,"value":876},{"type":49,"tag":772,"props":964,"children":965},{"style":810},[966],{"type":54,"value":967}," Setup instructions for this module ",{"type":49,"tag":772,"props":969,"children":970},{"style":779},[971],{"type":54,"value":827},{"type":49,"tag":74,"props":973,"children":974},{},[975,980,982,988],{"type":49,"tag":108,"props":976,"children":977},{},[978],{"type":54,"value":979},"Link format",{"type":54,"value":981},": Use relative paths from the current file — VitePress resolves ",{"type":49,"tag":116,"props":983,"children":985},{"className":984},[],[986],{"type":54,"value":987},".md",{"type":54,"value":989}," links to routes automatically",{"type":49,"tag":74,"props":991,"children":992},{},[993,998,1000,1006,1008,1014],{"type":49,"tag":108,"props":994,"children":995},{},[996],{"type":54,"value":997},"Anchor links",{"type":54,"value":999},": Link to specific sections with ",{"type":49,"tag":116,"props":1001,"children":1003},{"className":1002},[],[1004],{"type":54,"value":1005},"#kebab-case-heading",{"type":54,"value":1007}," anchors (e.g., ",{"type":49,"tag":116,"props":1009,"children":1011},{"className":1010},[],[1012],{"type":54,"value":1013},"[error handling](..\u002F02-architecture\u002Foverview.md#error-handling)",{"type":54,"value":871},{"type":49,"tag":74,"props":1016,"children":1017},{},[1018,1023],{"type":49,"tag":108,"props":1019,"children":1020},{},[1021],{"type":54,"value":1022},"Bidirectional where possible",{"type":54,"value":1024},": If page A links to page B, page B should link back to page A",{"type":49,"tag":325,"props":1026,"children":1028},{"id":1027},"vitepress-compatibility",[1029],{"type":54,"value":1030},"VitePress Compatibility",{"type":49,"tag":70,"props":1032,"children":1033},{},[1034,1053,1065],{"type":49,"tag":74,"props":1035,"children":1036},{},[1037,1039,1045,1047],{"type":54,"value":1038},"Escape bare generics outside code fences: ",{"type":49,"tag":116,"props":1040,"children":1042},{"className":1041},[],[1043],{"type":54,"value":1044},"`List\u003CT>`",{"type":54,"value":1046}," not bare ",{"type":49,"tag":116,"props":1048,"children":1050},{"className":1049},[],[1051],{"type":54,"value":1052},"List\u003CT>",{"type":49,"tag":74,"props":1054,"children":1055},{},[1056,1058,1063],{"type":54,"value":1057},"No ",{"type":49,"tag":116,"props":1059,"children":1061},{"className":1060},[],[1062],{"type":54,"value":528},{"type":54,"value":1064}," in Mermaid blocks",{"type":49,"tag":74,"props":1066,"children":1067},{},[1068],{"type":54,"value":1069},"All hex colors must be 3 or 6 digits",{"type":49,"tag":509,"props":1071,"children":1072},{},[1073],{"type":54,"value":1074},"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":1076,"total":1186},[1077,1094,1115,1130,1147,1158,1171],{"slug":1078,"name":1078,"fn":1079,"description":1080,"org":1081,"tags":1082,"stars":23,"repoUrl":24,"updatedAt":1093},"azure-ai-agents-persistent-dotnet","build AI agents with Azure .NET SDK","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1083,1086,1088,1090],{"name":1084,"slug":1085,"type":15},".NET","net",{"name":1087,"slug":30,"type":15},"Agents",{"name":1089,"slug":31,"type":15},"Azure",{"name":1091,"slug":1092,"type":15},"LLM","llm","2026-07-03T16:32:10.297433",{"slug":1095,"name":1095,"fn":1096,"description":1097,"org":1098,"tags":1099,"stars":23,"repoUrl":24,"updatedAt":1114},"azure-ai-anomalydetector-java","build anomaly detection applications with Java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate\u002Fmultivariate anomaly detection, time-series analysis, or AI-powered monitoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1100,1103,1104,1107,1110,1111],{"name":1101,"slug":1102,"type":15},"Analytics","analytics",{"name":1089,"slug":31,"type":15},{"name":1105,"slug":1106,"type":15},"Data Analysis","data-analysis",{"name":1108,"slug":1109,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":1112,"slug":1113,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":1116,"name":1116,"fn":1117,"description":1118,"org":1119,"tags":1120,"stars":23,"repoUrl":24,"updatedAt":1129},"azure-ai-contentsafety-java","build content moderation applications with Azure AI","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text\u002Fimage analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1121,1124,1125,1126],{"name":1122,"slug":1123,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1089,"slug":31,"type":15},{"name":1108,"slug":1109,"type":15},{"name":1127,"slug":1128,"type":15},"Security","security","2026-07-07T06:53:31.293235",{"slug":1131,"name":1131,"fn":1132,"description":1133,"org":1134,"tags":1135,"stars":23,"repoUrl":24,"updatedAt":1146},"azure-ai-contentsafety-py","detect harmful content with Azure AI Content Safety","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1136,1137,1140,1141,1142,1145],{"name":1089,"slug":31,"type":15},{"name":1138,"slug":1139,"type":15},"Compliance","compliance",{"name":1091,"slug":1092,"type":15},{"name":9,"slug":8,"type":15},{"name":1143,"slug":1144,"type":15},"Python","python",{"name":1127,"slug":1128,"type":15},"2026-07-18T05:14:23.017504",{"slug":1148,"name":1148,"fn":1149,"description":1150,"org":1151,"tags":1152,"stars":23,"repoUrl":24,"updatedAt":1157},"azure-ai-language-conversations-py","implement conversational language understanding with Python","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1153,1154,1155,1156],{"name":1101,"slug":1102,"type":15},{"name":1089,"slug":31,"type":15},{"name":1091,"slug":1092,"type":15},{"name":1143,"slug":1144,"type":15},"2026-07-31T05:54:29.068751",{"slug":1159,"name":1159,"fn":1160,"description":1161,"org":1162,"tags":1163,"stars":23,"repoUrl":24,"updatedAt":1170},"azure-ai-translation-text-py","translate text using Azure AI services","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1164,1167,1168,1169],{"name":1165,"slug":1166,"type":15},"API Development","api-development",{"name":1089,"slug":31,"type":15},{"name":9,"slug":8,"type":15},{"name":1143,"slug":1144,"type":15},"2026-07-18T05:14:16.988376",{"slug":1172,"name":1172,"fn":1173,"description":1174,"org":1175,"tags":1176,"stars":23,"repoUrl":24,"updatedAt":1185},"azure-ai-vision-imageanalysis-py","analyze images with Azure AI Vision","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1177,1178,1181,1184],{"name":1089,"slug":31,"type":15},{"name":1179,"slug":1180,"type":15},"Computer Vision","computer-vision",{"name":1182,"slug":1183,"type":15},"Images","images",{"name":1143,"slug":1144,"type":15},"2026-07-18T05:14:18.007737",38,{"items":1188,"total":1323},[1189,1211,1218,1227,1234,1243,1250,1257,1264,1279,1298,1311],{"slug":1190,"name":1190,"fn":1191,"description":1192,"org":1193,"tags":1194,"stars":1208,"repoUrl":1209,"updatedAt":1210},"rushstack-best-practices","manage Rush monorepos with best practices","Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1195,1198,1201,1202,1205],{"name":1196,"slug":1197,"type":15},"Engineering","engineering",{"name":1199,"slug":1200,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":1203,"slug":1204,"type":15},"Project Management","project-management",{"name":1206,"slug":1207,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":1078,"name":1078,"fn":1079,"description":1080,"org":1212,"tags":1213,"stars":23,"repoUrl":24,"updatedAt":1093},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1214,1215,1216,1217],{"name":1084,"slug":1085,"type":15},{"name":1087,"slug":30,"type":15},{"name":1089,"slug":31,"type":15},{"name":1091,"slug":1092,"type":15},{"slug":1095,"name":1095,"fn":1096,"description":1097,"org":1219,"tags":1220,"stars":23,"repoUrl":24,"updatedAt":1114},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1221,1222,1223,1224,1225,1226],{"name":1101,"slug":1102,"type":15},{"name":1089,"slug":31,"type":15},{"name":1105,"slug":1106,"type":15},{"name":1108,"slug":1109,"type":15},{"name":9,"slug":8,"type":15},{"name":1112,"slug":1113,"type":15},{"slug":1116,"name":1116,"fn":1117,"description":1118,"org":1228,"tags":1229,"stars":23,"repoUrl":24,"updatedAt":1129},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1230,1231,1232,1233],{"name":1122,"slug":1123,"type":15},{"name":1089,"slug":31,"type":15},{"name":1108,"slug":1109,"type":15},{"name":1127,"slug":1128,"type":15},{"slug":1131,"name":1131,"fn":1132,"description":1133,"org":1235,"tags":1236,"stars":23,"repoUrl":24,"updatedAt":1146},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1237,1238,1239,1240,1241,1242],{"name":1089,"slug":31,"type":15},{"name":1138,"slug":1139,"type":15},{"name":1091,"slug":1092,"type":15},{"name":9,"slug":8,"type":15},{"name":1143,"slug":1144,"type":15},{"name":1127,"slug":1128,"type":15},{"slug":1148,"name":1148,"fn":1149,"description":1150,"org":1244,"tags":1245,"stars":23,"repoUrl":24,"updatedAt":1157},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1246,1247,1248,1249],{"name":1101,"slug":1102,"type":15},{"name":1089,"slug":31,"type":15},{"name":1091,"slug":1092,"type":15},{"name":1143,"slug":1144,"type":15},{"slug":1159,"name":1159,"fn":1160,"description":1161,"org":1251,"tags":1252,"stars":23,"repoUrl":24,"updatedAt":1170},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1253,1254,1255,1256],{"name":1165,"slug":1166,"type":15},{"name":1089,"slug":31,"type":15},{"name":9,"slug":8,"type":15},{"name":1143,"slug":1144,"type":15},{"slug":1172,"name":1172,"fn":1173,"description":1174,"org":1258,"tags":1259,"stars":23,"repoUrl":24,"updatedAt":1185},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1260,1261,1262,1263],{"name":1089,"slug":31,"type":15},{"name":1179,"slug":1180,"type":15},{"name":1182,"slug":1183,"type":15},{"name":1143,"slug":1144,"type":15},{"slug":1265,"name":1265,"fn":1266,"description":1267,"org":1268,"tags":1269,"stars":23,"repoUrl":24,"updatedAt":1278},"azure-appconfiguration-java","manage configuration with Azure App Configuration","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1270,1271,1274,1277],{"name":1089,"slug":31,"type":15},{"name":1272,"slug":1273,"type":15},"Configuration","configuration",{"name":1275,"slug":1276,"type":15},"Feature Flags","feature-flags",{"name":1108,"slug":1109,"type":15},"2026-07-03T16:32:01.278468",{"slug":1280,"name":1280,"fn":1281,"description":1282,"org":1283,"tags":1284,"stars":23,"repoUrl":24,"updatedAt":1297},"azure-cosmos-rust","build applications with Azure Cosmos DB","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1285,1288,1291,1294],{"name":1286,"slug":1287,"type":15},"Cosmos DB","cosmos-db",{"name":1289,"slug":1290,"type":15},"Database","database",{"name":1292,"slug":1293,"type":15},"NoSQL","nosql",{"name":1295,"slug":1296,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":1299,"name":1299,"fn":1281,"description":1300,"org":1301,"tags":1302,"stars":23,"repoUrl":24,"updatedAt":1310},"azure-cosmos-ts","Azure Cosmos DB JavaScript\u002FTypeScript SDK (@azure\u002Fcosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure\u002Fcosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1303,1304,1305,1306,1307],{"name":1286,"slug":1287,"type":15},{"name":1289,"slug":1290,"type":15},{"name":9,"slug":8,"type":15},{"name":1292,"slug":1293,"type":15},{"name":1308,"slug":1309,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":1312,"name":1312,"fn":1313,"description":1314,"org":1315,"tags":1316,"stars":23,"repoUrl":24,"updatedAt":1322},"azure-data-tables-java","build table storage applications with Java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1317,1318,1319,1320,1321],{"name":1089,"slug":31,"type":15},{"name":1286,"slug":1287,"type":15},{"name":1289,"slug":1290,"type":15},{"name":1108,"slug":1109,"type":15},{"name":1292,"slug":1293,"type":15},"2026-05-13T06:14:17.582229",267]