diff --git a/.github/workflows/update-copilot-skills.yaml b/.github/workflows/update-agent-skills.yaml similarity index 83% rename from .github/workflows/update-copilot-skills.yaml rename to .github/workflows/update-agent-skills.yaml index f4cabd5..1c16e10 100644 --- a/.github/workflows/update-copilot-skills.yaml +++ b/.github/workflows/update-agent-skills.yaml @@ -1,4 +1,4 @@ -name: 🔄 Update Copilot Skills +name: 🔄 Update Agent Skills on: workflow_dispatch: @@ -11,7 +11,7 @@ permissions: jobs: update: - uses: devantler-tech/reusable-workflows/.github/workflows/update-copilot-skills.yaml@cd0166067f2d85ae461b288b68d8d82e62221b82 # v3.3.0 + uses: devantler-tech/reusable-workflows/.github/workflows/update-agent-skills.yaml@ad99c16f59e9e205d1cbd4d511c949aa353670b7 # v5.0.0 with: dir: plugins # Create the update PR with a GitHub App token so it triggers this diff --git a/README.md b/README.md index 43f7d3f..0d96c44 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The repo includes a `.claude-plugin/marketplace.json` for automatic discovery. ## How it works -Skills are installed from their upstream repositories using [`gh skill install`](https://github.blog/changelog/2026-04-16-manage-agent-skills-with-github-cli/). A [daily update workflow](.github/workflows/update-copilot-skills.yaml) runs [`gh skill update --all`](https://github.com/devantler-tech/actions/tree/main/update-copilot-skills) via the [`update-copilot-skills`](https://github.com/devantler-tech/reusable-workflows/blob/main/.github/workflows/update-copilot-skills.yaml) reusable workflow and opens a PR when upstream content has drifted. +Skills are installed from their upstream repositories using [`gh skill install`](https://github.blog/changelog/2026-04-16-manage-agent-skills-with-github-cli/). A [daily update workflow](.github/workflows/update-agent-skills.yaml) runs [`gh skill update --all`](https://github.com/devantler-tech/actions/tree/main/update-agent-skills) via the [`update-agent-skills`](https://github.com/devantler-tech/reusable-workflows/blob/main/.github/workflows/update-agent-skills.yaml) reusable workflow and opens a PR when upstream content has drifted. Each plugin directory is self-contained with a `plugin.json` manifest and a `skills/` subdirectory holding the installed `SKILL.md` files (plus any supporting assets). Each `SKILL.md` contains `metadata.github-*` frontmatter for upstream provenance — no lockfile needed.