Mohammad Asad Alahmadi
Community@AlahmadiQ8 · Kuwait
Developer from Kuwait.
Agent Skills by Mohammad Asad Alahmadi
Showing 15 vetted skills indexed across 1 GitHub repositories.
playwright-cli
Automates browser interactions for web testing, form filling, screenshots, and data extraction.
msbuild-antipatterns
Detects and fixes common anti-patterns in MSBuild project files with BAD-to-GOOD transformations.
appinsights-instrumentation
Provides guidance and references for instrumenting web applications with Azure Application Insights telemetry.
azure-deploy
Execute Azure deployments for prepared applications using azd, Bicep, Terraform, or Azure CLI.
azure-rbac
Finds least-privilege Azure RBAC roles and generates CLI and Bicep role assignment code.
frontend-design-review
Review and create frontend interfaces against design system compliance and quality pillars.
azure-validate
Validates Azure deployment readiness through preflight checks on configuration, infrastructure, and permissions.
azure-resource-lookup
Query and list Azure resources across subscriptions using Azure Resource Graph KQL.
entra-app-registration
Configure Microsoft Entra ID app registrations, OAuth 2.0 flows, and MSAL authentication.
directory-build-organization
Organizes MSBuild infrastructure using Directory.Build.props, Directory.Build.targets, and Central Package Management.
azure-storage
Manage Azure Blob, Queue, File Share, Table, and Data Lake storage via MCP tools, CLI, and SDKs.
k6-load-testing
Creates and runs Grafana k6 scripts for load, stress, spike, and soak testing of APIs.
run-tests
Detects .NET test platforms and frameworks to run filtered tests with dotnet test.
containerize-aspnetcore
Generates a multi-stage Dockerfile and .dockerignore for ASP.NET Core projects.
azure-prepare
Generates Azure infrastructure code, azure.yaml, and Dockerfiles through a plan-first deployment preparation workflow.
Frequently Asked Questions About Mohammad Asad Alahmadi
FAQPage SchemaWhat tasks can I accomplish with AlahmadiQ8's skill registry?▼
You can prepare and execute Azure deployments with azd, Bicep, and Terraform; validate deployment readiness; audit MSBuild project files for anti-patterns; register Entra ID apps with OAuth 2.0; assign least-privilege RBAC roles; run k6 load tests; execute .NET tests with dotnet test; containerize ASP.NET Core apps; and automate browser interactions via Playwright.
Who is the target audience for these skills?▼
The skills target Azure cloud engineers, .NET developers, and DevOps practitioners. Specific personas include developers deploying apps to Azure App Service or Container Apps, build engineers maintaining multi-project MSBuild repos, testers running MSTest/xUnit/NUnit suites or k6 load tests, and frontend engineers conducting design and accessibility reviews.
How does the Azure deployment workflow operate across these skills?▼
The workflow runs in stages: azure-prepare generates Bicep/Terraform infrastructure, azure.yaml, and Dockerfiles; azure-validate runs preflight checks on configuration and permissions; azure-deploy then executes azd up, azd deploy, or terraform apply with built-in error recovery. The deploy step requires an existing .azure/plan.md from the prepare stage.
Are these skills open source and what licensing applies?▼
Most skills carry the MIT license with Microsoft listed as author, including azure-deploy, azure-prepare, azure-validate, azure-rbac, azure-storage, entra-app-registration, and appinsights-instrumentation. The frontend-design-review skill acknowledges design principles from @Quirinevwm and Anthropic's frontend-design skill under their respective license terms.
What prerequisites or dependencies do these skills require?▼
Azure skills require existing Azure subscriptions and prepared artifacts like .azure/plan.md. MSBuild skills activate only in .NET build contexts with .csproj, .props, or .targets files. run-tests requires a .NET test project using MSTest, xUnit, NUnit, or TUnit. playwright-cli requires Bash access to the playwright-cli command.