From Napkin
Creates and validates Microsoft 365 Copilot declarative agents with three workflows: basic agent creation, advanced enterprise design, and validation/optimization. Includes TypeSpec support and Agents Toolkit integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/napkin:declarative-agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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:
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:
Perfect for: New developers, simple agents, quick prototypes
I'll guide you through:
Perfect for: Complex enterprise scenarios, production deployment, advanced features
I'll help you architect:
Perfect for: Existing agents, troubleshooting, performance optimization
I'll perform:
teamsdevapp.ms-teams-vscode-extension// Modern declarative agent definition
model MyAgent {
name: string;
description: string;
instructions: string;
capabilities: AgentCapability[];
conversation_starters?: ConversationStarter[];
}
{
"name": "${AGENT_NAME}",
"description": "${AGENT_DESCRIPTION}",
"instructions": "${AGENT_INSTRUCTIONS}"
}
Which workflow would you like to start with? Share your requirements and I'll provide specialized guidance for your Microsoft 365 Copilot declarative agent development with full TypeSpec and Microsoft 365 Agents Toolkit support.
npx claudepluginhub ani1797/forge --plugin copilot-sdk2plugins reuse this skill
First indexed Jun 6, 2026
Generates a complete TypeSpec declarative agent definition for Microsoft 365 Copilot with instructions, capabilities, and conversation starters.
Build multichannel agents for Teams/M365/Copilot Studio using the Microsoft Agents SDK with aiohttp hosting, AgentApplication routing, streaming responses, and MSAL-based auth.
Builds multichannel agents for Teams/M365/Copilot Studio using the Microsoft 365 Agents SDK for Python with aiohttp hosting, AgentApplication routing, streaming, and MSAL auth.