Edit Triggers Skill
Modify topic triggers — trigger phrases and model description. Use when the user asks to add, remove, or change trigger phrases, or edit a topic's model description. Published by microsoft in skills-for-copilot-studio.
What is Edit Triggers Skill?
Modify topic triggers — trigger phrases and model description. Use when the user asks to add, remove, or change trigger phrases, or edit a topic's model description. Published by microsoft in skills-for-copilot-studio. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills-for-copilot-studio
Technical details
- Install or run with Copy skill directory
When to use Edit Triggers Skill
- Use it for developers using skills-for-copilot-studio.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills-for-copilot-studio
- Skill file: skills/edit-triggers/SKILL.md
What it does
Modify topic triggers — trigger phrases and model description. Use when the user asks to add, remove, or change trigger phrases, or edit a topic's model description.
Skill instructions
Edit Topic Triggers Modify how a topic gets triggered: trigger phrases (triggerQueries) and model description (modelDescription). Instructions 1. Auto-discover the agent directory: Glob: /agent.mcs.yml NEVER hardcode an agent name. 2. Find the target topic: Glob: <agent-dir/topics/.topic.mcs.yml If $ARGUMENTS specifies a topic name, match it. Otherwise, list all topics and ask which one. 3. Read the topic file and identify what to change. 4. Check the agent's settings.mcs.yml for GenerativeActionsEnabled. This determines which trigger mechanism matters most. 5. Make the requested changes using the Edit tool. Model Description (modelDescription) The modelDescription is a natural language description at the root of an AdaptiveDialog that tells the generative orchestrator when to route to this topic. When GenerativeActionsEnabled: true, this is the primary way the agent decides which topic to trigger — even more important than trigger phrases. yaml kind: AdaptiveDialog modelDescription: T
Explore related resources
Frequently asked questions
What is Edit Triggers?
Edit Triggers is a open-source AI agent skill with Copy skill directory. Modify topic triggers — trigger phrases and model description. Use when the user asks to add, remove, or change trigger phrases, or edit a topic's model description.
Who is Edit Triggers best for?
Edit Triggers is best for reusing agent instructions, scripts, and references.
How do I install Edit Triggers?
Install or run Edit Triggers using Copy skill directory. Check Edit Triggers for the latest setup command.
Is Edit Triggers actively maintained?
Edit Triggers may need a closer maintenance check before production use.
Auto-fetched from GitHub.