posts
Skills within Copilot Studio: New Experience - a replacement for topics or child agents
The June announcement of Copilot Studio’s new experience marks a pivotal shift: Topics and Child Agents are no longer supported. If you’ve architected agents using these approaches, it’s time to embrace Skills as the new standard.
Skills fundamentally change how you build agent behavior. Instead of monolithic components, Skills load rich logic on-demand only the Skill name and description are preloaded into the context window, while the full skill executes only when needed.
posts
Using packaged anthropic skills within Copilot Studio: New Experience
Copilot Studio now supports Skills as the core way to build agent behavior. With Skills, your agent can load rich logic on demand — only the Skill name and description are preloaded into the context window, while the full skill is fetched only when it runs.
Anthropic publishes the Skills collection at https://www.skills.sh. This post covers the skill-creatorskill to help create or modify skills. This Skill helps generate complete SKILL.md packages, including embedded scripts and supporting files.
posts
Power Automate: Add term to a term set
This post shows how to create a term in a SharePoint taxonomy term set using Power Automate and the SharePoint REST API v2.1. It is useful when you want to automate adding a managed metadata term based on your scenario.
What you need A SharePoint site with either site level or tenant level term store The term group ID for the site-level or tenant level term group The term set ID for the destination term set A Power Automate flow trigger such as item-created or manual trigger Step 1: Get the term group and term set IDs In SharePoint, go to Site Settings > Term Store Management.