[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-datadogobservability":3,"mdc-2ic0p8-key":41,"related-repo-azure-datadogobservability":682,"related-org-azure-datadogobservability":794},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":30,"repoUrl":31,"updatedAt":32,"license":33,"forks":34,"topics":35,"repo":36,"sourceUrl":39,"mdContent":40},"datadogobservability","datadog_observability","query Datadog telemetry and investigate behavior","Expertise in Datadog's observability platform including logs, metrics, APM, monitors, incidents, dashboards, hosts, and services. Use for searching logs, querying metrics, investigating incidents, analyzing traces, inspecting monitors, and navigating Datadog data via the Datadog MCP server.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"azure","Azure (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fazure.png","Azure",[14,18,21,24,27],{"name":15,"slug":16,"type":17},"Observability","observability","tag",{"name":19,"slug":20,"type":17},"Logs","logs",{"name":22,"slug":23,"type":17},"Monitoring","monitoring",{"name":25,"slug":26,"type":17},"Datadog","datadog",{"name":28,"slug":29,"type":17},"Metrics","metrics",2,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fsre-agent-plugins","2026-07-12T08:20:41.400308",null,5,[],{"repoUrl":31,"stars":30,"forks":34,"topics":37,"description":38},[],"Azure SRE Agent Plugins","https:\u002F\u002Fgithub.com\u002FAzure\u002Fsre-agent-plugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fdatadog\u002Fskills\u002Fdatadog_observability","---\nname: datadog_observability\ndescription: Expertise in Datadog's observability platform including logs, metrics, APM, monitors, incidents, dashboards, hosts, and services. Use for searching logs, querying metrics, investigating incidents, analyzing traces, inspecting monitors, and navigating Datadog data via the Datadog MCP server.\n---\n\n## Searching Logs\n\nUse `search_datadog_logs` for individual log retrieval and `analyze_datadog_logs`\nfor SQL-based aggregation queries.\n\n**Common log search patterns:**\n\n```\n# Errors from a specific service\nservice:payment-api status:error\n\n# Logs from a host in the last hour\nhost:web-prod-01\n\n# Logs containing a specific trace ID\ntrace_id:abc123def456\n\n# Errors with a specific HTTP status\n@http.status_code:500 service:api-gateway\n\n# Logs from a Kubernetes pod\nkube_namespace:production kube_deployment:checkout-service\n```\n\n**SQL-based log analysis with `analyze_datadog_logs`:**\n\n```sql\n-- Count errors by service in the last hour\nSELECT service, count(*) as error_count\nFROM logs\nWHERE status = 'error'\nGROUP BY service\nORDER BY error_count DESC\n\n-- Average response time by endpoint\nSELECT @http.url_details.path, avg(@duration) as avg_duration\nFROM logs\nWHERE service = 'api-gateway'\nGROUP BY @http.url_details.path\n```\n\n## Querying Metrics\n\nUse `search_datadog_metrics` to discover metrics, `get_datadog_metric_context`\nfor metadata, and `get_datadog_metric` for time series data.\n\n**Common metric patterns:**\n\n```\n# System metrics\nsystem.cpu.user, system.mem.used, system.disk.used\n\n# Container metrics\ndocker.cpu.usage, kubernetes.cpu.requests\n\n# Application metrics\ntrace.servlet.request.hits, trace.servlet.request.duration\n\n# Custom metrics\napp.payment.processed, app.queue.depth\n```\n\nAlways specify a time range when querying metrics to avoid retrieving\nexcessive data.\n\n## Investigating Traces\n\nUse `get_datadog_trace` for complete trace details and `search_datadog_spans`\nfor span-level queries.\n\n**Trace investigation workflow:**\n1. Search for slow or errored spans with `search_datadog_spans`\n2. Get the full trace with `get_datadog_trace` using the trace ID\n3. Identify the bottleneck service or operation\n4. Correlate with `search_datadog_logs` using the trace ID\n5. Check related metrics with `get_datadog_metric`\n\n## Working with Monitors\n\nUse `search_datadog_monitors` to find monitors by name, tag, or status.\n\n**Common monitor queries:**\n\n```\n# Find all triggered monitors\nSearch for monitors with status \"Alert\"\n\n# Find monitors for a specific service\nSearch for monitors tagged with service:payment-api\n\n# Find monitors by name\nSearch for monitors matching \"CPU\" or \"memory\"\n```\n\n## Incident Investigation Workflow\n\nFor structured incident investigation:\n1. `search_datadog_incidents` — find recent or active incidents\n2. `get_datadog_incident` — get full incident details and timeline\n3. `search_datadog_monitors` — check which monitors triggered\n4. `search_datadog_logs` — search for errors around the incident time\n5. `get_datadog_metric` — check key metrics for anomalies\n6. `get_datadog_trace` — inspect request traces for latency or errors\n7. `search_datadog_hosts` — verify infrastructure health\n8. `search_datadog_service_dependencies` — map affected services\n\n## Working with Dashboards and Notebooks\n\n- Use `search_datadog_dashboards` to find dashboards by title or tag\n- Use `search_datadog_notebooks` and `get_datadog_notebook` for investigation\n  notebooks that document past analyses\n\n## Troubleshooting\n\n| Issue | Solution |\n|-------|----------|\n| 401\u002F403 errors | Verify API key and Application key are correct and active |\n| No data returned | Check that Application key has `MCP Read` permission |\n| Wrong region | Ensure the connector URL matches your Datadog organization's region |\n| Truncated traces | Large traces may be truncated; this is a known limitation |\n| Tool not found | The tool may require a non-default toolset; update the connector URL |\n| Write operations fail | Verify Application key has `MCP Write` permission |\n",{"data":42,"body":43},{"name":5,"description":7},{"type":44,"children":45},"root",[46,55,78,87,99,114,231,237,265,273,282,287,293,313,321,374,380,392,400,409,415,420,507,513,549,555,676],{"type":47,"tag":48,"props":49,"children":51},"element","h2",{"id":50},"searching-logs",[52],{"type":53,"value":54},"text","Searching Logs",{"type":47,"tag":56,"props":57,"children":58},"p",{},[59,61,68,70,76],{"type":53,"value":60},"Use ",{"type":47,"tag":62,"props":63,"children":65},"code",{"className":64},[],[66],{"type":53,"value":67},"search_datadog_logs",{"type":53,"value":69}," for individual log retrieval and ",{"type":47,"tag":62,"props":71,"children":73},{"className":72},[],[74],{"type":53,"value":75},"analyze_datadog_logs",{"type":53,"value":77},"\nfor SQL-based aggregation queries.",{"type":47,"tag":56,"props":79,"children":80},{},[81],{"type":47,"tag":82,"props":83,"children":84},"strong",{},[85],{"type":53,"value":86},"Common log search patterns:",{"type":47,"tag":88,"props":89,"children":93},"pre",{"className":90,"code":92,"language":53},[91],"language-text","# Errors from a specific service\nservice:payment-api status:error\n\n# Logs from a host in the last hour\nhost:web-prod-01\n\n# Logs containing a specific trace ID\ntrace_id:abc123def456\n\n# Errors with a specific HTTP status\n@http.status_code:500 service:api-gateway\n\n# Logs from a Kubernetes pod\nkube_namespace:production kube_deployment:checkout-service\n",[94],{"type":47,"tag":62,"props":95,"children":97},{"__ignoreMap":96},"",[98],{"type":53,"value":92},{"type":47,"tag":56,"props":100,"children":101},{},[102],{"type":47,"tag":82,"props":103,"children":104},{},[105,107,112],{"type":53,"value":106},"SQL-based log analysis with ",{"type":47,"tag":62,"props":108,"children":110},{"className":109},[],[111],{"type":53,"value":75},{"type":53,"value":113},":",{"type":47,"tag":88,"props":115,"children":119},{"className":116,"code":117,"language":118,"meta":96,"style":96},"language-sql shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","-- Count errors by service in the last hour\nSELECT service, count(*) as error_count\nFROM logs\nWHERE status = 'error'\nGROUP BY service\nORDER BY error_count DESC\n\n-- Average response time by endpoint\nSELECT @http.url_details.path, avg(@duration) as avg_duration\nFROM logs\nWHERE service = 'api-gateway'\nGROUP BY @http.url_details.path\n","sql",[120],{"type":47,"tag":62,"props":121,"children":122},{"__ignoreMap":96},[123,134,142,151,160,168,177,187,196,205,213,222],{"type":47,"tag":124,"props":125,"children":128},"span",{"class":126,"line":127},"line",1,[129],{"type":47,"tag":124,"props":130,"children":131},{},[132],{"type":53,"value":133},"-- Count errors by service in the last hour\n",{"type":47,"tag":124,"props":135,"children":136},{"class":126,"line":30},[137],{"type":47,"tag":124,"props":138,"children":139},{},[140],{"type":53,"value":141},"SELECT service, count(*) as error_count\n",{"type":47,"tag":124,"props":143,"children":145},{"class":126,"line":144},3,[146],{"type":47,"tag":124,"props":147,"children":148},{},[149],{"type":53,"value":150},"FROM logs\n",{"type":47,"tag":124,"props":152,"children":154},{"class":126,"line":153},4,[155],{"type":47,"tag":124,"props":156,"children":157},{},[158],{"type":53,"value":159},"WHERE status = 'error'\n",{"type":47,"tag":124,"props":161,"children":162},{"class":126,"line":34},[163],{"type":47,"tag":124,"props":164,"children":165},{},[166],{"type":53,"value":167},"GROUP BY service\n",{"type":47,"tag":124,"props":169,"children":171},{"class":126,"line":170},6,[172],{"type":47,"tag":124,"props":173,"children":174},{},[175],{"type":53,"value":176},"ORDER BY error_count DESC\n",{"type":47,"tag":124,"props":178,"children":180},{"class":126,"line":179},7,[181],{"type":47,"tag":124,"props":182,"children":184},{"emptyLinePlaceholder":183},true,[185],{"type":53,"value":186},"\n",{"type":47,"tag":124,"props":188,"children":190},{"class":126,"line":189},8,[191],{"type":47,"tag":124,"props":192,"children":193},{},[194],{"type":53,"value":195},"-- Average response time by endpoint\n",{"type":47,"tag":124,"props":197,"children":199},{"class":126,"line":198},9,[200],{"type":47,"tag":124,"props":201,"children":202},{},[203],{"type":53,"value":204},"SELECT @http.url_details.path, avg(@duration) as avg_duration\n",{"type":47,"tag":124,"props":206,"children":208},{"class":126,"line":207},10,[209],{"type":47,"tag":124,"props":210,"children":211},{},[212],{"type":53,"value":150},{"type":47,"tag":124,"props":214,"children":216},{"class":126,"line":215},11,[217],{"type":47,"tag":124,"props":218,"children":219},{},[220],{"type":53,"value":221},"WHERE service = 'api-gateway'\n",{"type":47,"tag":124,"props":223,"children":225},{"class":126,"line":224},12,[226],{"type":47,"tag":124,"props":227,"children":228},{},[229],{"type":53,"value":230},"GROUP BY @http.url_details.path\n",{"type":47,"tag":48,"props":232,"children":234},{"id":233},"querying-metrics",[235],{"type":53,"value":236},"Querying Metrics",{"type":47,"tag":56,"props":238,"children":239},{},[240,241,247,249,255,257,263],{"type":53,"value":60},{"type":47,"tag":62,"props":242,"children":244},{"className":243},[],[245],{"type":53,"value":246},"search_datadog_metrics",{"type":53,"value":248}," to discover metrics, ",{"type":47,"tag":62,"props":250,"children":252},{"className":251},[],[253],{"type":53,"value":254},"get_datadog_metric_context",{"type":53,"value":256},"\nfor metadata, and ",{"type":47,"tag":62,"props":258,"children":260},{"className":259},[],[261],{"type":53,"value":262},"get_datadog_metric",{"type":53,"value":264}," for time series data.",{"type":47,"tag":56,"props":266,"children":267},{},[268],{"type":47,"tag":82,"props":269,"children":270},{},[271],{"type":53,"value":272},"Common metric patterns:",{"type":47,"tag":88,"props":274,"children":277},{"className":275,"code":276,"language":53},[91],"# System metrics\nsystem.cpu.user, system.mem.used, system.disk.used\n\n# Container metrics\ndocker.cpu.usage, kubernetes.cpu.requests\n\n# Application metrics\ntrace.servlet.request.hits, trace.servlet.request.duration\n\n# Custom metrics\napp.payment.processed, app.queue.depth\n",[278],{"type":47,"tag":62,"props":279,"children":280},{"__ignoreMap":96},[281],{"type":53,"value":276},{"type":47,"tag":56,"props":283,"children":284},{},[285],{"type":53,"value":286},"Always specify a time range when querying metrics to avoid retrieving\nexcessive data.",{"type":47,"tag":48,"props":288,"children":290},{"id":289},"investigating-traces",[291],{"type":53,"value":292},"Investigating Traces",{"type":47,"tag":56,"props":294,"children":295},{},[296,297,303,305,311],{"type":53,"value":60},{"type":47,"tag":62,"props":298,"children":300},{"className":299},[],[301],{"type":53,"value":302},"get_datadog_trace",{"type":53,"value":304}," for complete trace details and ",{"type":47,"tag":62,"props":306,"children":308},{"className":307},[],[309],{"type":53,"value":310},"search_datadog_spans",{"type":53,"value":312},"\nfor span-level queries.",{"type":47,"tag":56,"props":314,"children":315},{},[316],{"type":47,"tag":82,"props":317,"children":318},{},[319],{"type":53,"value":320},"Trace investigation workflow:",{"type":47,"tag":322,"props":323,"children":324},"ol",{},[325,336,348,353,364],{"type":47,"tag":326,"props":327,"children":328},"li",{},[329,331],{"type":53,"value":330},"Search for slow or errored spans with ",{"type":47,"tag":62,"props":332,"children":334},{"className":333},[],[335],{"type":53,"value":310},{"type":47,"tag":326,"props":337,"children":338},{},[339,341,346],{"type":53,"value":340},"Get the full trace with ",{"type":47,"tag":62,"props":342,"children":344},{"className":343},[],[345],{"type":53,"value":302},{"type":53,"value":347}," using the trace ID",{"type":47,"tag":326,"props":349,"children":350},{},[351],{"type":53,"value":352},"Identify the bottleneck service or operation",{"type":47,"tag":326,"props":354,"children":355},{},[356,358,363],{"type":53,"value":357},"Correlate with ",{"type":47,"tag":62,"props":359,"children":361},{"className":360},[],[362],{"type":53,"value":67},{"type":53,"value":347},{"type":47,"tag":326,"props":365,"children":366},{},[367,369],{"type":53,"value":368},"Check related metrics with ",{"type":47,"tag":62,"props":370,"children":372},{"className":371},[],[373],{"type":53,"value":262},{"type":47,"tag":48,"props":375,"children":377},{"id":376},"working-with-monitors",[378],{"type":53,"value":379},"Working with Monitors",{"type":47,"tag":56,"props":381,"children":382},{},[383,384,390],{"type":53,"value":60},{"type":47,"tag":62,"props":385,"children":387},{"className":386},[],[388],{"type":53,"value":389},"search_datadog_monitors",{"type":53,"value":391}," to find monitors by name, tag, or status.",{"type":47,"tag":56,"props":393,"children":394},{},[395],{"type":47,"tag":82,"props":396,"children":397},{},[398],{"type":53,"value":399},"Common monitor queries:",{"type":47,"tag":88,"props":401,"children":404},{"className":402,"code":403,"language":53},[91],"# Find all triggered monitors\nSearch for monitors with status \"Alert\"\n\n# Find monitors for a specific service\nSearch for monitors tagged with service:payment-api\n\n# Find monitors by name\nSearch for monitors matching \"CPU\" or \"memory\"\n",[405],{"type":47,"tag":62,"props":406,"children":407},{"__ignoreMap":96},[408],{"type":53,"value":403},{"type":47,"tag":48,"props":410,"children":412},{"id":411},"incident-investigation-workflow",[413],{"type":53,"value":414},"Incident Investigation Workflow",{"type":47,"tag":56,"props":416,"children":417},{},[418],{"type":53,"value":419},"For structured incident investigation:",{"type":47,"tag":322,"props":421,"children":422},{},[423,434,445,455,465,475,485,496],{"type":47,"tag":326,"props":424,"children":425},{},[426,432],{"type":47,"tag":62,"props":427,"children":429},{"className":428},[],[430],{"type":53,"value":431},"search_datadog_incidents",{"type":53,"value":433}," — find recent or active incidents",{"type":47,"tag":326,"props":435,"children":436},{},[437,443],{"type":47,"tag":62,"props":438,"children":440},{"className":439},[],[441],{"type":53,"value":442},"get_datadog_incident",{"type":53,"value":444}," — get full incident details and timeline",{"type":47,"tag":326,"props":446,"children":447},{},[448,453],{"type":47,"tag":62,"props":449,"children":451},{"className":450},[],[452],{"type":53,"value":389},{"type":53,"value":454}," — check which monitors triggered",{"type":47,"tag":326,"props":456,"children":457},{},[458,463],{"type":47,"tag":62,"props":459,"children":461},{"className":460},[],[462],{"type":53,"value":67},{"type":53,"value":464}," — search for errors around the incident time",{"type":47,"tag":326,"props":466,"children":467},{},[468,473],{"type":47,"tag":62,"props":469,"children":471},{"className":470},[],[472],{"type":53,"value":262},{"type":53,"value":474}," — check key metrics for anomalies",{"type":47,"tag":326,"props":476,"children":477},{},[478,483],{"type":47,"tag":62,"props":479,"children":481},{"className":480},[],[482],{"type":53,"value":302},{"type":53,"value":484}," — inspect request traces for latency or errors",{"type":47,"tag":326,"props":486,"children":487},{},[488,494],{"type":47,"tag":62,"props":489,"children":491},{"className":490},[],[492],{"type":53,"value":493},"search_datadog_hosts",{"type":53,"value":495}," — verify infrastructure health",{"type":47,"tag":326,"props":497,"children":498},{},[499,505],{"type":47,"tag":62,"props":500,"children":502},{"className":501},[],[503],{"type":53,"value":504},"search_datadog_service_dependencies",{"type":53,"value":506}," — map affected services",{"type":47,"tag":48,"props":508,"children":510},{"id":509},"working-with-dashboards-and-notebooks",[511],{"type":53,"value":512},"Working with Dashboards and Notebooks",{"type":47,"tag":514,"props":515,"children":516},"ul",{},[517,529],{"type":47,"tag":326,"props":518,"children":519},{},[520,521,527],{"type":53,"value":60},{"type":47,"tag":62,"props":522,"children":524},{"className":523},[],[525],{"type":53,"value":526},"search_datadog_dashboards",{"type":53,"value":528}," to find dashboards by title or tag",{"type":47,"tag":326,"props":530,"children":531},{},[532,533,539,541,547],{"type":53,"value":60},{"type":47,"tag":62,"props":534,"children":536},{"className":535},[],[537],{"type":53,"value":538},"search_datadog_notebooks",{"type":53,"value":540}," and ",{"type":47,"tag":62,"props":542,"children":544},{"className":543},[],[545],{"type":53,"value":546},"get_datadog_notebook",{"type":53,"value":548}," for investigation\nnotebooks that document past analyses",{"type":47,"tag":48,"props":550,"children":552},{"id":551},"troubleshooting",[553],{"type":53,"value":554},"Troubleshooting",{"type":47,"tag":556,"props":557,"children":558},"table",{},[559,578],{"type":47,"tag":560,"props":561,"children":562},"thead",{},[563],{"type":47,"tag":564,"props":565,"children":566},"tr",{},[567,573],{"type":47,"tag":568,"props":569,"children":570},"th",{},[571],{"type":53,"value":572},"Issue",{"type":47,"tag":568,"props":574,"children":575},{},[576],{"type":53,"value":577},"Solution",{"type":47,"tag":579,"props":580,"children":581},"tbody",{},[582,596,617,630,643,656],{"type":47,"tag":564,"props":583,"children":584},{},[585,591],{"type":47,"tag":586,"props":587,"children":588},"td",{},[589],{"type":53,"value":590},"401\u002F403 errors",{"type":47,"tag":586,"props":592,"children":593},{},[594],{"type":53,"value":595},"Verify API key and Application key are correct and active",{"type":47,"tag":564,"props":597,"children":598},{},[599,604],{"type":47,"tag":586,"props":600,"children":601},{},[602],{"type":53,"value":603},"No data returned",{"type":47,"tag":586,"props":605,"children":606},{},[607,609,615],{"type":53,"value":608},"Check that Application key has ",{"type":47,"tag":62,"props":610,"children":612},{"className":611},[],[613],{"type":53,"value":614},"MCP Read",{"type":53,"value":616}," permission",{"type":47,"tag":564,"props":618,"children":619},{},[620,625],{"type":47,"tag":586,"props":621,"children":622},{},[623],{"type":53,"value":624},"Wrong region",{"type":47,"tag":586,"props":626,"children":627},{},[628],{"type":53,"value":629},"Ensure the connector URL matches your Datadog organization's region",{"type":47,"tag":564,"props":631,"children":632},{},[633,638],{"type":47,"tag":586,"props":634,"children":635},{},[636],{"type":53,"value":637},"Truncated traces",{"type":47,"tag":586,"props":639,"children":640},{},[641],{"type":53,"value":642},"Large traces may be truncated; this is a known limitation",{"type":47,"tag":564,"props":644,"children":645},{},[646,651],{"type":47,"tag":586,"props":647,"children":648},{},[649],{"type":53,"value":650},"Tool not found",{"type":47,"tag":586,"props":652,"children":653},{},[654],{"type":53,"value":655},"The tool may require a non-default toolset; update the connector URL",{"type":47,"tag":564,"props":657,"children":658},{},[659,664],{"type":47,"tag":586,"props":660,"children":661},{},[662],{"type":53,"value":663},"Write operations fail",{"type":47,"tag":586,"props":665,"children":666},{},[667,669,675],{"type":53,"value":668},"Verify Application key has ",{"type":47,"tag":62,"props":670,"children":672},{"className":671},[],[673],{"type":53,"value":674},"MCP Write",{"type":53,"value":616},{"type":47,"tag":677,"props":678,"children":679},"style",{},[680],{"type":53,"value":681},"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":683,"total":179},[684,704,725,742,750,763,776],{"slug":685,"name":686,"fn":687,"description":688,"org":689,"tags":690,"stars":30,"repoUrl":31,"updatedAt":703},"atlassianrovo","atlassian_rovo","manage Atlassian Jira and Confluence tasks","Expertise in Atlassian Cloud products including Jira, Confluence, Compass, and Jira Service Management. Use for searching issues with JQL, creating and updating pages, managing service components, investigating ops alerts, and navigating Atlassian workspaces via the Rovo MCP server.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[691,694,697,700],{"name":692,"slug":693,"type":17},"Atlassian","atlassian",{"name":695,"slug":696,"type":17},"Confluence","confluence",{"name":698,"slug":699,"type":17},"Jira","jira",{"name":701,"slug":702,"type":17},"Project Management","project-management","2026-07-12T08:20:33.735452",{"slug":705,"name":706,"fn":707,"description":708,"org":709,"tags":710,"stars":30,"repoUrl":31,"updatedAt":724},"awscloudoperations","aws_cloud_operations","manage and troubleshoot AWS cloud operations","Expertise in AWS cloud operations including infrastructure management, troubleshooting, documentation search, API execution, and operational procedures. Use for querying AWS resources, investigating incidents, following SOPs, searching documentation, checking service availability, and executing AWS API calls via the AWS MCP Server.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[711,714,717,720,721],{"name":712,"slug":713,"type":17},"AWS","aws",{"name":715,"slug":716,"type":17},"Debugging","debugging",{"name":718,"slug":719,"type":17},"Infrastructure","infrastructure",{"name":22,"slug":23,"type":17},{"name":722,"slug":723,"type":17},"Operations","operations","2026-07-12T08:20:14.702793",{"slug":726,"name":727,"fn":728,"description":729,"org":730,"tags":731,"stars":30,"repoUrl":31,"updatedAt":741},"azuremanagedgrafana","azure_managed_grafana","monitor Azure infrastructure with Grafana","Expertise in Azure Managed Grafana including dashboards, Azure Monitor metrics, Application Insights failures and traces, Azure Data Explorer (Kusto) queries, SQL Server queries, and Azure Resource Graph. Use for querying observability data, searching dashboards, investigating failures, analyzing GenAI agent telemetry, and running KQL or SQL queries via the AMG-MCP endpoint.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[732,735,736,739,740],{"name":733,"slug":734,"type":17},"Application Insights","application-insights",{"name":12,"slug":9,"type":17},{"name":737,"slug":738,"type":17},"Dashboards","dashboards",{"name":22,"slug":23,"type":17},{"name":15,"slug":16,"type":17},"2026-07-12T08:19:37.659849",{"slug":4,"name":5,"fn":6,"description":7,"org":743,"tags":744,"stars":30,"repoUrl":31,"updatedAt":32},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[745,746,747,748,749],{"name":25,"slug":26,"type":17},{"name":19,"slug":20,"type":17},{"name":28,"slug":29,"type":17},{"name":22,"slug":23,"type":17},{"name":15,"slug":16,"type":17},{"slug":751,"name":752,"fn":753,"description":754,"org":755,"tags":756,"stars":30,"repoUrl":31,"updatedAt":762},"dynatraceobservability","dynatrace_observability","query Dynatrace observability data","Query Dynatrace observability data including logs, metrics, problems, and vulnerabilities using DQL",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[757,758,759,760,761],{"name":12,"slug":9,"type":17},{"name":19,"slug":20,"type":17},{"name":28,"slug":29,"type":17},{"name":22,"slug":23,"type":17},{"name":15,"slug":16,"type":17},"2026-07-12T08:19:00.664087",{"slug":764,"name":764,"fn":765,"description":766,"org":767,"tags":768,"stars":30,"repoUrl":31,"updatedAt":775},"elasticsearch","query and analyze Elasticsearch data","Query and analyze Elasticsearch data including logs, indices, mappings, and cluster health using ES|QL",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[769,772,773,774],{"name":770,"slug":771,"type":17},"Analytics","analytics",{"name":12,"slug":9,"type":17},{"name":19,"slug":20,"type":17},{"name":15,"slug":16,"type":17},"2026-07-12T08:20:22.325954",{"slug":777,"name":778,"fn":779,"description":780,"org":781,"tags":782,"stars":30,"repoUrl":31,"updatedAt":793},"pagerduty","pager_duty","manage incidents with PagerDuty","Load this skill for expertise in PagerDuty's incident management platform including incidents, on-call schedules, services, teams, escalation policies, event orchestration, incident workflows, and status pages. Use for managing incidents, checking on-call status, investigating alerts, escalating issues, and navigating PagerDuty data via the PagerDuty MCP server.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[783,786,789,790],{"name":784,"slug":785,"type":17},"Alerting","alerting",{"name":787,"slug":788,"type":17},"Incident Response","incident-response",{"name":22,"slug":23,"type":17},{"name":791,"slug":792,"type":17},"SRE","sre","2026-07-12T08:20:44.017673",{"items":795,"total":970},[796,815,834,853,868,881,894,909,920,934,945,958],{"slug":797,"name":797,"fn":798,"description":799,"org":800,"tags":801,"stars":812,"repoUrl":813,"updatedAt":814},"azure-arg-external-evaluation-policy-author","author and test Azure Resource Graph policies","Use when the user wants to author, design, or test an Azure Policy that queries Azure Resource Graph (ARG) at request-time — i.e. a policy whose deny\u002Faudit decision depends on data from elsewhere in the subscription (sibling\u002Fparent resource state, RG-wide invariants, multi-hop relationships, etc.). Formally called Azure Policy External Evaluation; sometimes referred to colloquially as \"Invoke\". Drives an iterative KQL co-design loop against the user's real subscription via `az graph query`, then emits a policy definition, assignment, `.http` test flow, and an `EXPLANATION.md` companion. Read-only; never provisions anything.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[802,803,806,809],{"name":12,"slug":9,"type":17},{"name":804,"slug":805,"type":17},"Compliance","compliance",{"name":807,"slug":808,"type":17},"Governance","governance",{"name":810,"slug":811,"type":17},"Policy","policy",1686,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":816,"name":816,"fn":817,"description":818,"org":819,"tags":820,"stars":831,"repoUrl":832,"updatedAt":833},"azure-blueprints-migration","migrate Azure Blueprints to Template Specs","Use when a user needs to migrate off Azure Blueprints (definitions and\u002For assignments) to Template Specs and Deployment Stacks before the January 31, 2027 retirement. Covers inventory, export, conversion to Bicep, policy decoupling, Template Spec publishing, Deployment Stack deployment with deny-settings, validation, and cutover.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[821,822,825,828],{"name":12,"slug":9,"type":17},{"name":823,"slug":824,"type":17},"Deployment","deployment",{"name":826,"slug":827,"type":17},"Infrastructure as Code","infrastructure-as-code",{"name":829,"slug":830,"type":17},"Migration","migration",260,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-07-12T08:17:49.646405",{"slug":835,"name":835,"fn":836,"description":837,"org":838,"tags":839,"stars":850,"repoUrl":851,"updatedAt":852},"apiview-feedback-resolution","resolve APIView feedback on Azure SDKs","Analyze and resolve APIView review feedback on Azure SDK PRs. **UTILITY SKILL**. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES: azure-sdk-mcp:azsdk_apiview_get_comments, azure-sdk-mcp:azsdk_typespec_customized_code_update.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[840,843,844,847],{"name":841,"slug":842,"type":17},"API Development","api-development",{"name":12,"slug":9,"type":17},{"name":845,"slug":846,"type":17},"Code Review","code-review",{"name":848,"slug":849,"type":17},"Documentation","documentation",133,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-sdk-tools","2026-07-12T08:17:43.350876",{"slug":854,"name":854,"fn":855,"description":856,"org":857,"tags":858,"stars":850,"repoUrl":851,"updatedAt":867},"azsdk-common-live-and-recorded-tests","deploy resources and run Azure SDK tests","Deploy test resources and run Azure SDK tests in live, record, or playback mode. WHEN: \"run live tests\", \"run recorded tests\", \"deploy test resources\", \"record tests\", \"run tests in record mode\", \"clean up test resources\", \"run tests against live resources\". DO NOT USE FOR: writing new tests, authoring Bicep templates, playback-only test runs without resource deployment. INVOKES: azure-sdk-mcp:azsdk_package_run_tests.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[859,860,861,864],{"name":12,"slug":9,"type":17},{"name":823,"slug":824,"type":17},{"name":862,"slug":863,"type":17},"SDK","sdk",{"name":865,"slug":866,"type":17},"Testing","testing","2026-07-12T08:17:44.718943",{"slug":869,"name":869,"fn":870,"description":871,"org":872,"tags":873,"stars":850,"repoUrl":851,"updatedAt":880},"azsdk-common-prepare-release-plan","manage Azure SDK release plan work items","Create, get, update, abandon, and link SDK PRs to release plan work items for Azure SDK releases. **UTILITY SKILL**. USE FOR: \"create release plan\", \"get release plan\", \"update release plan\", \"update API spec in release plan\", \"update SDK details in release plan\", \"abandon release plan\", \"link SDK PR to plan\", \"namespace approval\", \"check release plan status\". DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedback. INVOKES: azure-sdk-mcp:azsdk_create_release_plan, azure-sdk-mcp:azsdk_get_release_plan, azure-sdk-mcp:azsdk_get_release_plan_for_spec_pr, azure-sdk-mcp:azsdk_update_release_plan, azure-sdk-mcp:azsdk_update_api_spec_pull_request_in_release_plan, azure-sdk-mcp:azsdk_update_sdk_details_in_release_plan, azure-sdk-mcp:azsdk_abandon_release_plan, azure-sdk-mcp:azsdk_link_sdk_pull_request_to_release_plan, azure-sdk-mcp:azsdk_link_namespace_approval_issue.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[874,875,878,879],{"name":12,"slug":9,"type":17},{"name":876,"slug":877,"type":17},"GitHub","github",{"name":701,"slug":702,"type":17},{"name":862,"slug":863,"type":17},"2026-07-12T08:17:38.345387",{"slug":882,"name":882,"fn":883,"description":884,"org":885,"tags":886,"stars":850,"repoUrl":851,"updatedAt":893},"azsdk-common-sdk-release","release Azure SDK packages","Check release readiness and trigger the release pipeline for Azure SDK packages. **UTILITY SKILL**. USE FOR: \"release SDK\", \"trigger release\", \"check release readiness\", \"release pipeline\", \"publish package\", \"ship SDK\". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES: azure-sdk-mcp:azsdk_release_sdk.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[887,888,891,892],{"name":12,"slug":9,"type":17},{"name":889,"slug":890,"type":17},"CI\u002FCD","ci-cd",{"name":823,"slug":824,"type":17},{"name":862,"slug":863,"type":17},"2026-07-12T08:17:34.27607",{"slug":895,"name":895,"fn":896,"description":897,"org":898,"tags":899,"stars":850,"repoUrl":851,"updatedAt":908},"azure-typespec-author","author and modify Azure TypeSpec API specifications","Authors and modifies Azure TypeSpec (.tsp) API specifications. USE FOR: any TypeSpec\u002Ftsp change — api versions (add, bump, preview, stable, promote), resources, operations, models, properties, decorators, visibility, constraints, breaking changes, LRO, suppressions, operationId, spread model. Covers ARM resource-manager and data-plane services. DO NOT USE FOR: SDK generation, releasing SDK packages, or single MCP tool calls. INVOKES: azure-sdk-mcp:azsdk_typespec_generate_authoring_plan, azure-sdk-mcp:azsdk_run_typespec_validation.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[900,901,902,905],{"name":841,"slug":842,"type":17},{"name":12,"slug":9,"type":17},{"name":903,"slug":904,"type":17},"OpenAPI","openapi",{"name":906,"slug":907,"type":17},"Technical Writing","technical-writing","2026-07-12T08:17:39.603232",{"slug":910,"name":910,"fn":911,"description":912,"org":913,"tags":914,"stars":850,"repoUrl":851,"updatedAt":919},"generate-sdk-locally","generate and test Azure SDKs locally","Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: \"generate SDK locally\", \"build SDK\", \"run SDK tests\", \"run CI checks\", \"validate package\", \"run checks\", \"update changelog\", \"fix SDK build errors\", \"fix breaking changes\", \"resolve SDK generation errors\", \"customize TypeSpec\", \"rename SDK client\", \"rename SDK model\", \"hide operation from SDK\", \"fix analyzer errors\", \"resolve customization drift\", \"create subclient\", \"update metadata\", \"update version\". DO NOT USE FOR: publishing to package registries, CI pipeline configuration, API design review. INVOKES: azsdk_verify_setup, azsdk_package_generate_code, azsdk_package_build_code, azsdk_package_run_check, azsdk_package_run_tests, azsdk_customized_code_update, azsdk_package_update_changelog_content, azsdk_package_update_metadata, azsdk_package_update_version.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[915,916,917,918],{"name":12,"slug":9,"type":17},{"name":889,"slug":890,"type":17},{"name":862,"slug":863,"type":17},{"name":865,"slug":866,"type":17},"2026-07-12T08:17:37.08523",{"slug":921,"name":921,"fn":922,"description":923,"org":924,"tags":925,"stars":850,"repoUrl":851,"updatedAt":933},"markdown-token-optimizer","optimize markdown files for token efficiency","Analyze markdown files for token efficiency and reduce context-window bloat. **UTILITY SKILL**. DO NOT USE FOR: code optimization, general file editing, non-markdown files. TRIGGERS: optimize markdown, reduce tokens, token count, token bloat, too many tokens, make concise, shrink file, file too large, optimize for AI, token efficiency, verbose markdown, reduce file size. INVOKES: waza CLI.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[926,929,932],{"name":927,"slug":928,"type":17},"LLM","llm",{"name":930,"slug":931,"type":17},"Performance","performance",{"name":906,"slug":907,"type":17},"2026-07-12T08:17:42.080413",{"slug":935,"name":935,"fn":936,"description":937,"org":938,"tags":939,"stars":850,"repoUrl":851,"updatedAt":944},"pipeline-troubleshooting","troubleshoot Azure SDK CI pipelines","Diagnose and resolve failures in Azure SDK CI and generation pipelines. **UTILITY SKILL**. USE FOR: \"pipeline failed\", \"build failure\", \"CI check failing\", \"SDK generation error\", \"reproduce pipeline locally\", \"debug SDK pipeline\". DO NOT USE FOR: local build issues without pipeline context, API design review, SDK publishing. INVOKES: azure-sdk-mcp:azsdk_analyze_pipeline, azure-sdk-mcp:azsdk_package_build_code, azure-sdk-mcp:azsdk_package_run_check.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[940,941,942,943],{"name":12,"slug":9,"type":17},{"name":889,"slug":890,"type":17},{"name":715,"slug":716,"type":17},{"name":862,"slug":863,"type":17},"2026-07-12T08:17:40.821512",{"slug":946,"name":946,"fn":947,"description":948,"org":949,"tags":950,"stars":850,"repoUrl":851,"updatedAt":957},"sensei","improve skill frontmatter compliance","**WORKFLOW SKILL** — Iteratively improve skill frontmatter compliance using the Ralph loop pattern. WHEN: \"run sensei\", \"sensei help\", \"improve skill\", \"fix frontmatter\", \"skill compliance\", \"frontmatter audit\", \"score skill\", \"check skill tokens\". INVOKES: token counting tools, test runners, git commands. FOR SINGLE OPERATIONS: use token CLI directly for counts\u002Fchecks.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[951,952,953,956],{"name":12,"slug":9,"type":17},{"name":804,"slug":805,"type":17},{"name":954,"slug":955,"type":17},"Process Optimization","process-optimization",{"name":906,"slug":907,"type":17},"2026-07-12T08:17:32.970921",{"slug":959,"name":959,"fn":960,"description":961,"org":962,"tags":963,"stars":850,"repoUrl":851,"updatedAt":969},"skill-authoring","author agent skills for agentskills.io","Write Agent Skills that comply with the agentskills.io specification. WHEN: \"create a skill\", \"new skill\", \"write a skill\", \"skill template\", \"skill structure\", \"review skill\", \"skill PR\", \"skill compliance\", \"SKILL.md format\", \"skill frontmatter\", \"skill best practices\". DO NOT USE FOR: improving existing skills (use sensei), general documentation. INVOKES: waza CLI.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[964,965,968],{"name":848,"slug":849,"type":17},{"name":966,"slug":967,"type":17},"Plugin Development","plugin-development",{"name":906,"slug":907,"type":17},"2026-07-12T08:17:35.873862",109]