Agent skill · DevOps & Cloud

python-azure-iot-edge-modules

Build and operate Python Azure IoT Edge modules with robust messaging, deployment manifests, observability, and production readiness checks.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill python-azure-iot-edge-modules --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/python-azure-iot-edge-modules/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Python Azure IoT Edge Modules Use this skill to design, implement, and validate Python-based IoT Edge modules for telemetry processing, local inference, protocol translation, and edge-to-cloud integration. ## When To Use Use this skill for requests like: - "quiero crear un modulo Python para IoT Edge" - "como despliego modulos edge con manifest" - "necesito filtrar/agregar telemetria antes de subirla" - "como manejo desconexiones y reintentos en edge" ## Mandatory Docs Review Before recommending runtime behavior or deployment decisions, review: - https://learn.microsoft.com/azure/iot-edge/ - https://learn.microsoft.com/es-es/azure/iot-edge/ Minimum checks: - Runtime architecture and module lifecycle. - Supported host OS and versions. - Deployment model and configuration flow. - Current release/version guidance. If documentation cannot be fetched, proceed with explicit assumptions and flag them clearly. ## Python Official References and Best Practices (Required) Before proposing Python implementation details, consult official Python sources: - https://www.python.org/ - https://docs.python.org/3/ - https://docs.python.org/3/reference/ - https://docs.python.org/3/library/ - referenc

What's inside
Steps it walks through
  1. When To Use
  2. Mandatory Docs Review
  3. Python Official References and Best Practices (Required)
  4. Goals
  5. Module Use Cases
  6. Delivery Workflow
  7. 1) Contract and Interfaces
  8. 2) Runtime and Packaging
  9. 3) Reliability Design
  10. 4) Security Controls
  11. 5) Deployment and Operations
  12. Reuse Other Skills
  13. Required Output
  14. Output Template
Ships with 2 files
  • references/python-edge-module-template.md
  • references/python-official-best-practices.md
More from awesome-copilot
All skills →
About this skill
What does the python-azure-iot-edge-modules skill do?

Build and operate Python Azure IoT Edge modules with robust messaging, deployment manifests, observability, and production readiness checks.

How do I install it?

Run `npx skills add github/awesome-copilot --skill python-azure-iot-edge-modules --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going