posts
Dynamic Adaptive Cards with Copilot Studio
I wanted to generate Adaptive Cards dynamically rather than shipping a fixed card template for every scenario. Using Copilot Studio’s prompt tooling makes it possible to produce card JSON on the fly, adapt to user choices, and even include charts generated at runtime.
Quick summary
Generate Adaptive Card JSON from a concise prompt rather than maintaining many rigid templates. Keep prompts small: avoid passing too many parameters directly into the prompt.
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.