m365-agents-ts

Microsoft 365 Agents SDK for TypeScript/Node.js.

Content Preview
---
name: m365-agents-ts
description: Microsoft 365 Agents SDK for TypeScript/Node.js.
risk: unknown
source: community
date_added: '2026-02-27'
---

# Microsoft 365 Agents SDK (TypeScript)

Build enterprise agents for Microsoft 365, Teams, and Copilot Studio using the Microsoft 365 Agents SDK with Express hosting, AgentApplication routing, streaming responses, and Copilot Studio client integrations.

## Before implementation
- Use the microsoft-docs MCP to verify the latest API signatures for Ag
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/m365-agents-ts.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/m365-agents-ts/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/m365-agents-ts/SKILL.md

Related Skills