Skip to content

fix(foundry): restore foundry-managed-skills symlink target#386

Open
arimu1 wants to merge 2 commits into
microsoft:mainfrom
arimu1:fix/360-foundry-managed-skills-content
Open

fix(foundry): restore foundry-managed-skills symlink target#386
arimu1 wants to merge 2 commits into
microsoft:mainfrom
arimu1:fix/360-foundry-managed-skills-content

Conversation

@arimu1

@arimu1 arimu1 commented Jul 19, 2026

Copy link
Copy Markdown

Summary

  • Adds the missing canonical skill at .github/plugins/azure-skills/skills/foundry-managed-skills/SKILL.md
  • Restores the broken symlink .github/plugins/microsoft-foundry/skills/foundry-managed-skills → that target
  • Skill follows the repo doctrine (concepts + gotchas here; CLI/SDK details via existing skill-manage / skill-attach / skill-toolbox-attach references under microsoft-foundry)

Closes #360

Test plan

  • test -e .github/plugins/microsoft-foundry/skills/foundry-managed-skills/SKILL.md
  • Relative links to ../microsoft-foundry/foundry-agent/create/references/skills/*.md resolve
  • Maintainer: skim frontmatter description triggers and preview API caveats

Create azure-skills/skills/foundry-managed-skills/SKILL.md so the
microsoft-foundry plugin symlink resolves and documents Foundry-managed
skill authoring, versioning, and attach flows (microsoft#360).
Copilot AI review requested due to automatic review settings July 19, 2026 03:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the missing canonical Foundry managed-skills documentation, restoring the existing Microsoft Foundry plugin symlink target.

Changes:

  • Adds managed-skill concepts, CLI workflows, versioning, RBAC, and troubleshooting guidance.
  • Links to detailed Microsoft Foundry skill references.

@@ -0,0 +1,86 @@
---
name: foundry-managed-skills
description: "Author, version, attach, and consume Foundry-managed skills (SKILL.md as a project resource). USE FOR: azd ai skill, Foundry skills REST/SDK, attach skill to toolbox, SkillsProvider, download skills into hosted agent containers, update agent behavior without code changes, skill versioning/rollback. DO NOT USE FOR: general Microsoft Learn docs search, non-Foundry agent frameworks, or Azure Functions/App Service deploy."
## Mental Model

- A **skill** is a directory with `SKILL.md` (YAML front matter + Markdown body), uploaded to a Foundry project.
- Every mutation creates an **immutable version**; `create`/`update` promote a new default unless you pin a version.
Use an unquoted folded description without ": " scalars, and clarify that
rollback only repoints default_version without creating a new version.
Copilot AI review requested due to automatic review settings July 19, 2026 03:12
@arimu1

arimu1 commented Jul 19, 2026

Copy link
Copy Markdown
Author

Addressed Copilot review: unquoted folded description (no : scalars) and corrected the versioning mental-model line so rollback is not described as creating a new immutable version. CLA reply still needed from me as author.

@arimu1

arimu1 commented Jul 19, 2026

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken foundry-managed-skills symlink in Microsoft Foundry plugin

2 participants