azure-dev: Skill for Claude Code

.github/skills/weekly-demo-video/SKILL.md

weekly-demo-video is a skill for Claude Code, Codex from Azure/azure-dev. It costs 135 tokens per session (763 once invoked), scanned A, original, MIT.

A workflow for creating narrated weekly demo videos about Azure Developer CLI features. It turns recent code changes into dark-themed slides with spoken narration and an MP4 video.

In plain words
What is it for?
Use it to review recent commits, select user-facing features worth showing, research their details, and produce a narrated demo video.
Why use it?
It reduces the manual work of finding notable changes, explaining them, designing slides, recording narration, and assembling a video.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

This is Azure/azure-dev's own configuration. It tells Claude Code and Codex how to work on azure-dev itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything azure-dev configures →

About the project

Azure Developer CLI (azd) is a command-line tool for building, deploying, and operating applications on Azure. Developers use it to move through application workflows such as coding, building, deployment, and monitoring with Azure templates and resources. Its catalogue entries help AI agents work with azd and Azure application projects.

Azure/azure-dev · 568 stars · on GitHub · aka.ms

Reuse

Borrowing it

Nothing to install: this file belongs to Azure/azure-dev. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Azure/azure-dev/main/.github/skills/weekly-demo-video/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Azure/azure-dev

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for weekly-demo-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/azure/azure-dev/weekly-demo-video.svg)](https://agentmods.dev/skills/azure/azure-dev/weekly-demo-video)
Your own site
<a href="https://agentmods.dev/skills/azure/azure-dev/weekly-demo-video"><img src="https://agentmods.dev/badge/skills/azure/azure-dev/weekly-demo-video.svg" alt="Measured on agentmods" height="20"></a>
Per session 135 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 763 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00135 $0.00763
Opus 5 $0.00068 $0.00381
Sonnet 5 $0.00027 $0.00153
Haiku 4.5 $0.00014 $0.00076

Measured 8d ago against content hash 6d2b19f454a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

weekly-demo-video scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/weekly-demo-video/SKILL.md · 99 lines

How it starts

The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Weekly Demo Video Generator

Generates narrated MP4 demo videos for azd features using Python + Pillow + edge-tts + ffmpeg.

Prerequisites

Ensure these tools are installed:

Tool Purpose
Python 3 Script execution
Pillow Slide generation (pip install Pillow)
ffmpeg Video/audio stitch
edge-tts Neural TTS (pip install edge-tts)

Verify prerequisites (bash):

python3 -c "from PIL import Image; print('ok')"
ffmpeg -version
edge-tts --list-voices > /dev/null

Execution Flow

Step 1: Pull latest

cd <repo-root>  # the azure-dev repository root
git checkout main && git pull --rebase

Step 2: Find commits for the week

Replace the dates below with the actual week range:

git log --oneline --since="YYYY-MM-DD" --until="YYYY-MM-DD" --no-merges

Use the current week window (7 days). For sprint demos, use a 2-week window.

Step 3: Identify demo-worthy features

Group related commits. Skip: typos, CI fixes, test-only, deps bumps, docs-only. Look for: new commands, UX improvements, perf gains, new flags, agent features.

Use explore agents in parallel to research each feature group (give them specific commit SHAs).

Step 4: Confirm with user

Present a table of proposed demos. Ask user to confirm or adjust before generating.

Step 5: Generate videos

Follow the conventions strictly:

{{ references/CONVENTIONS.md }}

Step 6: Report

List generated videos with filenames and durations. Offer short descriptions for docs.

Error Handling

  • edge-tts failure: Retry once. If it fails again, log the error and skip that slide's audio — notify the user.
  • ffmpeg failure: Check the ffmpeg error output. Common issues: missing codec, invalid image path. Print the error and stop — don't produce a partial video.
  • Font not found: Falls back to ImageFont.load_default() automatically. Warn the user that slides may look different.

Output

All videos go to: <repo-root>/demo-video/

Read the full file on GitHub · 99 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 99 lines · 135 tokens per session scan A 6d2b19f454a9

Subscribe to this mod's changes

weekly-demo-video is a skill published in the GitHub repository Azure/azure-dev (568 stars, last pushed today), licensed MIT. It adds 135 tokens to every session and 763 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

audio-transcribe

Transcribe speech from audio files (mp3, m4a, wav, ogg, flac, webm) to text using the local whisper CLI — no API key. Use whenever a task hinges on the spoken content of an audio attachment.

AtomicBot-ai/atomic-agent · 58 tokens

ffmpeg

Process audio and video with the ffmpeg / ffprobe CLIs — convert, trim, extract audio, resize, change format, make GIFs, inspect media. Use for any audio/video transformation.

AtomicBot-ai/atomic-agent · 47 tokens

imagemagick

Edit and convert images with the ImageMagick magick CLI — resize, crop, convert format, compress, rotate, montage, annotate. Use for any still-image transformation.

AtomicBot-ai/atomic-agent · 41 tokens

image-taste-frontend

Elite frontend image-direction skill for generating premium, artistic, implementation-friendly website design references. Uses combinatorial variation to avoid repetitive AI aesthetics, enforces cinematic hero minimalism, strong hierarchy, generous spacing, image-led composition, and anti-slop visual discipline. For…

fatihkan/badi · 90 tokens

genmedia

Run a fal.ai model end-to-end with the genmedia CLI. Use this when the user asks to generate an image, video, or audio; convert media; upscale or restyle; run any fal.ai model; or "use genmedia" for a task. Guides discovery, schema inspection, input preparation, execution, and result handling.

fal-ai-community/genmedia-cli · 72 tokens

aether

Full-stack orchestrator supporting the planning, implementation, and operation of AITuber (AI VTuber) systems. Responsible for designing, building, and monitoring real-time streaming pipelines (Chat→LLM→TTS→Avatar→OBS), live chat integration, TTS voice synthesis, Live2D/VRM avatar control, lip sync and expression…

onfire7777/universal-ai-skills-library · 82 tokens