docs: update references for skills/plugins repo renames#22
Merged
Conversation
The `devantler-tech/skills` and `devantler-tech/plugins` repositories were renamed to `devantler-tech/agent-skills` and `devantler-tech/agent-plugins`. Update all stale repo references across the docs and marketplace manifests: - README.md: title, VS Code/Copilot CLI/Claude Code install commands, and upstream skill-index link - AGENTS.md: title, upstream/sibling-repo links, issue #7 link, and the repo-rename note (copilot-plugins -> agent-plugins) - .github/copilot-instructions.md: title and upstream-repo references - .github/plugin/marketplace.json + .claude-plugin/marketplace.json: metadata.description upstream reference (manifests kept in parity) Generic `gh skill`/`copilot plugin`/`/plugin` CLI commands, the `devantler-plugins` marketplace name, and the `plugins/`+`skills/` concept directories are intentionally unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The sibling repos
devantler-tech/skillsanddevantler-tech/pluginswere renamed todevantler-tech/agent-skillsanddevantler-tech/agent-plugins. This updates every stale reference to the old names across the docs and marketplace manifests.Why
GitHub redirects renamed repos, but in-repo references should point at the canonical new names so links, install commands, and the upstream-skill provenance stay accurate and self-consistent.
Changes
chat.plugins.marketplacesentry, Copilot CLIcopilot plugin marketplace browse, Claude Code/plugin marketplace add, and the upstream skill-index link.copilot-plugins→agent-plugins).metadata.descriptionupstream reference. Both manifests edited together; they remain byte-for-byte in parity (jq -Sdiff is empty) and valid JSON.Intentionally NOT changed
gh skill install,gh skill update --all,copilot plugin,/plugin install) — these are real tool commands, not repo references.devantler-pluginsmarketplace name and the@devantler-pluginsinstall suffix — these are the marketplace identifier, not the repo slug.plugins/and<plugin>/skills/concept directories — structural names referenced by relative./plugins/<name>paths, unrelated to the repo rename.Validation
grepover the whole repo confirms zero remainingdevantler-tech/skills/devantler-tech/pluginsreferences.jq -Sdiff gate passes locally).