When the extension is activated/installed, the Microsoft Foundry skill is written to .agents/skills directory (a toast notification prompts the user that this has happened), this makes the skill globally available, however when the extension is deactivated the skill remains in place.
On deactivation/uninstall, the skill should be removed from the global directory as part of a cleanup process.
When the extension is activated/installed, the Microsoft Foundry skill is written to
.agents/skillsdirectory (a toast notification prompts the user that this has happened), this makes the skill globally available, however when the extension is deactivated the skill remains in place.On deactivation/uninstall, the skill should be removed from the global directory as part of a cleanup process.