Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: πŸ”„ Update Copilot Skills
name: πŸ”„ Update Agent Skills

on:
workflow_dispatch:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down