meta-upgrade

Synchronize project workflow skills and templates from a central source repository using semver version comparison.

7|3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill meta-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-upgrade
Source: https://github.com/eriklieben/agentic-dev-workflow/tree/main/.claude/skills/meta-upgrade
Command: npx skills add https://github.com/eriklieben/agentic-dev-workflow --skill meta-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining consistency across multiple projects by automating the synchronization of workflow skills and templates from a central source repository.

Core Features & Use Cases

  • Version-Aware Syncing: Compares local skill versions against the source repository using semver to identify patch, minor, and major updates.
  • Adaptation Protection: Detects local modifications to skills and warns the user to contribute changes back before overwriting.
  • Template Management: Ensures project documentation templates remain aligned with the latest standards defined in the source repository.

Quick Start

Ask the agent to upgrade the workflow to synchronize all installed skills and templates with the latest versions from the source repository.

Frequently Asked Questions about meta-upgrade

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

FAQPage Schema
How do I synchronize workflow templates across multiple projects from a central repository?

Workflow template synchronization is handled by comparing local versions against a central source repository using semver, identifying patch, minor, and major updates, and applying changes to keep operational scripts aligned across projects.

What happens to local workflow customizations when syncing skills from a source repository?

Local workflow customizations are protected during synchronization by detecting local modifications and warning the user to contribute changes back to the source repository before any local adaptations are overwritten.

How does semver-based version comparison work for DevOps skill maintenance?

Semver-based version comparison for DevOps skill maintenance works by evaluating local skill versions against the central source repository to classify available updates into patch, minor, and major categories before applying automated upgrades.

Can I validate installation integrity after updating project documentation templates?

Installation integrity validation is supported after updating project documentation templates, ensuring all synchronized operational scripts and templates are correctly applied and aligned with the latest source repository standards.

How do I track changes when automating workflow skill updates across projects?

Tracking changes during workflow skill updates is facilitated by detailed changelogs provided for all applied updates, allowing you to review every modification synchronized from the central source repository.