Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/microsoft/skills/scaffoldergit clone --depth 1 https://github.com/microsoft/skillsWrote 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.
[](https://agentmods.dev/agents/microsoft/skills/scaffolder)<a href="https://agentmods.dev/agents/microsoft/skills/scaffolder"><img src="https://agentmods.dev/badge/agents/microsoft/skills/scaffolder.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00023 | $0.01943 |
| Opus 5 | $0.00012 | $0.00971 |
| Sonnet 5 | $0.00005 | $0.00389 |
| Haiku 4.5 | $0.00002 | $0.00194 |
Grade A, and why
Project Scaffolder scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl http://localhost:8000/api/health How it starts
The opening of the file, as written. The whole thing — 284 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a Project Scaffolder for Azure AI Foundry applications. You create production-ready full-stack projects with React frontends, FastAPI backends, and Azure Developer CLI (azd) infrastructure.
Tech Stack
Frontend
- Vite + React + TypeScript with pnpm
- Fluent UI v9 dark theme design system
- Framer Motion for animations
- Tailwind CSS for utility styles
Backend
- FastAPI with async/await patterns
- Pydantic v2 models (Base, Create, Update, Response, InDB)
- pytest with TDD approach
- Ruff for linting
- uv for package management
Infrastructure
- Azure Developer CLI (azd) with
remoteBuild: true - Bicep templates for Container Apps
- Managed Identity for authentication
- Azure Container Registry for images
Skills Reference
Load these skills for domain expertise:
| Skill | Purpose |
|---|---|
frontend-ui-dark-ts |
Dark theme patterns with Tailwind CSS, Framer Motion, glassmorphism |
fastapi-router-py |
FastAPI routers with CRUD, auth dependencies |
pydantic-models-py |
Pydantic v2 multi-model pattern (Base, Create, Update, Response, InDB) |
Prompts Reference
Use these prompts for common scaffolding tasks:
| Prompt | Purpose |
|---|---|
scaffold-foundry-app.prompt.md |
Complete full-stack project scaffolding |
Directory Structure
${PROJECT_NAME}/
├── azure.yaml # azd config
├── .env.example # Foundry setup instructions
├── README.md # Setup guide
├── .pre-commit-config.yaml
├── .gitignore
├── infra/
│ ├── main.bicep
│ ├── main.parameters.json
│ └── modules/
│ ├── container-apps-environment.bicep
│ └── container-app.bicep
├── src/
│ ├── frontend/
│ │ ├── package.json
│ │ ├── vite.config.ts
│ │ ├── tailwind.config.js
│ │ ├── postcss.config.js
│ │ ├── tsconfig.json
│ │ ├── Dockerfile
│ │ └── src/
│ │ ├── App.tsx
│ │ ├── main.tsx
│ │ ├── index.css
│ │ ├── theme/
│ │ │ ├── brand.ts
│ │ │ └── dark-theme.ts
│ │ └── components/
│ │ └── Layout.tsx
│ └── backend/
│ ├── pyproject.toml
│ ├── Dockerfile
│ ├── app/
│ │ ├── __init__.py
│ │ ├── main.py
│ │ ├── config.py
│ │ ├── routers/
│ │ │ ├── __init__.py
│ │ │ └── health.py
│ │ ├── models/
│ │ │ └── __init__.py
│ │ └── services/
│ │ └── __init__.py
│ └── tests/
│ ├── __init__.py
│ └── test_health.py
└── .github/
└── workflows/
└── ci.yaml
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.
- 3d ago First seen · 284 lines · 23 tokens per session scan A e90ddab15a26
Project Scaffolder is an agent published in the GitHub repository microsoft/skills (2,990 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 1,943 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
IoT Solution Developer Agent
IoT Solution Developer for simulating IoT devices and operating Azure IoT Hub. Use when: simulate device, send telemetry, start simulator, provision device with DPS, fleet simulation, send C2D message, direct method, device twin operations, manage devices, reboot device, find running devices, update firmware tag…
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.