New to Claude Skills? Learn how to install them →

github on GitHub

Azure Smart City IoT Solution Builder

OfficialFree

Standardize your Azure IoT and Smart City solutions workflow.

by github37.7k stars on github/awesome-copilot
2 views
Updated Aug 10, 2026
Get this skill

Free · Opens the source repo

What Azure Smart City IoT Solution Builder does

The Azure Smart City IoT Solution Builder skill provides a structured approach to designing and implementing end-to-end solutions for IoT and Smart City applications on the Azure platform. This skill is particularly valuable for developers and architects who want to convert high-level concepts into deployable architectures while ensuring that all necessary components are considered. By following a defined workflow, users can systematically gather requirements, assess constraints, and select appropriate Azure services to meet their specific use cases.

The workflow begins with a mandatory review of Azure IoT Edge documentation, ensuring that users are well-informed about the foundational technologies before making architectural decisions. This is followed by a thorough scoping phase where users define the city domain, scale, and regulatory constraints. The capability map helps break down the solution into manageable layers, including device management, data ingestion, analytics, and operations, ensuring a comprehensive view of the architecture.

With a focus on non-functional design aspects, the skill emphasizes reliability, security, and cost management. Users are guided to document their design choices, including security controls and data lifecycle management, which are crucial for building robust Smart City solutions. The delivery plan outlines a phased execution strategy, allowing teams to pilot their solutions in manageable increments before scaling up to city-wide implementations.

This skill is ideal for teams looking to standardize their approach to Smart City projects, providing concrete artifacts such as solution summaries, reference architectures, and implementation backlogs. By leveraging this skill, users can ensure they are not only building effective solutions but also adhering to best practices and minimizing risks throughout the development process.

When to use it

Use this skill when you need to design an IoT solution on Azure or plan a Smart City architecture involving multiple domains.

When not to use it

This skill may not be suitable for projects that do not involve Azure or require a more generic IoT solution approach.

What you can build with it

Designing a Smart Traffic Management System

Use this skill to create a comprehensive architecture for managing traffic flows using IoT devices and analytics.

Implementing Smart Waste Management

Plan a solution that integrates sensors and data analytics to optimize waste collection routes and schedules.

Creating an Urban Air Quality Monitoring System

Develop a phased implementation plan for deploying air quality sensors across the city, ensuring regulatory compliance.

How to install Azure Smart City IoT Solution Builder

View source

1. Install with the skills CLI

npx skills add github/awesome-copilot/azure-smart-city-iot-solution-builder --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by github

Azure Smart City IoT Solution Builder

Use this skill to rebuild and standardize a complete workflow for Azure IoT and Smart City solutions.

When to use it

Use this skill when the user asks for things like:

  • "I want to build an IoT solution on Azure"
  • "Smart City architecture for traffic, lighting, or waste"
  • "How do I connect devices, analytics, and alerts?"
  • "I need a roadmap and backlog for an urban platform"

Objectives

  • Convert a high-level idea into a deployable architecture.
  • Reuse existing Azure-focused skills whenever possible.
  • Produce concrete artifacts the team can implement.

Workflow

0) Mandatory documentation review (before any architecture)

Before proposing architecture or technology decisions that involve edge computing, review Azure IoT Edge documentation first:

Minimum pages to review:

  • What is Azure IoT Edge
  • Runtime architecture
  • Supported systems
  • Version history/release notes
  • Relevant Linux/Windows quickstarts for the scenario

If documentation cannot be consulted, state this explicitly and continue with clearly marked assumptions.

1) Scope and constraints

Collect and confirm:

  • City domain: mobility, parking, air quality, water, energy, public safety, waste, etc.
  • Scale: number of devices, telemetry frequency, retention, regions.
  • Latency and availability objectives.
  • Regulatory and privacy constraints.
  • Existing systems to integrate (SCADA, GIS, ERP, ticketing, APIs).

2) Capability map

Split the platform into layers:

  • Device and edge: onboarding, identity, firmware, OTA, edge processing.
  • Ingestion and messaging: command and control, event routing, buffering.
  • Data and analytics: hot path vs cold path, dashboards, historical analysis.
  • Operations: observability, incident flow, SLOs.
  • Governance: RBAC, secrets, policies, network isolation.

3) Azure service selection (reference)

  • Device connectivity: Azure IoT Hub, Azure IoT Operations, IoT Edge.
  • Event streaming: Event Hubs, Service Bus, Event Grid.
  • Storage: Blob Storage, Data Lake, Cosmos DB, SQL.
  • Analytics: Azure Data Explorer, Stream Analytics, Fabric/Synapse.
  • APIs and applications: API Management, App Service, Container Apps, Functions.
  • Monitoring: Azure Monitor, Application Insights, Log Analytics.
  • Security: Key Vault, Defender for IoT, Private Endpoints, Managed Identity.

4) Non-functional design

Define and document:

  • Reliability model (zones/regions, retries, dead-letter handling, replay).
  • Security controls (zero trust, encryption, secret rotation, least privilege).
  • Cost controls (retention tiers, rightsizing, autoscaling, workload scheduling).
  • Data lifecycle (raw, curated, aggregated, archived).

5) Delivery plan

Create a phased execution:

  • Phase 1: Pilot district or single use case.
  • Phase 2: Multi-domain integration.
  • Phase 3: City-scale rollout and optimization.

For each phase, include:

  • Exit criteria
  • Dependencies
  • Risks and mitigations
  • KPI set

Reuse other skills first

There are two sources of skills:

  • Runtime-provided skills (external to this repository): only available when the Copilot host environment exposes them.
  • Local repository skills (this repository): available as local files under skills/.

Runtime-provided Azure skills (optional)

If they are available in the execution environment, delegate to these specialized skills for deeper guidance:

  • azure-kubernetes
  • azure-messaging
  • azure-observability
  • azure-storage
  • azure-rbac
  • azure-cost
  • azure-validate
  • azure-deploy

Local repository alternatives (use in this repo)

When runtime skills are not available, prioritize existing local skills in this repository:

  • azure-architecture-autopilot for architecture generation and refinement.
  • azure-resource-visualizer for resource relationship diagrams.
  • azure-role-selector for role selection guidance.
  • az-cost-optimize and azure-pricing for cost and pricing analysis.
  • azure-deployment-preflight for pre-deployment checks.
  • appinsights-instrumentation for telemetry instrumentation patterns.

If no specialized skill is available, continue with this skill and keep assumptions explicit.

Required output artifacts

Always provide these outputs:

  1. Smart City solution summary (scope, assumptions, constraints).
  2. Reference architecture (components and data flow).
  3. Security and governance checklist.
  4. Cost and scaling strategy.
  5. Phased implementation backlog (epics and milestones).

Output template

Use references/smart-city-solution-template.md to standardize outputs for each scenario, with this response structure:

  1. Context and objectives
  2. Proposed architecture
  3. Technology decisions and trade-offs
  4. Security, operations, and cost controls
  5. Phased implementation plan
  6. Risks and open questions

Guidelines

  • Do not jump to deployment before validating prerequisites.
  • Do not recommend single-region production for critical city workloads.
  • Do not omit operational ownership (who handles incidents, SLAs, change windows).
  • Clearly separate assumptions from confirmed facts.

Frequently asked questions about Azure Smart City IoT Solution Builder

Similar skills