diff --git a/AGENTS.md b/AGENTS.md index 8dcda6f..c7ac971 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -87,7 +87,7 @@ which records the true upstream in the skill's `metadata.github-*` frontmatter ( …), each tracked independently. The daily [`update-agent-skills.yaml`](.github/workflows/update-agent-skills.yaml) workflow 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) +the [`update-agent-skills`](https://github.com/devantler-tech/actions/blob/main/.github/workflows/update-agent-skills.yaml) reusable workflow and opens a PR when any upstream's content drifts — **no lockfile, no sync bot, no custom metadata.** Never hand-edit a bundled `SKILL.md` to diverge from its upstream; fix it in the skill's **own** upstream (the repo named in its `metadata.github-repo`) and let the update workflow pull diff --git a/README.md b/README.md index dc67403..56fed01 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Memory, Maintainer channels) in its `AGENTS.md` (see the ## 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-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. +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/actions/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 its bundled resources — a `skills/` subdirectory holding the installed `SKILL.md` files (plus any supporting assets), and optionally an `.mcp.json` declaring bundled MCP servers and an `agents/` directory holding custom agents. Each `SKILL.md` contains `metadata.github-*` frontmatter for upstream provenance — no lockfile needed.