Dev & Engineering ✓ Microsoft · Official m365-copilotteamsdeclarative-agentsagent-localizationmcp-pluginapi-pluginatk-cli

M365 Declarative Agent Developer

Create, edit, localize, and deploy declarative agents for Microsoft 365 Copilot and Teams.

FollowSkills review · FSRS-2.0
Not recommended
46/ 100 5-point scale 2.3 / 5
Trust14 / 25 · 2.8/5

The document requires least-privilege scoping, secret protection, environment-based credentials, OAuth handling, and confirmation for create, update, and delete actions. However, user-authorization boundaries, data-flow disclosure, rollback procedures, and permission isolation for deployment and external API/MCP calls are underspecified; the rule requiring deployment after every edit can also create external effects without sufficient confirmation, so points are deducted.

Reliability6 / 20 · 1.5/5

Workspace gates, ordered error handling, schema-version checks, and CLI prerequisites are reasonably explicit. Reliability is reduced by dependence on npx/ATK, external services, and several referenced files not included in the evidence, plus tension between not installing the CLI and using npx -y, while network failures, abnormal inputs, and deployment failures lack fully diagnostic handling. Static calibration limits the score.

Adaptability8 / 15 · 2.7/5

Audience, scenarios, trigger phrases, and major workflows are fairly clear, covering scaffolding, editing, plugins, OAuth, deployment, and localization. Boundaries for non-fit cases, precise semantic triggering, Chinese-language examples, and mainland-China network reachability are not sufficiently documented; mandatory deployment may also be unsuitable for advisory-only or restricted environments.

Convention8 / 15 · 2.7/5

The material is layered across workspace gates, routing, authentication, plugins, conversation design, and deployment, with examples, limits, naming guidance, and security practices. Versioning, changelog ownership, explicit maintenance responsibility, and update paths are incomplete; several referenced materials are absent from the supplied evidence, and repetitive mandatory rules reduce maintainability. The supplied MIT license and verified Microsoft provenance support governance evidence only, not functional quality.

Effectiveness6 / 15 · 2.0/5

The skill offers directly actionable workflows for common M365 declarative-agent creation, editing, plugin integration, localization, and deployment tasks, with a clear value proposition. Static evidence does not establish successful execution of key paths, several steps depend on unavailable references or external state, and mandatory deployment after each edit adds cost and workflow friction, so the score remains moderate.

Verifiability4 / 10 · 2.0/5

Commands, configuration snippets, decision tables, architecture examples, and reference titles provide some auditability. There are no execution records, real CI workflows, committed test suites, or independent reproduction evidence in the supplied files, and several key references are incomplete or unavailable; therefore the static ceiling applies.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • This is a static source review only; ATK, npx, OAuth, MCP handshakes, and deployment were not executed, so examples should not be treated as verified.
  • The mandatory deploy-after-every-edit rule may create external state changes; actual use should add explicit user confirmation, scoped permissions, and a rollback plan.
  • Core workflows depend on Microsoft 365, the ATK CLI, npx, and external services; reachability and stability from mainland-China networks are not established by the supplied evidence.
  • Several referenced workflow, schema, and localization files were not supplied, so completeness and version consistency require manual verification.
Review evidence [1][2][3][4][5][6][7][8]
See the full review method →

What it does & when to use it

This skill is a focused developer workflow for declarative agents targeting Microsoft 365 Copilot and Teams. It covers workspace fingerprinting, manifest editing, capabilities and plugins, OAuth, MCP integration, instruction review, localization, and deployment. Before acting on an existing project, it checks the ATK CLI, project files, and declarativeAgent.json, then routes the task through reject, fix, review, or edit gates. The repository is MIT-licensed, while this skill depends on the Microsoft 365 Agent Toolkit CLI workflow.

It requires running npx -y --package @microsoft/m365agentstoolkit-cli atk --version and checking for m365agents.yml, teamsApp.yml, appPackage/declarativeAgent.json, and non-agent project indicators. It guides agents through reading and editing declarative-agent JSON manifests, adding API plugins, MCP servers, and OAuth, updating instructions and conversation starters, creating tokenized manifests and language files, and deploying changes with atk provision --env local --interactive false. For missing files, malformed JSON, validation errors, or incompatible features, it requires detection, user notification, and confirmation before changes.

  1. A developer starting a new Microsoft 365 Copilot or Teams declarative agent can follow the scaffolding workflow.
  2. A team with an existing declarativeAgent.json can use the editing and ATK CLI workflows to add capabilities or API plugins.
  3. A developer integrating a remote MCP server or OAuth-enabled plugin can follow the MCP and authentication workflows.
  4. A team adding multiple languages to an agent can use the tokenized-manifest and language-file localization workflow.
  5. A developer whose agent gives generic or incorrect answers can use the instruction-review workflow to improve its instructions.

Pros & cons

Pros
  • Covers the full declarative-agent lifecycle from creation and editing through deployment.
  • Defines explicit workspace checks, error handling, schema-version gates, and deployment safeguards.
  • Addresses API plugins, MCP, OAuth, instruction review, and localization.
  • Uses the open Agent Skills convention with name and description YAML frontmatter.
