new-topic

Create and validate Copilot Studio topic YAML files from templates.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill new-topic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-topic
Source: https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio/tree/main/.github/skills/new-topic
Command: npx skills add https://github.com/javiarmesto/CIRCE-Agent-Squad-for-Microsoft-Copilot-Studio --skill new-topic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires , and includes scripts (resource) components.

What problem does it solve?

Manages the creation of new topic YAML files in Copilot Studio, eliminating the need for manual configuration and reducing potential errors in YAML structure.

Core Features & Use Cases

  • Template-based Creation: Generates YAML files from a range of predefined templates to cater to various topics and dialog structures.
  • Schema Validation: Ensures that kind: values in YAML are validated against the schema, reducing the risk of hallucination errors.
  • Automatic Topic YAML Generation: Streamlines the creation of topics by orchestrating workflows and determining appropriate triggers based on user description.

Quick Start

Invoke the 'new-topic' skill and provide a topic description, then the skill will automatically create and validate a corresponding YAML file in the agent's topics/ directory.

Frequently Asked Questions about new-topic

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

FAQPage Schema
How do I generate YAML files for new Copilot Studio topics?

You can generate Copilot Studio topic YAML files by providing a topic description to the new-topic skill, which automatically creates and validates schema-compliant triggers and templates in the agent's topics directory.

What is the best way to automate adaptive dialog creation in Copilot Studio?

Automating adaptive dialog creation involves orchestrating workflows that determine appropriate triggers from user descriptions, generating structured YAML content from predefined templates while validating kind values against the schema.

How does schema validation prevent YAML structure errors in bot development?

Schema validation prevents YAML structure errors by checking kind values against the compliant schema during topic creation, reducing the risk of hallucination errors that often occur during manual configuration.

Do I need to manually configure triggers when creating Copilot Studio topics?

No, manual trigger configuration is unnecessary because the skill orchestrates workflows to automatically determine appropriate triggers based on the user-provided topic description.

Can I use predefined templates for different dialog structures in Copilot Studio?

Yes, you can use predefined templates that cater to various topics and dialog structures, enabling template-based creation of YAML files for different adaptive dialog requirements.

Why does manual YAML configuration cause errors in Copilot Studio topic creation?

Manual YAML configuration causes errors because it lacks automated schema validation, risking invalid kind values and structural hallucination errors that the template-based generation approach eliminates.