dt:update-remote-plugins

Update the dev-tools-skills repository with consistent SKILL.md and README.md content.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/adzcsx2/dev-tools-skills --skill dt-update-remote-plugins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dt:update-remote-plugins
Source: https://github.com/adzcsx2/dev-tools-skills/tree/main/skills/update-remote-plugins
Command: npx skills add https://github.com/adzcsx2/dev-tools-skills --skill dt-update-remote-plugins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of updating the dev-tools-skills repository, auditing skill changes, and refreshing marketplace metadata to ensure that the remote source of truth and local installations are aligned.

Core Features & Use Cases

  • Skill Change Audit: Reviews SKILL.md and README.md for consistency and updates.
  • Marketplace Sync: Synchronizes README and marketplace JSON files.
  • Install Script Validation: Ensures install scripts clean old caches and install the latest version.
  • Commit and Push: Submits changes to the remote repository and refreshes local caches.
  • Use Case: Ideal for maintainers of the dev-tools-skills repository to ensure that updates are reflected in all installations.

Quick Start

Run the command to update remote plugins: /dt:update-remote-plugins

Frequently Asked Questions about dt:update-remote-plugins

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update remote plugins and sync marketplace metadata for a dev-tools-skills repository?

To update remote plugins, the skill audits SKILL.md and README.md consistency, syncs marketplace metadata, validates install scripts, and commits changes with a forced local cache refresh.

What is marketplace metadata sync and how does it work for skill maintenance?

Marketplace metadata sync aligns remote source of truth and local installations by synchronizing README content with marketplace JSON files, ensuring all installations reflect the latest skill updates.

How do I validate install scripts to clean old caches and install the latest skill version?

Install script validation ensures scripts clean old caches and install the latest version by auditing the repository updates and verifying cache cleanup operations before committing and pushing changes.

Can I use this skill for repository updates without dependencies?

Yes, you can use this skill for repository updates without dependencies, as it requires no external dependencies to audit skill changes, sync marketplace metadata, and refresh local caches.

What's the best way to ensure consistency between SKILL.md and README.md during git operations?

The best way to ensure consistency is using an automated skill change audit that reviews SKILL.md and README.md content, syncs marketplace metadata, and commits the validated changes to the remote repository.

Why does my local installation show outdated skill metadata after a remote repository update?

Local installations show outdated skill metadata because cache refresh is required; the update process forces a local cache refresh after committing and pushing changes to sync the marketplace metadata.