Based on the Condensed SDK Reference Process (Hybrid Inline).
Target repo:
githubcopilotforAzure/plugin/skillsSource repo:microsoft-skills/.github/pluginsSource path structure (by language plugin):
Plugin Source path
Proposal to reorganize 133 flat skills in
microsoft/skillsinto curated plugin bundles for improved discoverability and install experience.
The current structure places all 133 skills in a single .github/skills/ directory. When users run npx skills add microsoft/skills, every skill appears in one flat list — a Python developer scrolls past Java, Rust, and .NET skills they will never use. Discovery is poor, installation is all-or-nothing, and the list will only grow.
Strategy for adding SDK references from microsoft/skills into plugin skills using the Hybrid Inline approach.
Skills are sandboxed — a skill's SKILL.md can only reference files within its own folder tree. Cross-skill file references do not work per the agentskills.io specification. Plugin skills (e.g., azure-storage, azure-ai) need SDK code patterns from microsoft/skills source skills (e.g., azure-storage-blob-py, azure-search-documents-ts) but cannot link to them directly.