[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-add-datasource":3,"mdc--a4dre2-key":37,"related-org-microsoft-add-datasource":509,"related-repo-microsoft-add-datasource":706},{"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":32,"sourceUrl":35,"mdContent":36},"add-datasource","add data sources to Power Apps","Adds a data source or connector to a Power Apps code app. Asks what the user wants to accomplish and routes to the appropriate specialized skill.",{"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],{"name":13,"slug":14,"type":15},"Integrations","integrations","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Power Apps","power-apps",564,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fpower-platform-skills","2026-07-03T16:31:47.822186",null,114,[26,27,28,29,19,30,31],"claude-code-plugin","claude-code-skills","code-apps","github-copilot-plugin","power-pages","power-platform",{"repoUrl":21,"stars":20,"forks":24,"topics":33,"description":34},[26,27,28,29,19,30,31],"A plugin marketplace for Claude Code\u002FGitHub Copilot that provides Power Platform development plugins, including reusable skills, agents, and commands for building and deploying solutions.","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fpower-platform-skills\u002Ftree\u002FHEAD\u002Fplugins\u002Fcode-apps\u002Fskills\u002Fadd-datasource","---\nname: add-datasource\ndescription: Adds a data source or connector to a Power Apps code app. Asks what the user wants to accomplish and routes to the appropriate specialized skill.\nuser-invocable: true\nallowed-tools: Read, Edit, Write, Grep, Glob, Bash, LSP, TaskCreate, TaskUpdate, TaskList, TaskGet, AskUserQuestion, Skill\nmodel: sonnet\n---\n\n**📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}\u002Fshared\u002Fshared-instructions.md)** - Cross-cutting concerns.\n\n# Add Data Source\n\nRouter skill that understands the user's goal and connects them to the right data source -- without requiring them to know Power Platform terminology.\n\n## Workflow\n\n### Check Memory Bank\n\nCheck for `memory-bank.md` per [shared-instructions.md](${PLUGIN_ROOT}\u002Fshared\u002Fshared-instructions.md).\n\n### Understand the Goal\n\n1. **If `$ARGUMENTS` is provided or the caller already specified what's needed**, use it directly and skip the question below.\n2. Otherwise, ask the user **what they want their app to do** -- not which connector to use. Focus on the end goal. Example questions:\n   - \"What kind of data does your app need to work with?\"\n   - \"What should your app be able to do? (e.g., search company info, manage tasks, send messages)\"\n3. Based on their answer, **recommend the best approach** and explain *why* it's the right fit. The user shouldn't need to know the difference between Dataverse, SharePoint, or other connectors -- that's our job.\n\n### Route to the Right Skill\n\nMap the user's goal to the appropriate skill:\n\n| User's goal | Best approach | Invoke |\n|-------------|---------------|--------|\n| Store and manage structured business data (custom tables, forms, CRUD) | Dataverse is the platform's native database | `\u002Fadd-dataverse` |\n| Track work items, bugs, builds, or pipelines | Azure DevOps connector | `\u002Fadd-azuredevops` |\n| Send or read Teams messages, post to channels | Teams connector | `\u002Fadd-teams` |\n| Read\u002Fwrite Excel spreadsheet data | Excel Online (Business) connector | `\u002Fadd-excel` |\n| Upload, download, or manage files | OneDrive for Business connector | `\u002Fadd-onedrive` |\n| Work with SharePoint lists or document libraries | SharePoint Online connector | `\u002Fadd-sharepoint` |\n| Send emails, read inbox, manage calendar events | Office 365 Outlook connector | `\u002Fadd-office365` |\n| Invoke an AI agent or copilot built in Copilot Studio | Copilot Studio connector | `\u002Fadd-mcscopilot` |\n| Something else or not sure | Generic connector (we'll figure it out) | `\u002Fadd-connector` |\n\n**Important routing rules:**\n- When the user wants to **perform actions** (send an email, post a message, create a file), use the specific connector for that action (e.g., `\u002Fadd-office365` for sending email, `\u002Fadd-teams` for posting messages).\n\n4. If the user wants multiple capabilities, invoke each skill in sequence.\n\n### When the User Isn't Sure\n\nIf the user describes a vague goal (e.g., \"I need data for my app\"), guide them:\n\n1. Ask what their app does and who uses it\n2. Ask what data they need to display or interact with\n3. Recommend the simplest approach that meets their needs\n4. Explain the recommendation in plain language (avoid jargon like \"connector\", \"Dataverse\", \"tabular data source\" unless the user uses those terms first)\n",{"data":38,"body":42},{"name":4,"description":6,"user-invocable":39,"allowed-tools":40,"model":41},true,"Read, Edit, Write, Grep, Glob, Bash, LSP, TaskCreate, TaskUpdate, TaskList, TaskGet, AskUserQuestion, Skill","sonnet",{"type":43,"children":44},"root",[45,66,73,78,85,92,112,118,187,193,198,429,437,466,475,481,486],{"type":46,"tag":47,"props":48,"children":49},"element","p",{},[50,64],{"type":46,"tag":51,"props":52,"children":53},"strong",{},[54,57],{"type":55,"value":56},"text","📋 Shared Instructions: ",{"type":46,"tag":58,"props":59,"children":61},"a",{"href":60},"$%7BPLUGIN_ROOT%7D\u002Fshared\u002Fshared-instructions.md",[62],{"type":55,"value":63},"shared-instructions.md",{"type":55,"value":65}," - Cross-cutting concerns.",{"type":46,"tag":67,"props":68,"children":70},"h1",{"id":69},"add-data-source",[71],{"type":55,"value":72},"Add Data Source",{"type":46,"tag":47,"props":74,"children":75},{},[76],{"type":55,"value":77},"Router skill that understands the user's goal and connects them to the right data source -- without requiring them to know Power Platform terminology.",{"type":46,"tag":79,"props":80,"children":82},"h2",{"id":81},"workflow",[83],{"type":55,"value":84},"Workflow",{"type":46,"tag":86,"props":87,"children":89},"h3",{"id":88},"check-memory-bank",[90],{"type":55,"value":91},"Check Memory Bank",{"type":46,"tag":47,"props":93,"children":94},{},[95,97,104,106,110],{"type":55,"value":96},"Check for ",{"type":46,"tag":98,"props":99,"children":101},"code",{"className":100},[],[102],{"type":55,"value":103},"memory-bank.md",{"type":55,"value":105}," per ",{"type":46,"tag":58,"props":107,"children":108},{"href":60},[109],{"type":55,"value":63},{"type":55,"value":111},".",{"type":46,"tag":86,"props":113,"children":115},{"id":114},"understand-the-goal",[116],{"type":55,"value":117},"Understand the Goal",{"type":46,"tag":119,"props":120,"children":121},"ol",{},[122,141,167],{"type":46,"tag":123,"props":124,"children":125},"li",{},[126,139],{"type":46,"tag":51,"props":127,"children":128},{},[129,131,137],{"type":55,"value":130},"If ",{"type":46,"tag":98,"props":132,"children":134},{"className":133},[],[135],{"type":55,"value":136},"$ARGUMENTS",{"type":55,"value":138}," is provided or the caller already specified what's needed",{"type":55,"value":140},", use it directly and skip the question below.",{"type":46,"tag":123,"props":142,"children":143},{},[144,146,151,153],{"type":55,"value":145},"Otherwise, ask the user ",{"type":46,"tag":51,"props":147,"children":148},{},[149],{"type":55,"value":150},"what they want their app to do",{"type":55,"value":152}," -- not which connector to use. Focus on the end goal. Example questions:\n",{"type":46,"tag":154,"props":155,"children":156},"ul",{},[157,162],{"type":46,"tag":123,"props":158,"children":159},{},[160],{"type":55,"value":161},"\"What kind of data does your app need to work with?\"",{"type":46,"tag":123,"props":163,"children":164},{},[165],{"type":55,"value":166},"\"What should your app be able to do? (e.g., search company info, manage tasks, send messages)\"",{"type":46,"tag":123,"props":168,"children":169},{},[170,172,177,179,185],{"type":55,"value":171},"Based on their answer, ",{"type":46,"tag":51,"props":173,"children":174},{},[175],{"type":55,"value":176},"recommend the best approach",{"type":55,"value":178}," and explain ",{"type":46,"tag":180,"props":181,"children":182},"em",{},[183],{"type":55,"value":184},"why",{"type":55,"value":186}," it's the right fit. The user shouldn't need to know the difference between Dataverse, SharePoint, or other connectors -- that's our job.",{"type":46,"tag":86,"props":188,"children":190},{"id":189},"route-to-the-right-skill",[191],{"type":55,"value":192},"Route to the Right Skill",{"type":46,"tag":47,"props":194,"children":195},{},[196],{"type":55,"value":197},"Map the user's goal to the appropriate skill:",{"type":46,"tag":199,"props":200,"children":201},"table",{},[202,226],{"type":46,"tag":203,"props":204,"children":205},"thead",{},[206],{"type":46,"tag":207,"props":208,"children":209},"tr",{},[210,216,221],{"type":46,"tag":211,"props":212,"children":213},"th",{},[214],{"type":55,"value":215},"User's goal",{"type":46,"tag":211,"props":217,"children":218},{},[219],{"type":55,"value":220},"Best approach",{"type":46,"tag":211,"props":222,"children":223},{},[224],{"type":55,"value":225},"Invoke",{"type":46,"tag":227,"props":228,"children":229},"tbody",{},[230,253,275,297,319,341,363,385,407],{"type":46,"tag":207,"props":231,"children":232},{},[233,239,244],{"type":46,"tag":234,"props":235,"children":236},"td",{},[237],{"type":55,"value":238},"Store and manage structured business data (custom tables, forms, CRUD)",{"type":46,"tag":234,"props":240,"children":241},{},[242],{"type":55,"value":243},"Dataverse is the platform's native database",{"type":46,"tag":234,"props":245,"children":246},{},[247],{"type":46,"tag":98,"props":248,"children":250},{"className":249},[],[251],{"type":55,"value":252},"\u002Fadd-dataverse",{"type":46,"tag":207,"props":254,"children":255},{},[256,261,266],{"type":46,"tag":234,"props":257,"children":258},{},[259],{"type":55,"value":260},"Track work items, bugs, builds, or pipelines",{"type":46,"tag":234,"props":262,"children":263},{},[264],{"type":55,"value":265},"Azure DevOps connector",{"type":46,"tag":234,"props":267,"children":268},{},[269],{"type":46,"tag":98,"props":270,"children":272},{"className":271},[],[273],{"type":55,"value":274},"\u002Fadd-azuredevops",{"type":46,"tag":207,"props":276,"children":277},{},[278,283,288],{"type":46,"tag":234,"props":279,"children":280},{},[281],{"type":55,"value":282},"Send or read Teams messages, post to channels",{"type":46,"tag":234,"props":284,"children":285},{},[286],{"type":55,"value":287},"Teams connector",{"type":46,"tag":234,"props":289,"children":290},{},[291],{"type":46,"tag":98,"props":292,"children":294},{"className":293},[],[295],{"type":55,"value":296},"\u002Fadd-teams",{"type":46,"tag":207,"props":298,"children":299},{},[300,305,310],{"type":46,"tag":234,"props":301,"children":302},{},[303],{"type":55,"value":304},"Read\u002Fwrite Excel spreadsheet data",{"type":46,"tag":234,"props":306,"children":307},{},[308],{"type":55,"value":309},"Excel Online (Business) connector",{"type":46,"tag":234,"props":311,"children":312},{},[313],{"type":46,"tag":98,"props":314,"children":316},{"className":315},[],[317],{"type":55,"value":318},"\u002Fadd-excel",{"type":46,"tag":207,"props":320,"children":321},{},[322,327,332],{"type":46,"tag":234,"props":323,"children":324},{},[325],{"type":55,"value":326},"Upload, download, or manage files",{"type":46,"tag":234,"props":328,"children":329},{},[330],{"type":55,"value":331},"OneDrive for Business connector",{"type":46,"tag":234,"props":333,"children":334},{},[335],{"type":46,"tag":98,"props":336,"children":338},{"className":337},[],[339],{"type":55,"value":340},"\u002Fadd-onedrive",{"type":46,"tag":207,"props":342,"children":343},{},[344,349,354],{"type":46,"tag":234,"props":345,"children":346},{},[347],{"type":55,"value":348},"Work with SharePoint lists or document libraries",{"type":46,"tag":234,"props":350,"children":351},{},[352],{"type":55,"value":353},"SharePoint Online connector",{"type":46,"tag":234,"props":355,"children":356},{},[357],{"type":46,"tag":98,"props":358,"children":360},{"className":359},[],[361],{"type":55,"value":362},"\u002Fadd-sharepoint",{"type":46,"tag":207,"props":364,"children":365},{},[366,371,376],{"type":46,"tag":234,"props":367,"children":368},{},[369],{"type":55,"value":370},"Send emails, read inbox, manage calendar events",{"type":46,"tag":234,"props":372,"children":373},{},[374],{"type":55,"value":375},"Office 365 Outlook connector",{"type":46,"tag":234,"props":377,"children":378},{},[379],{"type":46,"tag":98,"props":380,"children":382},{"className":381},[],[383],{"type":55,"value":384},"\u002Fadd-office365",{"type":46,"tag":207,"props":386,"children":387},{},[388,393,398],{"type":46,"tag":234,"props":389,"children":390},{},[391],{"type":55,"value":392},"Invoke an AI agent or copilot built in Copilot Studio",{"type":46,"tag":234,"props":394,"children":395},{},[396],{"type":55,"value":397},"Copilot Studio connector",{"type":46,"tag":234,"props":399,"children":400},{},[401],{"type":46,"tag":98,"props":402,"children":404},{"className":403},[],[405],{"type":55,"value":406},"\u002Fadd-mcscopilot",{"type":46,"tag":207,"props":408,"children":409},{},[410,415,420],{"type":46,"tag":234,"props":411,"children":412},{},[413],{"type":55,"value":414},"Something else or not sure",{"type":46,"tag":234,"props":416,"children":417},{},[418],{"type":55,"value":419},"Generic connector (we'll figure it out)",{"type":46,"tag":234,"props":421,"children":422},{},[423],{"type":46,"tag":98,"props":424,"children":426},{"className":425},[],[427],{"type":55,"value":428},"\u002Fadd-connector",{"type":46,"tag":47,"props":430,"children":431},{},[432],{"type":46,"tag":51,"props":433,"children":434},{},[435],{"type":55,"value":436},"Important routing rules:",{"type":46,"tag":154,"props":438,"children":439},{},[440],{"type":46,"tag":123,"props":441,"children":442},{},[443,445,450,452,457,459,464],{"type":55,"value":444},"When the user wants to ",{"type":46,"tag":51,"props":446,"children":447},{},[448],{"type":55,"value":449},"perform actions",{"type":55,"value":451}," (send an email, post a message, create a file), use the specific connector for that action (e.g., ",{"type":46,"tag":98,"props":453,"children":455},{"className":454},[],[456],{"type":55,"value":384},{"type":55,"value":458}," for sending email, ",{"type":46,"tag":98,"props":460,"children":462},{"className":461},[],[463],{"type":55,"value":296},{"type":55,"value":465}," for posting messages).",{"type":46,"tag":119,"props":467,"children":469},{"start":468},4,[470],{"type":46,"tag":123,"props":471,"children":472},{},[473],{"type":55,"value":474},"If the user wants multiple capabilities, invoke each skill in sequence.",{"type":46,"tag":86,"props":476,"children":478},{"id":477},"when-the-user-isnt-sure",[479],{"type":55,"value":480},"When the User Isn't Sure",{"type":46,"tag":47,"props":482,"children":483},{},[484],{"type":55,"value":485},"If the user describes a vague goal (e.g., \"I need data for my app\"), guide them:",{"type":46,"tag":119,"props":487,"children":488},{},[489,494,499,504],{"type":46,"tag":123,"props":490,"children":491},{},[492],{"type":55,"value":493},"Ask what their app does and who uses it",{"type":46,"tag":123,"props":495,"children":496},{},[497],{"type":55,"value":498},"Ask what data they need to display or interact with",{"type":46,"tag":123,"props":500,"children":501},{},[502],{"type":55,"value":503},"Recommend the simplest approach that meets their needs",{"type":46,"tag":123,"props":505,"children":506},{},[507],{"type":55,"value":508},"Explain the recommendation in plain language (avoid jargon like \"connector\", \"Dataverse\", \"tabular data source\" unless the user uses those terms first)",{"items":510,"total":705},[511,533,554,575,590,607,618,631,646,661,680,693],{"slug":512,"name":512,"fn":513,"description":514,"org":515,"tags":516,"stars":530,"repoUrl":531,"updatedAt":532},"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},[517,520,523,524,527],{"name":518,"slug":519,"type":15},"Engineering","engineering",{"name":521,"slug":522,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":525,"slug":526,"type":15},"Project Management","project-management",{"name":528,"slug":529,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":534,"name":534,"fn":535,"description":536,"org":537,"tags":538,"stars":551,"repoUrl":552,"updatedAt":553},"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},[539,542,545,548],{"name":540,"slug":541,"type":15},".NET","net",{"name":543,"slug":544,"type":15},"Agents","agents",{"name":546,"slug":547,"type":15},"Azure","azure",{"name":549,"slug":550,"type":15},"LLM","llm",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":555,"name":555,"fn":556,"description":557,"org":558,"tags":559,"stars":551,"repoUrl":552,"updatedAt":574},"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},[560,563,564,567,570,571],{"name":561,"slug":562,"type":15},"Analytics","analytics",{"name":546,"slug":547,"type":15},{"name":565,"slug":566,"type":15},"Data Analysis","data-analysis",{"name":568,"slug":569,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":572,"slug":573,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":576,"name":576,"fn":577,"description":578,"org":579,"tags":580,"stars":551,"repoUrl":552,"updatedAt":589},"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},[581,584,585,586],{"name":582,"slug":583,"type":15},"AI Infrastructure","ai-infrastructure",{"name":546,"slug":547,"type":15},{"name":568,"slug":569,"type":15},{"name":587,"slug":588,"type":15},"Security","security","2026-07-07T06:53:31.293235",{"slug":591,"name":591,"fn":592,"description":593,"org":594,"tags":595,"stars":551,"repoUrl":552,"updatedAt":606},"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},[596,597,600,601,602,605],{"name":546,"slug":547,"type":15},{"name":598,"slug":599,"type":15},"Compliance","compliance",{"name":549,"slug":550,"type":15},{"name":9,"slug":8,"type":15},{"name":603,"slug":604,"type":15},"Python","python",{"name":587,"slug":588,"type":15},"2026-07-18T05:14:23.017504",{"slug":608,"name":608,"fn":609,"description":610,"org":611,"tags":612,"stars":551,"repoUrl":552,"updatedAt":617},"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},[613,614,615,616],{"name":561,"slug":562,"type":15},{"name":546,"slug":547,"type":15},{"name":549,"slug":550,"type":15},{"name":603,"slug":604,"type":15},"2026-07-31T05:54:29.068751",{"slug":619,"name":619,"fn":620,"description":621,"org":622,"tags":623,"stars":551,"repoUrl":552,"updatedAt":630},"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},[624,627,628,629],{"name":625,"slug":626,"type":15},"API Development","api-development",{"name":546,"slug":547,"type":15},{"name":9,"slug":8,"type":15},{"name":603,"slug":604,"type":15},"2026-07-18T05:14:16.988376",{"slug":632,"name":632,"fn":633,"description":634,"org":635,"tags":636,"stars":551,"repoUrl":552,"updatedAt":645},"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},[637,638,641,644],{"name":546,"slug":547,"type":15},{"name":639,"slug":640,"type":15},"Computer Vision","computer-vision",{"name":642,"slug":643,"type":15},"Images","images",{"name":603,"slug":604,"type":15},"2026-07-18T05:14:18.007737",{"slug":647,"name":647,"fn":648,"description":649,"org":650,"tags":651,"stars":551,"repoUrl":552,"updatedAt":660},"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},[652,653,656,659],{"name":546,"slug":547,"type":15},{"name":654,"slug":655,"type":15},"Configuration","configuration",{"name":657,"slug":658,"type":15},"Feature Flags","feature-flags",{"name":568,"slug":569,"type":15},"2026-07-03T16:32:01.278468",{"slug":662,"name":662,"fn":663,"description":664,"org":665,"tags":666,"stars":551,"repoUrl":552,"updatedAt":679},"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},[667,670,673,676],{"name":668,"slug":669,"type":15},"Cosmos DB","cosmos-db",{"name":671,"slug":672,"type":15},"Database","database",{"name":674,"slug":675,"type":15},"NoSQL","nosql",{"name":677,"slug":678,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":681,"name":681,"fn":663,"description":682,"org":683,"tags":684,"stars":551,"repoUrl":552,"updatedAt":692},"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},[685,686,687,688,689],{"name":668,"slug":669,"type":15},{"name":671,"slug":672,"type":15},{"name":9,"slug":8,"type":15},{"name":674,"slug":675,"type":15},{"name":690,"slug":691,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":694,"name":694,"fn":695,"description":696,"org":697,"tags":698,"stars":551,"repoUrl":552,"updatedAt":704},"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},[699,700,701,702,703],{"name":546,"slug":547,"type":15},{"name":668,"slug":669,"type":15},{"name":671,"slug":672,"type":15},{"name":568,"slug":569,"type":15},{"name":674,"slug":675,"type":15},"2026-05-13T06:14:17.582229",267,{"items":707,"total":794},[708,721,732,738,753,766,780],{"slug":709,"name":709,"fn":710,"description":711,"org":712,"tags":713,"stars":20,"repoUrl":21,"updatedAt":720},"activate-site","provision and activate Power Pages sites","Activates and provisions a Power Pages website in a Power Platform environment via the Power Platform REST API. Use when the user wants to activate, provision, turn on, or enable a Power Pages website or portal.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[714,717,718],{"name":715,"slug":716,"type":15},"Deployment","deployment",{"name":9,"slug":8,"type":15},{"name":719,"slug":30,"type":15},"Power Pages","2026-04-06T18:34:34.732549",{"slug":722,"name":722,"fn":723,"description":724,"org":725,"tags":726,"stars":20,"repoUrl":21,"updatedAt":731},"add-connector","add Power Platform connectors to apps","Adds any Power Platform connector to a Power Apps code app. Generic fallback for connectors not covered by a specific skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[727,728,729],{"name":13,"slug":14,"type":15},{"name":18,"slug":19,"type":15},{"name":730,"slug":31,"type":15},"Power Platform","2026-07-31T05:54:47.042251",{"slug":4,"name":4,"fn":5,"description":6,"org":733,"tags":734,"stars":20,"repoUrl":21,"updatedAt":22},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[735,736,737],{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},{"slug":739,"name":739,"fn":740,"description":741,"org":742,"tags":743,"stars":20,"repoUrl":21,"updatedAt":752},"add-dataverse","add Dataverse tables to Power Apps","Use when the user wants to add Dataverse tables (existing or new) to a Power Apps mobile app, extend an existing Dataverse table with new columns, or apply an approved data model plan.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[744,747,750,751],{"name":745,"slug":746,"type":15},"Data Modeling","data-modeling",{"name":748,"slug":749,"type":15},"Dataverse","dataverse",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-31T05:54:46.078014",{"slug":754,"name":754,"fn":755,"description":756,"org":757,"tags":758,"stars":20,"repoUrl":21,"updatedAt":765},"add-excel","integrate Excel Online into Power Apps","Adds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[759,762,763,764],{"name":760,"slug":761,"type":15},"Excel","excel",{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-31T05:54:44.030943",{"slug":767,"name":767,"fn":768,"description":769,"org":770,"tags":771,"stars":20,"repoUrl":21,"updatedAt":779},"add-mcscopilot","add Copilot Studio connectors to Power Apps","Adds Microsoft Copilot Studio connector to a Power Apps code app. Use when invoking Copilot Studio agents, sending prompts to agents, or integrating agent responses.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[772,773,776,777,778],{"name":543,"slug":544,"type":15},{"name":774,"slug":775,"type":15},"Copilot Studio","copilot-studio",{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"2026-07-31T05:54:39.025597",{"slug":781,"name":781,"fn":782,"description":783,"org":784,"tags":785,"stars":20,"repoUrl":21,"updatedAt":793},"add-sample-data","populate Power Pages tables with sample data","Populates Dataverse tables with sample records for testing and demoing a Power Pages site. Use when the user wants to add sample data, seed data, generate test records, or insert demo data into their tables.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[786,787,788,789,790],{"name":671,"slug":672,"type":15},{"name":748,"slug":749,"type":15},{"name":9,"slug":8,"type":15},{"name":719,"slug":30,"type":15},{"name":791,"slug":792,"type":15},"Testing","testing","2026-04-06T18:34:41.141155",26]