Analyze local Azure Functions workspace code and configuration for common issues. Produces structured JSON findings for integration with the doctor CLI command. This skill targets local workspaces only — use azure-functions-diagnostics for deployed Azure resources.
Use when investigating current Azure Functions app status and health: Running/Stopped state, Resource Health, plan status, Azure Monitor metrics, Application Insights/Log Analytics requests, failures, exceptions, traces, dependencies, and recent Activity Log. Do not use for static inventory-only requests.
Use when collecting Azure Functions app specifications/inventory only: resource identity, SKU/plan, runtime, Function App config, network, identity, selected app settings, and function/trigger inventory. Do not use for runtime health, failures, metrics, or telemetry investigation.
Use in Agent mode when designing, running, or reporting end-to-end tests for Azure Functions Skills workspace-local install and update flows across GitHub Copilot, Claude Code, and Codex layouts.
Agent "AGENTS" from Azure/azure-functions-skills, covering azure functions development standards, code quality, security, development workflow and pull requests.
SDAF Azure DevOps surface skills: bootstrap the Azure DevOps project and onboard workload zones, plus a catalogue of the 13 wrapper pipelines shipped in this repository. Grounded strictly in this repo's docs/. Independently installable; pair with the sap-automation hub plugin for complete Azure DevOps coverage.
SDAF Azure DevOps surface skills: bootstrap the Azure DevOps project and onboard workload zones, plus a catalogue of the 13 wrapper pipelines shipped in this repository. Grounded strictly in this repo's docs/. Independently installable; pair with the sap-automation hub plugin for complete Azure DevOps coverage.
Reference catalogue of the 13 Azure DevOps pipeline wrappers that ship in sap-automation-bootstrap/pipelines: what each wrapper does, its documented parameters and preconditions, which variable groups it reads (SDAF-General, SDAF- , SDAF- ), and the documented 20 / 21 / 22 self-update ("level-up") path. Grounded in…
Set up SDAF on Azure DevOps end-to-end: create the Azure DevOps project, configuration repository, pipelines, cleanup task, agent pool, control-plane managed identity, service connections, variable groups, optional Web App, and onboard each SDAF workload zone. Drives the documented New-SDAFUserAssignedIdentity +…
Official Claude plugin for Azure DocumentDB (MongoDB-compatible). Bundles the DocumentDB MCP server with skills for data modeling, indexing, query optimization, vector search, full-text search, deployment, security, and more.
Reviews SKILL.md files against Anthropic's progressive-disclosure runtime principles (Level 1 frontmatter / Level 2 body / Level 3 references+scripts) and the five canonical antipatterns — frontmatter-on-reference-files, monolithic spines, hardcoded workspace paths, missing Gotchas, and no evals. Use when adding a new…
Instructions for Azure/documentdb-agent-kit, covering agents.md, how agents should use this kit, skills in this kit, best-practice rule collections and interactive / workflow skills.
Optimize MongoDB client connection configuration (pools, timeouts, patterns) for Azure DocumentDB. Use this skill when working on functions that instantiate or configure a MongoDB client (e.g., calling connect()), configuring connection pools, troubleshooting connection errors (ECONNREFUSED, timeouts, pool…
Data modeling patterns for Azure DocumentDB — embed vs reference, 16 MB document limit, denormalization for read-heavy workloads, schema versioning. Use when designing new schemas, reviewing existing data models, migrating from SQL, deciding between embedding and referencing, modeling one-to-one / one-to-many /…