Skip to main content
Run any Skill in Manus
with one click
$pwd:
Azure-Samples
GitHub creator profile

Azure-Samples

Repository-level view of 72 collected skills across 19 GitHub repositories, including approximate occupation coverage.

skills collected
72
repositories
19
occupation fields
3
updated
2026-05-29
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
Spec2Cloud
20 skills244updated 2026-05-29
28% of creator
excalidraw-azure
unclassified

Create Azure architecture diagrams, flowcharts, data-flow visualizations, or illustrations as Excalidraw documents with embedded official Azure service icons, and export them as SVG and PNG. Use whenever the user wants to draw, sketch, diagram, visualize, or illustrate an Azure workload, solution, reference architecture, network topology, AI/ML topology, or any cloud system involving Azure services — even if they don't say "Excalidraw". Triggers include: "diagram", "architecture diagram", "draw", "sketch", "visualize", "flowchart", "data flow", "topology", "illustrate" combined with any Azure / cloud context. Also use to re-render existing `.excalidraw` files to SVG/PNG.

2026-05-29
deploy
unclassified

Use when local verification passed and the feature is ready to ship to Azure.

2026-05-29
implement
unclassified

Use when a plan exists and the application source or IaC needs to be created or updated.

2026-05-29
verify
unclassified

Use when implementation exists and needs to be exercised locally against provisioned Azure dependencies, before deploying.

2026-05-29
plan
Project Management Specialists

Use when a spec exists and an implementation or Azure deployment plan is needed, before writing code.

2026-05-20
spec2cloud
Software Developers

Use when the user wants to run the full Specify → Plan → Implement → Deploy loop end-to-end in one shot. Accepts a free-form prompt that is passed to specify.

2026-05-20
specify
Computer Systems Analysts

Use when starting or refining a project's requirements, before any planning or coding. Supports sub-commands `sync`, `reverse`, and `validate`.

2026-05-20
implement
Software Developers

Execute pending tasks from tasks.md / tasks.json, updating both on completion.

2026-05-13
Showing top 8 of 20 collected skills in this repository.
#002
art-voice-agent-accelerator
9 skills7055updated 2026-02-20
13% of creator
Showing top 8 of 9 collected skills in this repository.
#003
azure-sdk-code-sample-skills
7 skills01updated 2026-05-21
9.7% of creator
azure-sdk-dotnet-sample-review
Software Quality Assurance Analysts & Testers

Reviews Azure SDK .NET code samples for best practices, credential handling, error patterns, Aspire orchestration, and documentation compliance. Trigger: "review .NET Azure SDK sample", "check dotnet sample", "Azure SDK .NET review".

2026-05-21
azure-sdk-go-sample-review
Software Quality Assurance Analysts & Testers

Reviews Azure SDK Go code samples for best practices, credential handling, idiomatic error handling, context propagation, and documentation compliance. Trigger: "review Go Azure SDK sample", "check Go sample", "Azure SDK Go review".

2026-05-21
azure-sdk-java-sample-review
Software Quality Assurance Analysts & Testers

Reviews Azure SDK Java code samples for best practices, credential handling, error patterns, Spring Boot integration, and documentation compliance. Trigger: "review Java Azure SDK sample", "check Java sample", "Azure SDK Java review".

2026-05-21
azure-sdk-python-sample-review
Software Quality Assurance Analysts & Testers

Reviews Azure SDK Python code samples for best practices, credential handling, async patterns, error handling, and documentation compliance. Trigger: "review Python Azure SDK sample", "check Python sample", "Azure SDK Python review".

2026-05-21
azure-sdk-rust-sample-review
Software Quality Assurance Analysts & Testers

Reviews Azure SDK Rust code samples for best practices, credential handling, ownership patterns, async runtime usage, error propagation, and documentation compliance. Trigger: "review Rust Azure SDK sample", "check Rust sample", "Azure SDK Rust review".

2026-05-21
azure-sdk-sample-review
Software Quality Assurance Analysts & Testers

Reviews Azure SDK samples for best practices, credentials, errors, and docs. Auto-detects language.

2026-05-21
azure-sdk-typescript-sample-review
Software Quality Assurance Analysts & Testers

Reviews Azure SDK TypeScript code samples for best practices, credential handling, error patterns, and documentation compliance. Trigger: "review TypeScript Azure SDK sample", "check TypeScript sample", "Azure SDK TypeScript review".

2026-05-21
#004
Durable-Task-Scheduler
6 skills5521updated 2026-04-23
8.3% of creator
migrate-backend-to-dts
Network & Computer Systems Administrators

