skill-copilot

Automate Copilot capability development for Business Central with testing workflows.

99|28|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/javiarmesto/ALDC-AL-Development-Collection --skill skill-copilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-copilot
Source: https://github.com/javiarmesto/ALDC-AL-Development-Collection/tree/main/claude-plugin/skills/skill-copilot
Command: npx skills add https://github.com/javiarmesto/ALDC-AL-Development-Collection --skill skill-copilot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the development of Copilot features in Business Central by providing a repeatable lifecycle and reusable patterns.

Core Features & Use Cases

  • Capability registration patterns (Enum extension, Install codeunit) to activate features in BC.
  • PromptDialog page templates to design user interactions and guide AI prompts.
  • AI generation codeunits and structured output workflows with JSON-formatted responses.
  • Testing guidance using AI Test Toolkit to validate structure, reliability, and performance.

Quick Start

Craft a new Copilot feature by registering a capability, building a PromptDialog page, and implementing an AI generation codeunit that returns JSON-structured results.

Frequently Asked Questions about skill-copilot

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

FAQPage Schema
How do I build a Copilot feature in Dynamics 365 Business Central?

To build a Copilot feature in Dynamics 365 Business Central, register a capability using an Enum extension and Install codeunit, design a PromptDialog page, and implement an AI generation codeunit for structured JSON responses.

What is the best way to register a Copilot capability in Business Central?

Registering a Copilot capability in Business Central requires creating an Enum extension and an Install codeunit to activate the feature, followed by building a PromptDialog page to guide user interactions and AI prompts.

How do I validate AI-generated JSON outputs in Business Central?

To validate AI-generated JSON outputs in Business Central, use the AI Test Toolkit to check structure, reliability, and performance, ensuring the AI generation codeunits return production-grade JSON-only outputs with conformance checking.

Can I use PromptDialog pages to design AI interactions in Dynamics 365?

Yes, you can use PromptDialog page templates in Dynamics 365 to design user interactions and guide AI prompts, enforcing safe prompt handling and structured JSON outputs for Copilot features.

Why does my Copilot capability require JSON-only outputs in Business Central?

Copilot capabilities require JSON-only outputs in Business Central to enforce conformance checking and ensure production-grade delivery, allowing the AI Test Toolkit to validate structured results reliably.