Creating Diagrams with an Excalidraw Agent Skill and Excalidraw MCP
Learn how an Excalidraw Agent Skill powered by Excalidraw MCP in GitHub Copilot can generate Cloud, Terraform, and workflow diagrams from natural language prompts.
Practical insights on Platform Engineering, Azure, GitHub, Terraform, and AI-powered delivery
Learn how an Excalidraw Agent Skill powered by Excalidraw MCP in GitHub Copilot can generate Cloud, Terraform, and workflow diagrams from natural language prompts.
How I built the azure-pricing skill for GitHub Copilot, using Azure MCP and the Azure Retail Prices API to bring live Azure pricing into architecture and engineering workflows.
Learn how to generate AWS architecture diagrams automatically using Draw.io MCP and GitHub Copilot Agent Skills. Build consistent, readable diagrams directly from structured inputs and integrate them into engineering workflows.
Terraform provider upgrades often turn into a manual research exercise. You check the registry, read changelogs, scan the codebase for deprecated resources, update the provider version, add moved blocks, run a plan, and hope nothing breaks. Using GitHub Agentic Workflows, a Terraform MCP server, and reusable agents and skills, much of that preparation can be … Read more
Learn how to generate Azure architecture diagrams automatically using Draw.io MCP and GitHub Copilot Agent Skills. Build consistent, readable diagrams directly from structured inputs and integrate them into engineering workflows.
In my a previous blog post, I shared my early experience getting started with GitHub Agentic Workflows. I’ve known about GitHub Agentic Workflows for a few months, after spending more time using them, what stands out isn’t just the AI capability – it’s the operating model: You keep the reliability and visibility of Actions, while … Read more
If you’ve ever tried to put together a “simple” Terraform module for Azure, you’ll know it rarely stays simple. You start with a couple of resources. Then someone asks for tags. Naming has to follow Azure CAF. Security defaults need tweaking. Monitoring gets bolted on late. By the time you open a pull request, the … Read more
Run GitHub Copilot SDK in GitHub Actions to automate tasks in your CI/CD pipeline. Learn how to build a PR review bot with consistent, structured output.
Ever wished you could practice Git commands without the fear of messing up a real repository? That’s exactly what I built – Git Rail Control, an interactive Git training platform that turns version control into a gamified learning experience with a rail operations theme. What is Git Rail Control? Think of it as a flight … Read more
Run HashiCorp Terraform MCP Server seamlessly in GitHub Actions to ensure accurate provider schemas and smoother automation. Learn how in this guide today.