Skip to content

docs: update references for skills/plugins repo renames#22

Merged
botantler[bot] merged 1 commit into
mainfrom
claude/fix-rename-references
Jun 18, 2026
Merged

docs: update references for skills/plugins repo renames#22
botantler[bot] merged 1 commit into
mainfrom
claude/fix-rename-references

Conversation

@devantler

Copy link
Copy Markdown
Contributor

What

The sibling repos devantler-tech/skills and devantler-tech/plugins were renamed to devantler-tech/agent-skills and devantler-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

  • README.md — title, VS Code chat.plugins.marketplaces entry, Copilot CLI copilot plugin marketplace browse, Claude Code /plugin marketplace add, and the upstream skill-index link.
  • AGENTS.md — title, upstream/sibling-repo links, the issue #7 link, and the repo-rename note (copilot-pluginsagent-plugins).
  • .github/copilot-instructions.md — title and upstream-repo references.
  • .github/plugin/marketplace.json + .claude-plugin/marketplace.jsonmetadata.description upstream reference. Both manifests edited together; they remain byte-for-byte in parity (jq -S diff is empty) and valid JSON.

Intentionally NOT changed

  • Generic CLI commands (gh skill install, gh skill update --all, copilot plugin, /plugin install) — these are real tool commands, not repo references.
  • The devantler-plugins marketplace name and the @devantler-plugins install suffix — these are the marketplace identifier, not the repo slug.
  • The plugins/ and <plugin>/skills/ concept directories — structural names referenced by relative ./plugins/<name> paths, unrelated to the repo rename.

Validation

  • grep over the whole repo confirms zero remaining devantler-tech/skills / devantler-tech/plugins references.
  • Both manifests are valid JSON and remain in parity (CI's jq -S diff gate passes locally).

Generated with assistance from Claude Code.

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>
@botantler botantler Bot enabled auto-merge (squash) June 18, 2026 15:24
@botantler botantler Bot merged commit db3f0c1 into main Jun 18, 2026
26 checks passed
@botantler botantler Bot deleted the claude/fix-rename-references branch June 18, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant