teams-dev

teams-dev is a skill for Claude Code, Codex from microsoft/Build26-DEM332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live. It costs 82 tokens per session (1,084 once invoked), scanned A, original, MIT.

Development guidance for Microsoft Teams, a collaboration platform that supports chat, meetings, apps, and bots. It covers building and connecting bots, web apps, message cards, sign-in, and Teams developer tools.

In plain words
What is it for?
Create bot projects, add Teams functionality to an existing server, configure bot infrastructure, and work with sign-in, message extensions, and Adaptive Cards.
Why use it?
It helps route a Teams development task to the appropriate instructions and gives a consistent approach for creating or integrating Teams features.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Create bot projects, add Teams functionality to an existing server, configure bot infrastructure, and work with sign-in, message extensions, and Adaptive Cards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/microsoft/build26-dem332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live/teams-dev
About the project

Microsoft Build 2026 DEM332 is a demonstration repository showing how to turn an existing web application into a Microsoft Teams agent. It guides developers through inspecting a server, adding Teams bot support, registering a messaging endpoint, updating the app registration, and producing an onboarding link with the Teams Developer CLI and coding agents. The catalogue add-ons support the workflow demonstrated in the repository.

microsoft/Build26-DEM332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live · 5 stars · on GitHub · build.microsoft.com

Install

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.

Any agent
npx skills add microsoft/Build26-DEM332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live --skill teams-dev
Clone the repo
git clone --depth 1 https://github.com/microsoft/Build26-DEM332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live

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 teams-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/build26-dem332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live/teams-dev/github.svg)](https://agentmods.dev/skills/microsoft/build26-dem332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live/teams-dev)
Your own site
<a href="https://agentmods.dev/skills/microsoft/build26-dem332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live/teams-dev"><img src="https://agentmods.dev/badge/skills/microsoft/build26-dem332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live/teams-dev/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for teams-dev

Your own site · 80×15
<a href="https://agentmods.dev/skills/microsoft/build26-dem332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live/teams-dev"><img src="https://agentmods.dev/badge/skills/microsoft/build26-dem332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live/teams-dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,084 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.
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.00082 $0.01084
Opus 5 $0.00041 $0.00542
Sonnet 5 $0.00016 $0.00217
Haiku 4.5 $0.00008 $0.00108

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

Security

Grade A, and why

teams-dev 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 12d 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.

src/completed/.agents/skills/teams-dev/SKILL.md · 134 lines

How it starts

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

Teams Bot Development & Infrastructure

This skill helps you create and manage Microsoft Teams bots using the Teams Developer CLI. Covers both bot application development (creating bot code) and infrastructure management (bot registration, SSO, credentials).

IMPORTANT: Use information and guidance provided within this skill and its reference guides. You may also use external public documentation only when it is explicitly linked from this skill or those guides. Do NOT perform arbitrary web searches or rely on unlisted external sources.

Workflow Routing

Based on the user's request, route to the appropriate guide or handle directly:

Complex Workflows (Use References)

Creating bot application code:

  • Read and follow the Bot Application Development guide
  • This covers: Scaffolding a new bot project with teams project new (TypeScript/C#/Python, templates, connecting to infrastructure)

Integrating Teams into an existing server:

  • Read and follow the Integrate Existing Server guide
  • This covers: Adding Teams bot functionality to an existing server using built-in adapters (ExpressAdapter for TypeScript, FastAPIAdapter for Python) or a custom adapter for any framework

Setting up bot infrastructure (Teams-managed bot & credentials):

Setting up SSO authentication:

  • Read and follow the SSO Setup guide
  • This covers: Bot migration → AAD app configuration → OAuth connection → Manifest update → Verification
  • Prerequisites: Existing bot (teamsAppId, botId), az CLI authenticated

Troubleshooting errors:

Read the full file on GitHub · 134 lines

Files

What ships with it

5 files 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. 12d ago First seen · 134 lines · 82 tokens per session scan A b94a5415fe8d

Subscribe to this mod's changes

teams-dev is a skill published in the GitHub repository microsoft/Build26-DEM332-from-zero-to-teammate-in-25-minutes-build-a-teams-agent-live (5 stars, last pushed 23d ago), licensed MIT. It adds 82 tokens to every session and 1,084 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

Azure Search Ops

Operate the Azure AI Search index and knowledge base behind FoundryIQ for Fibey field ops.

microsoft/Build26-BRK242-turn-your-agents-into-action-connect-tools-apis-and-documents · 23 tokens

UI Designer

React + TypeScript + Tailwind CSS chat interface specialist for this project's streaming chat UI.

microsoft/Build26-BRK242-turn-your-agents-into-action-connect-tools-apis-and-documents · 20 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

with-tanstack-query

Compose Angular Query with signal-owned Table filtering, sorting, and pagination state using reactive query options, manual row-model boundaries, direct query data, server counts, and valid injection context.

TanStack/table · 42 tokens

auth-web-cloudbase

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

TencentCloudBase/CloudBase-AI-Toolkit · 38 tokens

service-digital-engagement-channel-configure

Configures and deploys enhanced chat Messaging Channels for Messaging for In-App and Web (MIAW). Use when the user needs to create, deploy, and activate a messaging channel configured with Omni-Channel Flow, Omni-Channel Queue, User, or Agentforce Service Agent routing. Generates MessagingChannel metadata, deploys it…

forcedotcom/sf-skills · 173 tokens