platform-builder

Automate building, provisioning, and deploying AI agents on Microsoft Frontier Agent Platform.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/bmarcurella/claude-marketplace --skill platform-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-builder
Source: https://github.com/bmarcurella/claude-marketplace/tree/main/plugins/ms-copilot-platform/skills/platform-builder
Command: npx skills add https://github.com/bmarcurella/claude-marketplace --skill platform-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of building, scaffolding, provisioning, and deploying AI agent solutions, transforming plans into working projects with minimal manual intervention.

Core Features & Use Cases

  • Automated Scaffolding: Uses the Microsoft Agents Toolkit to generate project structures.
  • Environment Setup & Validation: Detects and helps install necessary tools, validating the plan before building.
  • Infrastructure Provisioning: Generates and deploys Bicep templates for Azure resources.
  • Configuration & Deployment: Configures agent instructions, knowledge sources, and deploys the agent.
  • Use Case: A developer has a plan to build a customer support agent. This Skill takes the plan, scaffolds the project using the Agents Toolkit, sets up the Azure infrastructure via Bicep, configures the agent's instructions and tools, and deploys it to Azure Container Apps.

Quick Start

Use the platform-builder skill to scaffold a new custom engine agent in Python.

Frequently Asked Questions about platform-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate scaffolding and deploying AI agents to Azure?

Automating scaffolding and deploying AI agents to Azure is handled by orchestrating the Microsoft Agents Toolkit and Bicep infrastructure templates. This process provisions resources, configures agent instructions, and deploys the solution with minimal manual intervention.

What is infrastructure as code provisioning for Microsoft agents?

Infrastructure as code provisioning for Microsoft agents uses Bicep templates to define and deploy Azure resources. This automates the environment setup process, ensuring the necessary cloud infrastructure is configured correctly before agent deployment.

Do I need the Microsoft Agents Toolkit to scaffold a custom engine agent?

Yes, the Microsoft Agents Toolkit is required to scaffold a custom engine agent. The automation process relies on this toolkit to generate the project structure and orchestrate the deployment to Azure Container Apps.

How do I validate my environment before deploying an AI agent solution?

Validating your environment before deploying an AI agent solution involves detecting and installing necessary tools. The platform-builder process includes robust safety guardrails and environment validation to ensure prerequisites are met before building begins.

Can I use Bicep templates for Azure deployment with this automation approach?

Yes, you can use Bicep templates for Azure deployment with this automation approach. The process generates and deploys Bicep files to handle infrastructure provisioning for the Microsoft Frontier Agent Platform.

What are the limitations of autonomous execution modes for agent deployment?

The limitations of autonomous execution modes for agent deployment are mitigated by robust safety guardrails and environment validation. However, users must ensure their plan is fully defined, as the automation requires a complete plan to scaffold and deploy effectively.