Limitations
  • Requires npx, the @microsoft/m365agentstoolkit-cli package, network access, and local filesystem access.
  • The deploy-after-edit rule may not suit workflows limited to offline manifest changes.
  • The source provides no independent test coverage or platform compatibility matrix for this specific skill.
  • MCP integration requires protocol-handshake tool discovery rather than inferring tools from a URL.

How to install

To install the collection, run npx skills add microsoft/skills and select the required skill in the wizard. Skills are installed in the selected agent's directory, such as .github/skills/ for GitHub Copilot. The collection can also be cloned from https://github.com/microsoft/skills and the relevant skill directory copied. The source does not document a separate installation command for .github/plugins/microsoft-365-agents-toolkit/skills/declarative-agent-developer/.

How to use

Place the skill in a compatible Agent Skills directory and use a matching request such as “create a declarative agent,” “add an API plugin,” “add an MCP plugin,” “localize my agent,” or “fix my agent manifest.” The workflow first runs npx -y --package @microsoft/m365agentstoolkit-cli atk --version and checks the workspace. After editing appPackage/, it normally runs npx -y --package @microsoft/m365agentstoolkit-cli atk provision --env local --interactive false; deployment is prohibited while manifest errors remain.

FAQ

Does using this skill cost money?
The repository is MIT-licensed, and the source does not state that the skill itself costs money. Microsoft 365 Agent Toolkit, Copilot, Teams, or cloud resources may require separate accounts, permissions, or service costs.
Can it edit or deploy a project without declarativeAgent.json?
No. The skill requires stopping, reporting the missing manifest, and waiting for the user's response. For a new project, it points to npx -y --package @microsoft/m365agentstoolkit-cli atk new or the scaffolding workflow.
Will it automatically fix and deploy an invalid manifest?
No. It must detect and report the specific problem, ask before changing files, and must not run atk provision while errors exist.
Is it suitable for ordinary Express, React, or Django projects?
Not for direct modification. If the workspace is a non-agent project without appPackage/, the skill requires a text-only response with no file creation or command execution.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

Azure Identity for Python

A practical skill for securing Python Azure applications with Microsoft Entra ID credentials.

Dev & Engineering ✓ Microsoft · Official

Azure Event Hubs Java Skill

Build production-oriented Java event streaming applications on Azure Event Hubs.

Dev & Engineering ✓ Microsoft · Official

Azure Tables for Python

A practical guide to building authenticated Azure Tables applications with Python entity CRUD, queries, and partition-scoped batch operations.

Dev & Engineering ✓ Microsoft · Official

Azure Identity for TypeScript

Configure secure, flexible Microsoft Entra ID authentication for TypeScript Azure applications.

Automation & Ops ✓ Microsoft · Official

Azure Reliability Advisor

Assess and improve reliability for Azure Functions and App Service.

Dev & Engineering ✓ Microsoft · Official

Azure Cloud Architect

Guides coding agents through production-grade Azure architecture design and review using Azure Architecture Center practices.

Dev & Engineering ✓ Microsoft · Official

Azure AI Text Analytics for Python

Guides Python developers through Azure-powered text analysis and NLP workflows.

Automation & Ops ✓ Microsoft · Official

Azure Resource Architecture Visualizer

Analyze Azure resource groups and turn their dependencies into detailed Mermaid architecture diagrams.

Dev & Engineering ✓ Microsoft · Official

Azure Maps for .NET

Build .NET location features for search, routing, maps, geolocation, and weather.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

Guides Python coding agents in implementing Azure AI Vision image understanding.

Dev & Engineering ✓ Microsoft · Official

Azure Blob Storage for Python

Guides secure, production-minded Blob Storage operations in Python.

Dev & Engineering ✓ Microsoft · Official

Azure Queue Storage for Python

Gives coding agents reliable Python patterns for secure Azure Queue Storage messaging and asynchronous task processing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Automation & Ops ✓ Microsoft · Official

AKS Automatic Readiness

Assess Kubernetes workloads for AKS Automatic compatibility and identify migration blockers before you switch.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB ARM for .NET

Provision and manage Azure Cosmos DB resources from .NET through ARM.

Dev & Engineering ✓ Microsoft · Official

Azure Playwright Workspace Manager

Provision and manage Microsoft Playwright Testing workspaces with .NET and Azure Resource Manager.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB for Python

A practical guide for building reliable Python applications on Azure Cosmos DB’s NoSQL API.

Dev & Engineering ✓ Microsoft · Official

Azure Key Vault SDK for Python

Gives Python coding agents practical guidance for securely managing Azure Key Vault secrets, keys, and certificates.

Dev & Engineering ✓ Microsoft · Official

Azure API Management for Python

Gives coding agents practical Python SDK patterns for managing Azure API Management services, APIs, products, subscriptions, and policies.

Dev & Engineering ✓ Microsoft · Official

Azure Monitor Query for Python

Generate Python code for querying Azure Monitor logs and metrics.

Related skills