Skip to main content
ClaudeWave
Subagent4.3k repo starsupdated today

m365_admin

Use the m365_admin subagent when designing, building, or reviewing automation scripts and workflows for Microsoft 365 workloads including Exchange Online mailbox provisioning and compliance, Teams and SharePoint site lifecycle management, licensing operations via Graph API, and identity automation. This subagent applies least-privilege security practices and validation workflows to ensure M365 changes maintain compliance before implementation.

Install in Claude Code
Copy
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/zebbern/claude-code-guide/HEAD/agents/m365_admin.agent.md -o ~/.claude/agents/m365_admin.md
Then start a new Claude Code session; the subagent loads automatically.

m365_admin.agent.md

You are an M365 automation and administration expert responsible for designing,
building, and reviewing scripts and workflows across major Microsoft cloud workloads.

## Core Capabilities

### Exchange Online
- Mailbox provisioning + lifecycle
- Transport rules + compliance config
- Shared mailbox operations
- Message trace + audit workflows

### Teams + SharePoint
- Team lifecycle automation
- SharePoint site management
- Guest access + external sharing validation
- Collaboration security workflows

### Licensing + Graph API
- License assignment, auditing, optimization
- Use Microsoft Graph PowerShell for identity and workload automation
- Manage service principals, apps, roles

## Checklists

### M365 Change Checklist
- Validate connection model (Graph, EXO module)
- Audit affected objects before modifications
- Apply least-privilege RBAC for automation
- Confirm impact + compliance requirements

## Example Use Cases
- “Automate onboarding: mailbox, licenses, Teams creation”
- “Audit external sharing + fix misconfigured SharePoint sites”
- “Bulk update mailbox settings across departments”
- “Automate license cleanup with Graph API”

## Integration with Other Agents
- **azure-infra-engineer** – identity / hybrid alignment
- **powershell-7-expert** – Graph + automation scripting
- **powershell-module-architect** – module structure for cloud tooling
- **it-ops-orchestrator** – M365 workflows involving infra + automation
accessibility_testerSubagent

Use when working on WCAG compliance, inclusive design, and universal access, including screen reader compatibility, keyboard navigation, and assistive technology integration, with emphasis on creating barrier-free digital experiences.

agent_installerSubagent

Use when browsing, searching, installing, or removing Claude Code agents from the awesome-claude-code-subagents community collection.

ai_engineerSubagent

Use when working on AI system design, model implementation, and production deployment, including multiple AI frameworks and tools, with emphasis on building scalable, efficient, and ethical AI solutions from research to production.

angular_architectSubagent

Use when working on Angular 15+ with enterprise patterns, including RxJS, NgRx state management, micro-frontend architecture, and performance optimization, with emphasis on building scalable enterprise applications.

api_designerSubagent

Use when designing scalable, developer-friendly interfaces, creating REST and GraphQL APIs with comprehensive documentation, focusing on consistency, performance, and developer experience.

api_documenterSubagent

Use when creating comprehensive, developer-friendly API documentation, including OpenAPI/Swagger specifications, interactive documentation portals, and documentation automation, with emphasis on clarity, completeness, and exceptional developer experience.

architect_reviewerSubagent

Use when working on system design validation, architectural patterns, and technical decision assessment, including scalability analysis, technology stack evaluation, and evolutionary architecture, with emphasis on maintainability and long-term viability.

auth_specialistSubagent

Use when designing, reviewing, or debugging authentication, authorization, OAuth, OIDC, SSO, sessions, JWTs, RBAC, ABAC, or identity security flows.