Building and customizing solutions using Microsoft 365 Copilot APIs and tools
The location of a specific Copilot skill set created by an individual (such as “the Skill Set for Copilot created by Felicity Ndebele”) isn’t provided in the available information.
From the context, skill-related assets for Copilot and Copilot-adjacent experiences are typically stored in product-specific locations, for example:
- GitHub Copilot modernization custom skills: under
.github/skills/<skill-name>/in the project repository, with aSKILL.mdfile defining the skill. - Cowork (Frontier) custom skills: in OneDrive under
/Documents/Cowork/skills/<skill-name>/, also with aSKILL.mdfile. - Copilot Studio skills: registered and managed inside Copilot Studio, then attached to agents via Topics.
- Security Copilot agents: skills and prompt skills are defined in the agent manifest and associated skillsets.
To locate a specific skill set created by someone in an organization, the typical approaches are:
- Check the relevant product’s skill storage location (for example, the repository’s
.github/skillsfolder for GitHub Copilot skills, or the/Documents/Cowork/skillsfolder in OneDrive for Cowork skills) if access to that person’s project or shared folder is available. - In Copilot Studio, open the agent where the skill is expected to be used and review the registered skills and Topics configuration.
- Ask the creator (or the admin who deployed it) which product it targets and where it was saved or shared (for example, shared skill folder, shared repo, or Copilot Studio environment).
References: