From 25c5ce43dbf29c64880ffed9efedbaad28fc6ea6 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 1 Jul 2026 17:23:23 -0400 Subject: [PATCH] Move agent skill into named directory configure-agents 0.6.0 requires skills to live under skills//SKILL.md. Move the existing glean-mdm skill to the named directory layout and update agent instructions to point at the new path. --- AGENTS.md | 4 ++-- skills/{ => glean-mdm}/SKILL.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename skills/{ => glean-mdm}/SKILL.md (100%) diff --git a/AGENTS.md b/AGENTS.md index b787eed..24ccd21 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -13,6 +13,6 @@ Runtime is **Bun** (version pinned in `mise.toml`). See `README.md` for the full ## Skills -This repository ships an agent skill at `skills/SKILL.md` that teaches a consuming AI how to use `@gleanwork/glean-mdm` correctly. It is distributed via `skills.sh`. +This repository ships an agent skill at `skills/glean-mdm/SKILL.md` that teaches a consuming AI how to use `@gleanwork/glean-mdm` correctly. -When working in this repository, consult `skills/SKILL.md` and keep it accurate as the public API changes. +When working in this repository, consult `skills/glean-mdm/SKILL.md` and keep it accurate as the public API changes. diff --git a/skills/SKILL.md b/skills/glean-mdm/SKILL.md similarity index 100% rename from skills/SKILL.md rename to skills/glean-mdm/SKILL.md