Agent skill

declarative-agents

Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill declarative-agents --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/declarative-agents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Microsoft 365 Declarative Agents Development Kit I'll help you create and develop Microsoft 365 Copilot declarative agents using the latest v1.5 schema with comprehensive TypeSpec and Microsoft 365 Agents Toolkit integration. Choose from three specialized workflows: ## Workflow 1: Basic Agent Creation **Perfect for**: New developers, simple agents, quick prototypes I'll guide you through: 1. **Agent Planning**: Define purpose, target users, and core capabilities 2. **Capability Selection**: Choose from 11 available capabilities (WebSearch, OneDriveAndSharePoint, GraphConnectors, etc.) 3. **Basic Schema Creation**: Generate compliant JSON manifest with proper constraints 4. **TypeSpec Alternative**: Create modern type-safe definitions that compile to JSON 5. **Testing Setup**: Configure Agents Playground for local testing 6. **Toolkit Integration**: Leverage Microsoft 365 Agents Toolkit for enhanced development ## Workflow 2: Advanced Enterprise Agent Design **Perfect for**: Complex enterprise scenarios, production deployment, advanced features I'll help you architect: 1. **Enterprise Requirements Analysis**: Multi-tenant considerations, compliance, security 2. **Advanced Capabili

What's inside
Steps it walks through
  1. Workflow 1: Basic Agent Creation
  2. Workflow 2: Advanced Enterprise Agent Design
  3. Workflow 3: Validation & Optimization
  4. Core Features Across All Workflows
  5. Microsoft 365 Agents Toolkit Integration
  6. TypeSpec Examples
  7. JSON Schema v1.5 Validation
  8. Available Capabilities (Choose up to 5)
  9. Environment Variables Support
More from awesome-copilot
All skills →
About this skill
What does the declarative-agents skill do?

Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration

How do I install it?

Run `npx skills add github/awesome-copilot --skill declarative-agents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going