PowercademyPowercademy
For BusinessesSuccess KitBlogM-AI Accelerator
Log inStart for free
For BusinessesSuccess KitBlogM-AI Accelerator
Log inStart for free
PowercademyPowercademy

The training platform for Power Platform professionals.

Free Success Kit

Cheat sheets, guides & frameworks - plus the weekly briefing.

Get the free Success Kit

Product

  • Courses
  • Community
  • News
  • Blog

For Businesses

  • Overview
  • Workshops
  • Advisory
  • Implementation

Legal

  • Privacy Policy
  • Terms of Service

© 2026 Powercademy. All rights reserved.

All posts

Claude Code with Copilot Studio: The Playbook

Howdang Rashid

Saturday, 22 August 2026 · 3 min read

Building agents in Copilot Studio has always been a UI-first experience - clicking through menus, configuring what Microsoft gives you. It works, but it can feel slow, especially when you already know what you want to build. Then Microsoft's CAT team shipped something that changes the equation: a plugin that lets Claude Code operate Copilot Studio directly from your terminal.

Claude Code with Copilot Studio - the playbook

The full playbook carousel is free in the Powercademy Success Kit.


What is the Skills for Copilot Studio plugin?

An open-source plugin from Microsoft's CAT team (Copilot Acceleration Team) that plugs into Claude Code and lets you author, test, and troubleshoot agents from your terminal using natural language. The magic is what it adds: the CAT team works directly with enterprise customers on production agent architecture, and they've encoded their internal patterns, full YAML schema knowledge, and best practices straight into the plugin. The result: a general coding agent plus platform knowledge equals a Copilot Studio developer - and Microsoft's own framing is "up to 20x faster" than UI development.


What are the three commands?

/copilot-studio:author - your creator. Describe what you need in natural language and it generates the full YAML: topics, actions, knowledge sources, triggers, variables. "Create a topic that handles IT service requests" or "refactor this agent to scale to 30+ use cases".

/copilot-studio:test - send test utterances to your published agent from the terminal: point-tests, batch suites across ten scenarios at once, and evaluation analysis, all without leaving your shell.

/copilot-studio:troubleshoot - describe the problem ("agent is hallucinating, not using KB data", "wrong topic triggering") and it diagnoses the cause, suggests fixes, and can make the changes itself.


What's the workflow?

  1. Create the baseline agent through the Copilot Studio portal.

  2. Clone it locally using the VS Code Copilot Studio extension.

  3. Author, test, and debug in your terminal with the three plugin commands.

  4. Push via the VS Code extension, then publish in the portal.

Prerequisites: Claude Code or GitHub Copilot CLI, VS Code with the Copilot Studio extension, and a Copilot Studio agent (a blank one is fine).


Is it production-ready?

My honest take: not fully, yet. It's experimental, though the team is genuinely responsive to suggestions and improvements. What's significant is the direction: Microsoft is encoding its best practices directly into tools like Claude Code, and the gap between a new maker and someone who can develop this stuff under the hood just got smaller.

Howdang’s Implementation Tip

Treat the plugin's output like a talented junior's pull request: review the YAML before you push, and keep the portal open on first runs to sanity-check what landed. The 20x speedup is real for authoring - keep the human judgement in the loop for what ships.


FAQ

Does this work with GitHub Copilot too, or only Claude Code?

Both - the plugin targets Claude Code and the GitHub Copilot CLI. Same commands, same CAT-team knowledge, whichever assistant your organisation runs.

Do I still need the Copilot Studio portal?

Yes - the workflow starts there (create the baseline agent) and ends there (publish). The terminal takes over the middle: authoring, testing, and debugging, which is where most of the time went anyway.

Is terminal-based agent building safe for production agents?

With discipline, yes: everything flows through YAML you can review and source-control, which is arguably safer than untracked portal clicks. But the plugin is experimental - the schema can change, and AI output still needs human review before publishing.

Where do I get the plugin?

It ships in Microsoft's open-source power-platform-skills marketplace on GitHub - add the marketplace to Claude Code or Copilot CLI and install the copilot-studio plugin. The full walkthrough video is linked in the playbook.


The full playbook is in the Powercademy Success Kit - free, along with hundreds of other cheat sheets, roadmaps, and guides for Microsoft professionals.

Keep reading

Claude Code with Power Pages: The Pro-Code Wall Comes Down

Microsoft's Power Pages plugin for Claude Code takes sites from scaffolding to deployment - nine skills, specialised AI agents for data models and permissions, and what it means for consultants.

The Power Apps MCP Server Playbook: AI Agents Inside Model-Driven Apps

The Power Apps MCP server connects Copilot Studio agents to your model-driven apps - invoke_data_entry, request_assistance, and log_for_review, with humans approving via the Agent Feed.

Copilot Cowork: What It Does and Why It Matters

Cowork is the execution layer inside M365 Copilot - 13 built-in skills, custom SKILL.md skills, approval-gated actions, Work IQ context, and Anthropic's Claude under the hood. The full picture.