Source profileQuality 85/100

github/awesome-copilot/skills/azure-smart-city-iot-solution-builder/SKILL.md

azure-smart-city-iot-solution-builder

Design and plan end-to-end Azure IoT and Smart City solutions: requirements, architecture, security, operations, cost, and a phased delivery plan with concrete implementation artifacts.

Source repository stars
37,126
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

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

Best for

  • "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?"

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/github/awesome-copilot --skill "skills/azure-smart-city-iot-solution-builder"
Safe inspection promptEditorial

Inspect the Agent Skill "azure-smart-city-iot-solution-builder" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/azure-smart-city-iot-solution-builder/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Workflow

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

    https://learn.microsoft.com/azure/iot-edge/What is Azure IoT EdgeRuntime architecture
  2. 02

    0) Mandatory documentation review (before any architecture)

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

    https://learn.microsoft.com/azure/iot-edge/What is Azure IoT EdgeRuntime architecture
  3. 03

    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?"
  4. 04

    Objectives

    Convert a high-level idea into a deployable architecture.

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

    1) Scope and constraints

    City domain: mobility, parking, air quality, water, energy, public safety, waste, etc.

    City domain: mobility, parking, air quality, water, energy, public safety, waste, etc.Scale: number of devices, telemetry frequency, retention, regions.Latency and availability objectives.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score85/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars37,126SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
github/awesome-copilot
Skill path
skills/azure-smart-city-iot-solution-builder/SKILL.md
Commit
9933dcad5be5caeb288cebcd370eeeb2fc2f1685
License
MIT
Collected
2026-07-28
Default branch
main
View the original SKILL.md

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 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.

Alternatives

Compare before choosing

Computed 9438,313

wshobson/agents

brand-landingpage

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established visual direction. Skip when they have a design mockup, need a dashboard or app UI, are working at component level, building a multi-page app, or restyling with known design tokens —

Computed 9337,126

github/awesome-copilot

doc-and-modernize

Two related workflows for a locally-cloned codebase, in one skill. Documentation mode produces a single, comprehensive, verifiable architecture document primarily by reading files on disk (local-first) — use it whenever the user wants to understand, map, document, research, or onboard onto a codebase ("research this repo", "write up the architecture", "do an architecture deep dive", "document how this codebase works", "map the system design", "create an onboarding doc"). Modernization mode gener

Computed 9237,126

github/awesome-copilot

cosmosdb-datamodeling

Step-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts_produced: "cosmosdb_requirements.md" file and "cosmosdb_data_model.md" file

Computed 9037,126

github/awesome-copilot

screen-recording

Create annotated animated GIF demos and screen recordings for pull requests and documentation. Covers frame capture, timing, imageio-based GIF creation, and per-frame annotation workflows.