[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-list-apps":3,"mdc--uty88k-key":30,"related-org-microsoft-list-apps":476,"related-repo-microsoft-list-apps":673},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":26,"sourceUrl":28,"mdContent":29},"list-apps","discover Microsoft Apps in the environment","Discovers Microsoft Apps in the active environment via `ms app list --json` and optional `ms app show --json`. Use when listing or locating apps.",{"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,19],{"name":13,"slug":14,"type":15},"Operations","operations","tag",{"name":17,"slug":18,"type":15},"CLI","cli",{"name":9,"slug":8,"type":15},2,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002FManaged-Apps","2026-07-03T16:31:37.983568",null,3,[],{"repoUrl":21,"stars":20,"forks":24,"topics":27,"description":23},[],"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002FManaged-Apps\u002Ftree\u002FHEAD\u002Fplugins\u002Fmicrosoft-managed-apps\u002Fskills\u002Flist-apps","---\nname: list-apps\ndescription: Discovers Microsoft Apps in the active environment via `ms app list --json` and optional `ms app show --json`. Use when listing or locating apps.\nuser-invocable: true\nallowed-tools: Read, Grep, Bash, AskUserQuestion\nmodel: sonnet\n---\n\n**📋 Shared Instructions: [shared-instructions.md](${CLAUDE_PLUGIN_ROOT}\u002Fshared\u002Fshared-instructions.md)** — Cross-cutting concerns.\n\n# List Apps\n\nLists apps the active CLI account can see in the active environment, or shows full metadata for a single app.\n\n## Workflow\n\n1. Memory Bank → 2. Verify Env → 3. Mode (list \u002F show) → 4. Output\n\n---\n\n### Step 1: Check Memory Bank\n\nIf a project memory bank exists, read it for the app's environment, if recorded, to know which environment the app was created in. Otherwise prompt the user for the environment they want to query (or accept \"current default\"). Note: `ms app list` reports apps for the signed-in account's resolved environment and has no environment-targeting flag, so the memory bank here is for context\u002Fverification — it does not scope the listing.\n\n### Step 2: Verify Env\n\n```bash\nBIN=ms\n$BIN auth status                                       # confirm the right account\n```\n\nThe listing scopes to the active environment (the auto-routed Developer environment unless a specific one was targeted at create time).\n\n### Step 3: Mode\n\nAsk (or infer from the user's prompt):\n\n- **list** — enumerate all apps the account can see.\n- **show \u003Capp-id>** — full metadata for one app (display name, GUID, environment, version, build info, share count, creation\u002Fmodification dates).\n\n### Step 4: Output\n\n**List:**\n\n```bash\n$BIN app list --json\n```\n\nPretty-print the JSON. Default columns when summarizing for the user: `displayName | appId | environmentId | version | lastModified`.\n\nIf the list is long (>20 entries), ask the user whether they want to filter (by display-name substring) before printing. The CLI itself returns everything; the filtering happens in this skill.\n\n**Show:**\n\n```bash\n$BIN app show --app \"$APP_ID\" --json\n```\n\nPretty-print the full envelope. Highlight: `appId`, `displayName`, `environmentId`, `version`, `lastDeployedCommit`, `shareCount`, and any `status` fields surfaced by the service.\n\n---\n\n## Useful as a Subroutine\n\nOther skills (`\u002Fdelete-app`, `\u002Fshare`, `\u002Fdeploy`) can invoke this skill to resolve an app GUID from a display-name substring. When invoked as a subroutine, take the search term as `$ARG1` and return only the matching `appId` \u002F `displayName` pairs — skip the interactive prompts.\n\n## Drift Check\n\nAfter listing, if the user is currently in a project workspace with `ms.config.json`, cross-check the `appId` there against the list:\n\n- **Match found**: confirm the local app exists and surface its current service-side state.\n- **No match**: warn the user — `ms.config.json` references an app that doesn't exist (or isn't visible) in the active environment. Likely causes: wrong target environment, the app was deleted, or auth is on the wrong tenant.\n",{"data":31,"body":35},{"name":4,"description":6,"user-invocable":32,"allowed-tools":33,"model":34},true,"Read, Grep, Bash, AskUserQuestion","sonnet",{"type":36,"children":37},"root",[38,59,65,70,77,87,91,98,112,118,167,172,178,183,211,217,225,239,252,257,265,299,356,359,365,414,420,440,470],{"type":39,"tag":40,"props":41,"children":42},"element","p",{},[43,57],{"type":39,"tag":44,"props":45,"children":46},"strong",{},[47,50],{"type":48,"value":49},"text","📋 Shared Instructions: ",{"type":39,"tag":51,"props":52,"children":54},"a",{"href":53},"$%7BCLAUDE_PLUGIN_ROOT%7D\u002Fshared\u002Fshared-instructions.md",[55],{"type":48,"value":56},"shared-instructions.md",{"type":48,"value":58}," — Cross-cutting concerns.",{"type":39,"tag":60,"props":61,"children":62},"h1",{"id":4},[63],{"type":48,"value":64},"List Apps",{"type":39,"tag":40,"props":66,"children":67},{},[68],{"type":48,"value":69},"Lists apps the active CLI account can see in the active environment, or shows full metadata for a single app.",{"type":39,"tag":71,"props":72,"children":74},"h2",{"id":73},"workflow",[75],{"type":48,"value":76},"Workflow",{"type":39,"tag":78,"props":79,"children":80},"ol",{},[81],{"type":39,"tag":82,"props":83,"children":84},"li",{},[85],{"type":48,"value":86},"Memory Bank → 2. Verify Env → 3. Mode (list \u002F show) → 4. Output",{"type":39,"tag":88,"props":89,"children":90},"hr",{},[],{"type":39,"tag":92,"props":93,"children":95},"h3",{"id":94},"step-1-check-memory-bank",[96],{"type":48,"value":97},"Step 1: Check Memory Bank",{"type":39,"tag":40,"props":99,"children":100},{},[101,103,110],{"type":48,"value":102},"If a project memory bank exists, read it for the app's environment, if recorded, to know which environment the app was created in. Otherwise prompt the user for the environment they want to query (or accept \"current default\"). Note: ",{"type":39,"tag":104,"props":105,"children":107},"code",{"className":106},[],[108],{"type":48,"value":109},"ms app list",{"type":48,"value":111}," reports apps for the signed-in account's resolved environment and has no environment-targeting flag, so the memory bank here is for context\u002Fverification — it does not scope the listing.",{"type":39,"tag":92,"props":113,"children":115},{"id":114},"step-2-verify-env",[116],{"type":48,"value":117},"Step 2: Verify Env",{"type":39,"tag":119,"props":120,"children":125},"pre",{"className":121,"code":122,"language":123,"meta":124,"style":124},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","BIN=ms\n$BIN auth status                                       # confirm the right account\n","bash","",[126],{"type":39,"tag":104,"props":127,"children":128},{"__ignoreMap":124},[129,153],{"type":39,"tag":130,"props":131,"children":134},"span",{"class":132,"line":133},"line",1,[135,141,147],{"type":39,"tag":130,"props":136,"children":138},{"style":137},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[139],{"type":48,"value":140},"BIN",{"type":39,"tag":130,"props":142,"children":144},{"style":143},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[145],{"type":48,"value":146},"=",{"type":39,"tag":130,"props":148,"children":150},{"style":149},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[151],{"type":48,"value":152},"ms\n",{"type":39,"tag":130,"props":154,"children":155},{"class":132,"line":20},[156,161],{"type":39,"tag":130,"props":157,"children":158},{"style":137},[159],{"type":48,"value":160},"$BIN auth status                                       ",{"type":39,"tag":130,"props":162,"children":164},{"style":163},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[165],{"type":48,"value":166},"# confirm the right account\n",{"type":39,"tag":40,"props":168,"children":169},{},[170],{"type":48,"value":171},"The listing scopes to the active environment (the auto-routed Developer environment unless a specific one was targeted at create time).",{"type":39,"tag":92,"props":173,"children":175},{"id":174},"step-3-mode",[176],{"type":48,"value":177},"Step 3: Mode",{"type":39,"tag":40,"props":179,"children":180},{},[181],{"type":48,"value":182},"Ask (or infer from the user's prompt):",{"type":39,"tag":184,"props":185,"children":186},"ul",{},[187,197],{"type":39,"tag":82,"props":188,"children":189},{},[190,195],{"type":39,"tag":44,"props":191,"children":192},{},[193],{"type":48,"value":194},"list",{"type":48,"value":196}," — enumerate all apps the account can see.",{"type":39,"tag":82,"props":198,"children":199},{},[200,209],{"type":39,"tag":44,"props":201,"children":202},{},[203,205],{"type":48,"value":204},"show ",{"type":39,"tag":206,"props":207,"children":208},"app-id",{},[],{"type":48,"value":210}," — full metadata for one app (display name, GUID, environment, version, build info, share count, creation\u002Fmodification dates).",{"type":39,"tag":92,"props":212,"children":214},{"id":213},"step-4-output",[215],{"type":48,"value":216},"Step 4: Output",{"type":39,"tag":40,"props":218,"children":219},{},[220],{"type":39,"tag":44,"props":221,"children":222},{},[223],{"type":48,"value":224},"List:",{"type":39,"tag":119,"props":226,"children":228},{"className":121,"code":227,"language":123,"meta":124,"style":124},"$BIN app list --json\n",[229],{"type":39,"tag":104,"props":230,"children":231},{"__ignoreMap":124},[232],{"type":39,"tag":130,"props":233,"children":234},{"class":132,"line":133},[235],{"type":39,"tag":130,"props":236,"children":237},{"style":137},[238],{"type":48,"value":227},{"type":39,"tag":40,"props":240,"children":241},{},[242,244,250],{"type":48,"value":243},"Pretty-print the JSON. Default columns when summarizing for the user: ",{"type":39,"tag":104,"props":245,"children":247},{"className":246},[],[248],{"type":48,"value":249},"displayName | appId | environmentId | version | lastModified",{"type":48,"value":251},".",{"type":39,"tag":40,"props":253,"children":254},{},[255],{"type":48,"value":256},"If the list is long (>20 entries), ask the user whether they want to filter (by display-name substring) before printing. The CLI itself returns everything; the filtering happens in this skill.",{"type":39,"tag":40,"props":258,"children":259},{},[260],{"type":39,"tag":44,"props":261,"children":262},{},[263],{"type":48,"value":264},"Show:",{"type":39,"tag":119,"props":266,"children":268},{"className":121,"code":267,"language":123,"meta":124,"style":124},"$BIN app show --app \"$APP_ID\" --json\n",[269],{"type":39,"tag":104,"props":270,"children":271},{"__ignoreMap":124},[272],{"type":39,"tag":130,"props":273,"children":274},{"class":132,"line":133},[275,280,285,290,294],{"type":39,"tag":130,"props":276,"children":277},{"style":137},[278],{"type":48,"value":279},"$BIN app show --app ",{"type":39,"tag":130,"props":281,"children":282},{"style":143},[283],{"type":48,"value":284},"\"",{"type":39,"tag":130,"props":286,"children":287},{"style":137},[288],{"type":48,"value":289},"$APP_ID",{"type":39,"tag":130,"props":291,"children":292},{"style":143},[293],{"type":48,"value":284},{"type":39,"tag":130,"props":295,"children":296},{"style":137},[297],{"type":48,"value":298}," --json\n",{"type":39,"tag":40,"props":300,"children":301},{},[302,304,310,312,318,319,325,326,332,333,339,340,346,348,354],{"type":48,"value":303},"Pretty-print the full envelope. Highlight: ",{"type":39,"tag":104,"props":305,"children":307},{"className":306},[],[308],{"type":48,"value":309},"appId",{"type":48,"value":311},", ",{"type":39,"tag":104,"props":313,"children":315},{"className":314},[],[316],{"type":48,"value":317},"displayName",{"type":48,"value":311},{"type":39,"tag":104,"props":320,"children":322},{"className":321},[],[323],{"type":48,"value":324},"environmentId",{"type":48,"value":311},{"type":39,"tag":104,"props":327,"children":329},{"className":328},[],[330],{"type":48,"value":331},"version",{"type":48,"value":311},{"type":39,"tag":104,"props":334,"children":336},{"className":335},[],[337],{"type":48,"value":338},"lastDeployedCommit",{"type":48,"value":311},{"type":39,"tag":104,"props":341,"children":343},{"className":342},[],[344],{"type":48,"value":345},"shareCount",{"type":48,"value":347},", and any ",{"type":39,"tag":104,"props":349,"children":351},{"className":350},[],[352],{"type":48,"value":353},"status",{"type":48,"value":355}," fields surfaced by the service.",{"type":39,"tag":88,"props":357,"children":358},{},[],{"type":39,"tag":71,"props":360,"children":362},{"id":361},"useful-as-a-subroutine",[363],{"type":48,"value":364},"Useful as a Subroutine",{"type":39,"tag":40,"props":366,"children":367},{},[368,370,376,377,383,384,390,392,398,400,405,407,412],{"type":48,"value":369},"Other skills (",{"type":39,"tag":104,"props":371,"children":373},{"className":372},[],[374],{"type":48,"value":375},"\u002Fdelete-app",{"type":48,"value":311},{"type":39,"tag":104,"props":378,"children":380},{"className":379},[],[381],{"type":48,"value":382},"\u002Fshare",{"type":48,"value":311},{"type":39,"tag":104,"props":385,"children":387},{"className":386},[],[388],{"type":48,"value":389},"\u002Fdeploy",{"type":48,"value":391},") can invoke this skill to resolve an app GUID from a display-name substring. When invoked as a subroutine, take the search term as ",{"type":39,"tag":104,"props":393,"children":395},{"className":394},[],[396],{"type":48,"value":397},"$ARG1",{"type":48,"value":399}," and return only the matching ",{"type":39,"tag":104,"props":401,"children":403},{"className":402},[],[404],{"type":48,"value":309},{"type":48,"value":406}," \u002F ",{"type":39,"tag":104,"props":408,"children":410},{"className":409},[],[411],{"type":48,"value":317},{"type":48,"value":413}," pairs — skip the interactive prompts.",{"type":39,"tag":71,"props":415,"children":417},{"id":416},"drift-check",[418],{"type":48,"value":419},"Drift Check",{"type":39,"tag":40,"props":421,"children":422},{},[423,425,431,433,438],{"type":48,"value":424},"After listing, if the user is currently in a project workspace with ",{"type":39,"tag":104,"props":426,"children":428},{"className":427},[],[429],{"type":48,"value":430},"ms.config.json",{"type":48,"value":432},", cross-check the ",{"type":39,"tag":104,"props":434,"children":436},{"className":435},[],[437],{"type":48,"value":309},{"type":48,"value":439}," there against the list:",{"type":39,"tag":184,"props":441,"children":442},{},[443,453],{"type":39,"tag":82,"props":444,"children":445},{},[446,451],{"type":39,"tag":44,"props":447,"children":448},{},[449],{"type":48,"value":450},"Match found",{"type":48,"value":452},": confirm the local app exists and surface its current service-side state.",{"type":39,"tag":82,"props":454,"children":455},{},[456,461,463,468],{"type":39,"tag":44,"props":457,"children":458},{},[459],{"type":48,"value":460},"No match",{"type":48,"value":462},": warn the user — ",{"type":39,"tag":104,"props":464,"children":466},{"className":465},[],[467],{"type":48,"value":430},{"type":48,"value":469}," references an app that doesn't exist (or isn't visible) in the active environment. Likely causes: wrong target environment, the app was deleted, or auth is on the wrong tenant.",{"type":39,"tag":471,"props":472,"children":473},"style",{},[474],{"type":48,"value":475},"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":477,"total":672},[478,500,521,542,557,574,585,598,613,628,647,660],{"slug":479,"name":479,"fn":480,"description":481,"org":482,"tags":483,"stars":497,"repoUrl":498,"updatedAt":499},"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},[484,487,490,491,494],{"name":485,"slug":486,"type":15},"Engineering","engineering",{"name":488,"slug":489,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":492,"slug":493,"type":15},"Project Management","project-management",{"name":495,"slug":496,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":501,"name":501,"fn":502,"description":503,"org":504,"tags":505,"stars":518,"repoUrl":519,"updatedAt":520},"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},[506,509,512,515],{"name":507,"slug":508,"type":15},".NET","net",{"name":510,"slug":511,"type":15},"Agents","agents",{"name":513,"slug":514,"type":15},"Azure","azure",{"name":516,"slug":517,"type":15},"LLM","llm",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":522,"name":522,"fn":523,"description":524,"org":525,"tags":526,"stars":518,"repoUrl":519,"updatedAt":541},"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},[527,530,531,534,537,538],{"name":528,"slug":529,"type":15},"Analytics","analytics",{"name":513,"slug":514,"type":15},{"name":532,"slug":533,"type":15},"Data Analysis","data-analysis",{"name":535,"slug":536,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":539,"slug":540,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":543,"name":543,"fn":544,"description":545,"org":546,"tags":547,"stars":518,"repoUrl":519,"updatedAt":556},"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},[548,551,552,553],{"name":549,"slug":550,"type":15},"AI Infrastructure","ai-infrastructure",{"name":513,"slug":514,"type":15},{"name":535,"slug":536,"type":15},{"name":554,"slug":555,"type":15},"Security","security","2026-07-07T06:53:31.293235",{"slug":558,"name":558,"fn":559,"description":560,"org":561,"tags":562,"stars":518,"repoUrl":519,"updatedAt":573},"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},[563,564,567,568,569,572],{"name":513,"slug":514,"type":15},{"name":565,"slug":566,"type":15},"Compliance","compliance",{"name":516,"slug":517,"type":15},{"name":9,"slug":8,"type":15},{"name":570,"slug":571,"type":15},"Python","python",{"name":554,"slug":555,"type":15},"2026-07-18T05:14:23.017504",{"slug":575,"name":575,"fn":576,"description":577,"org":578,"tags":579,"stars":518,"repoUrl":519,"updatedAt":584},"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},[580,581,582,583],{"name":528,"slug":529,"type":15},{"name":513,"slug":514,"type":15},{"name":516,"slug":517,"type":15},{"name":570,"slug":571,"type":15},"2026-07-31T05:54:29.068751",{"slug":586,"name":586,"fn":587,"description":588,"org":589,"tags":590,"stars":518,"repoUrl":519,"updatedAt":597},"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},[591,594,595,596],{"name":592,"slug":593,"type":15},"API Development","api-development",{"name":513,"slug":514,"type":15},{"name":9,"slug":8,"type":15},{"name":570,"slug":571,"type":15},"2026-07-18T05:14:16.988376",{"slug":599,"name":599,"fn":600,"description":601,"org":602,"tags":603,"stars":518,"repoUrl":519,"updatedAt":612},"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},[604,605,608,611],{"name":513,"slug":514,"type":15},{"name":606,"slug":607,"type":15},"Computer Vision","computer-vision",{"name":609,"slug":610,"type":15},"Images","images",{"name":570,"slug":571,"type":15},"2026-07-18T05:14:18.007737",{"slug":614,"name":614,"fn":615,"description":616,"org":617,"tags":618,"stars":518,"repoUrl":519,"updatedAt":627},"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},[619,620,623,626],{"name":513,"slug":514,"type":15},{"name":621,"slug":622,"type":15},"Configuration","configuration",{"name":624,"slug":625,"type":15},"Feature Flags","feature-flags",{"name":535,"slug":536,"type":15},"2026-07-03T16:32:01.278468",{"slug":629,"name":629,"fn":630,"description":631,"org":632,"tags":633,"stars":518,"repoUrl":519,"updatedAt":646},"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},[634,637,640,643],{"name":635,"slug":636,"type":15},"Cosmos DB","cosmos-db",{"name":638,"slug":639,"type":15},"Database","database",{"name":641,"slug":642,"type":15},"NoSQL","nosql",{"name":644,"slug":645,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":648,"name":648,"fn":630,"description":649,"org":650,"tags":651,"stars":518,"repoUrl":519,"updatedAt":659},"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},[652,653,654,655,656],{"name":635,"slug":636,"type":15},{"name":638,"slug":639,"type":15},{"name":9,"slug":8,"type":15},{"name":641,"slug":642,"type":15},{"name":657,"slug":658,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":661,"name":661,"fn":662,"description":663,"org":664,"tags":665,"stars":518,"repoUrl":519,"updatedAt":671},"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},[666,667,668,669,670],{"name":513,"slug":514,"type":15},{"name":635,"slug":636,"type":15},{"name":638,"slug":639,"type":15},{"name":535,"slug":536,"type":15},{"name":641,"slug":642,"type":15},"2026-05-13T06:14:17.582229",267,{"items":674,"total":746},[675,689,706,721,730,736],{"slug":676,"name":676,"fn":677,"description":678,"org":679,"tags":680,"stars":20,"repoUrl":21,"updatedAt":688},"add-azuredevops","integrate Azure DevOps into Microsoft Apps","Adds Azure DevOps by delegating to `\u002Fadd-connector` with `api-id=shared_visualstudioteamservices` and action mode. Use when adding Azure DevOps integration.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[681,684,687],{"name":682,"slug":683,"type":15},"Azure DevOps","azure-devops",{"name":685,"slug":686,"type":15},"Integrations","integrations",{"name":9,"slug":8,"type":15},"2026-07-07T06:53:11.295258",{"slug":690,"name":690,"fn":691,"description":692,"org":693,"tags":694,"stars":20,"repoUrl":21,"updatedAt":705},"add-office365","integrate Office 365 Outlook","Adds Office 365 Outlook by delegating to `\u002Fadd-connector` with `api-id=shared_office365` and action mode. Use when integrating Outlook mail\u002Fcalendar.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[695,696,699,702],{"name":9,"slug":8,"type":15},{"name":697,"slug":698,"type":15},"Microsoft 365","microsoft-365",{"name":700,"slug":701,"type":15},"Outlook Calendar","outlook-calendar",{"name":703,"slug":704,"type":15},"Outlook Email","outlook-email","2026-07-03T16:31:36.717786",{"slug":707,"name":707,"fn":708,"description":709,"org":710,"tags":711,"stars":20,"repoUrl":21,"updatedAt":720},"add-workiq","add Work IQ Copilot MCP","Adds Work IQ Copilot MCP by delegating to \u002Fadd-connector with api-id=shared_a365copilotchatmcp and action mode. Use when users need Microsoft 365 knowledge-grounded Work IQ search\u002Fchat.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[712,715,718,719],{"name":713,"slug":714,"type":15},"Copilot","copilot",{"name":716,"slug":717,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},{"name":697,"slug":698,"type":15},"2026-07-03T16:31:35.439156",{"slug":722,"name":722,"fn":723,"description":724,"org":725,"tags":726,"stars":20,"repoUrl":21,"updatedAt":729},"delete-app","delete Microsoft Apps","Deletes a Microsoft App via `ms app delete`. Use when the user asks to delete an app; always require explicit confirmation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[727,728],{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},"2026-07-07T06:53:08.459223",{"slug":4,"name":4,"fn":5,"description":6,"org":731,"tags":732,"stars":20,"repoUrl":21,"updatedAt":22},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[733,734,735],{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},{"slug":737,"name":737,"fn":738,"description":739,"org":740,"tags":741,"stars":20,"repoUrl":21,"updatedAt":745},"list-connectors","discover Microsoft App connectors and data sources","Lists connectors reachable in the active environment and the connection-bound data sources already wired into a Microsoft App. Use when discovering connectors and their operations before adding data sources.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[742,743,744],{"name":592,"slug":593,"type":15},{"name":685,"slug":686,"type":15},{"name":9,"slug":8,"type":15},"2026-07-07T06:53:09.758008",6]