Migrate existing Azure Durable Functions apps from existing backend storage providers (Azure Storage, Netherite, MSSQL) to the Durable Task Scheduler. Use when switching backends, converting to azureManaged storage provider, upgrading from Azure Storage default provider, migrating from Netherite Event Hubs-based backend, migrating from Microsoft SQL Server backend, or modernizing Durable Functions infrastructure. Applies to .NET, Python, JavaScript/TypeScript, and Java Durable Functions apps that need to adopt the managed Durable Task Scheduler service.

2026-04-23
durable-task-java
Software Developers

Build durable, fault-tolerant workflows in Java using the Durable Task SDK with Azure Durable Task Scheduler. Use when creating orchestrations, activities, or implementing patterns like function chaining, fan-out/fan-in, human interaction, or monitoring. Applies to any Java application requiring durable execution, state persistence, or distributed transactions without Azure Functions dependency.

2026-02-27
durable-task-js
Software Developers

Build durable, fault-tolerant workflows in JavaScript/TypeScript using the Durable Task SDK with Azure Durable Task Scheduler. Use when creating orchestrations, activities, entities, or implementing patterns like function chaining, fan-out/fan-in, human interaction, or durable timers. Applies to any Node.js application requiring durable execution, state persistence, or distributed coordination without Azure Functions dependency.

2026-02-27
durable-task-python
Software Developers

Build durable, fault-tolerant workflows in Python using the Durable Task SDK with Azure Durable Task Scheduler. Use when creating orchestrations, activities, entities, or implementing patterns like function chaining, fan-out/fan-in, human interaction, or stateful agents. Applies to any Python application requiring durable execution, state persistence, or distributed transactions without Azure Functions dependency.

2026-02-27
durable-functions-dotnet
Software Developers

Build durable, fault-tolerant workflows using Azure Durable Functions with .NET isolated worker and Durable Task Scheduler backend. Use when creating serverless orchestrations, activities, entities, or implementing patterns like function chaining, fan-out/fan-in, async HTTP APIs, human interaction, monitoring, or stateful aggregators. Applies to Azure Functions apps requiring durable execution, state persistence, or distributed coordination with built-in HTTP management APIs and Azure integration.

2026-01-30
durable-task-dotnet
Software Developers

Build durable, fault-tolerant workflows in .NET using the Durable Task SDK with Azure Durable Task Scheduler. Use when creating orchestrations, activities, entities, or implementing patterns like function chaining, fan-out/fan-in, human interaction, or stateful agents. Applies to any .NET application requiring durable execution, state persistence, or distributed transactions without Azure Functions dependency.

2026-01-30
#005
AI-Gateway
5 skills934458updated 2026-03-22
6.9% of creator
lab-creator
Software Developers

Guide for creating new AI Gateway labs. Use when users want to create a new lab in the labs/ folder. This skill provides the standard lab structure, templates, and patterns used across the AI Gateway repository including Jupyter notebooks, Bicep infrastructure templates, APIM policies, and README documentation.

2026-03-22
apim-policies
Network & Computer Systems Administrators

Guide for creating Azure API Management (APIM) XML policies. Use when users want to create, modify, or understand APIM policies including inbound/outbound processing, authentication, rate limiting, caching, transformations, AI gateway policies, and policy expressions. This skill provides policy syntax, examples, and C# policy expressions for request/response manipulation.

2026-02-20
apim-bicep
Network & Computer Systems Administrators

Guide for building Bicep files for Azure API Management (APIM) and related Azure services. Use when users want to create, modify, or understand Bicep templates for APIM instances, APIs, backends, subscriptions, policies, products, loggers, diagnostics, and MCP servers. This skill provides Bicep syntax, patterns from Azure Verified Modules, and examples from this repository.

2026-02-04
apim-kql
Network & Computer Systems Administrators

Guide for creating Kusto Query Language (KQL) queries for Azure API Management tables in Azure Monitor (Log Analytics Workspace). Use when users want to query, analyze, or monitor APIM logs including gateway logs, LLM/AI logs, MCP logs, WebSocket logs, and Application Insights data. This skill provides KQL syntax, table schemas, and query patterns for APIM monitoring scenarios.

2026-02-04
apim-terraform
Network & Computer Systems Administrators

Guide for creating Terraform files for Azure API Management (APIM) and related Azure services. Use when users want to create, modify, or understand Terraform configurations for APIM instances, APIs, backends, subscriptions, policies, products, loggers, diagnostics, and supporting infrastructure using the azurerm provider. This skill provides HCL syntax, resource definitions, and patterns from the Terraform Registry and this repository.

2026-02-04
#006
Apim-Samples
3 skills9028updated 2026-05-13
4.2% of creator
#007
agent-skills-dotnet-demo
3 skills428updated 2026-04-10
4.2% of creator
#008
sherpa
3 skills2110updated 2026-04-01
4.2% of creator
#009
holiday-peak-hub
3 skills108updated 2026-05-13
4.2% of creator
Showing 12 of 19 repositories