diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9ac4475..03c9902 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "devantler-copilot-plugins", + "name": "devantler-plugins", "metadata": { "description": "Curated agent skills bundled by category from devantler-tech/skills", "version": "1.0.0" diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 9ac4475..03c9902 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "devantler-copilot-plugins", + "name": "devantler-plugins", "metadata": { "description": "Curated agent skills bundled by category from devantler-tech/skills", "version": "1.0.0" diff --git a/README.md b/README.md index ebb5ad8..43f7d3f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# devantler-tech/copilot-plugins +# devantler-tech/plugins -A [copilot-plugin marketplace](https://code.visualstudio.com/docs/copilot/customization/agent-plugins) that bundles the curated agent skills from [`devantler-tech/skills`](https://github.com/devantler-tech/skills) into category-based plugins. +A tool-neutral [agent-plugin marketplace](https://code.visualstudio.com/docs/copilot/customization/agent-plugins) that bundles the curated agent skills from [`devantler-tech/skills`](https://github.com/devantler-tech/skills) into category-based plugins. Supports **VS Code**, **GitHub Copilot CLI**, and **Claude Code** via dual marketplace manifests. @@ -24,7 +24,7 @@ Add the marketplace to your settings: ```jsonc // settings.json "chat.plugins.marketplaces": [ - "devantler-tech/copilot-plugins" + "devantler-tech/plugins" ] ``` @@ -34,10 +34,10 @@ Then browse **Extensions → Agent Plugins** (`@agentPlugins` search) to install ```sh # Browse available plugins -copilot plugin marketplace browse devantler-tech/copilot-plugins +copilot plugin marketplace browse devantler-tech/plugins # Install a plugin -copilot plugin install gitops-kubernetes@devantler-copilot-plugins +copilot plugin install gitops-kubernetes@devantler-plugins ``` ### Claude Code @@ -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/sync-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-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. 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.