Build and operate Python Azure IoT Edge modules with robust messaging, deployment manifests, observability, and production readiness checks.
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.
Use this skill for requests like:
Before recommending runtime behavior or deployment decisions, review:
Minimum checks:
If documentation cannot be fetched, proceed with explicit assumptions and flag them clearly.
Before proposing Python implementation details, consult official Python sources:
Prefer official docs over community snippets unless there is a specific compatibility reason to deviate.
Define:
Specify:
Implement and validate:
Require:
Define:
When relevant, combine with:
azure-smart-city-iot-solution-builder for platform-level architecture.appinsights-instrumentation for telemetry instrumentation approaches.azure-resource-visualizer for architecture diagrams and dependency mapping.Also use references/python-official-best-practices.md as baseline quality criteria for module design and implementation guidance.
Always provide:
Use references/python-edge-module-template.md to structure implementation proposals and reviews.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/python-azure-iot-edge-modules · pinned to the source commit
# Run from your project root
git clone https://github.com/github/awesome-copilot.git .skillboard-tmp
git -C .skillboard-tmp checkout f11a4e441c5ff061b4f8ae37952be8c602e4034e
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/python-azure-iot-edge-modules" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/github/awesome-copilot.git .skillboard-tmp
git -C .skillboard-tmp checkout f11a4e441c5ff061b4f8ae37952be8c602e4034e
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/python-azure-iot-edge-modules" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/python-azure-iot-edge-modules
Scanner static-checks@0.1.0 · commit f11a4e441c5f. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.