Teams agent workflow
Skill gaelic-ghost/socket/plugins/messaging-collaboration-skills/skills/teams-agent-workflow
The Source for macOS Agent Workflows
npx -y skills add gaelic-ghost/socket --skill teams-agent-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Plan, build, and validate Microsoft Teams bots and agents with Teams SDK or Microsoft 365 Agents SDK, Microsoft Entra, Adaptive Cards, and tenant deployment boundaries.
SKILL.md
1.4 KB, 220 tokens by cl100k_base, as published. Nobody here has run it
Teams Agent Workflow
Workflow
- Choose Teams SDK for a Teams-first app or Microsoft 365 Agents SDK for a multi-channel agent runtime; document the reason and current supported language.
- Define tenant, Microsoft Entra identity, app registration, manifest, installation, and administrator-consent needs before implementation.
- Treat message activities, Adaptive Card actions, task modules, and agent tool calls as separate authorized input surfaces.
- Verify inbound activity authenticity using the selected Microsoft runtime, preserve conversation and tenant context, and make outbound/proactive messaging consent-aware.
- Provide a clear human escalation and error experience inside Teams rather than leaking runtime failures to users.
- Validate sideloaded development behavior, tenant install, identity failure, card-submit authorization, proactive-send preconditions, and production deployment review.
Handoffs
Use the current Teams bot overview and the documented SDK comparison before implementation. Hand service code to the selected TypeScript, Python, .NET, Java, or Swift server workflow.