upgrade

Upgrade DLD framework files to the latest GitHub template via upgrade.mjs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EllevatedAI/MeMyselfAndI --skill upgrade-ellevatedai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upgrade
Source: https://github.com/EllevatedAI/MeMyselfAndI/tree/main/.claude/skills/upgrade
Command: npx skills add https://github.com/EllevatedAI/MeMyselfAndI --skill upgrade-ellevatedai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Upgrading DLD framework files to the latest template from GitHub is error-prone when done manually; this Skill automates the upgrade to ensure consistency and safety across a project.

Core Features & Use Cases

  • Deterministic upgrade flow that uses a single upgrade.mjs script to fetch the latest template and apply changes.
  • Guided process with pre-flight checks, analysis, grouped reports, and conflict handling to minimize manual intervention.
  • Use Case: Keep your DLD project aligned with the official template across agents, hooks, and rules with minimal risk.

Quick Start

Run the upgrade flow to bring your DLD project to the latest template.

Frequently Asked Questions about upgrade

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

FAQPage Schema
How do I upgrade DLD framework files to the latest template?

To upgrade DLD framework files, run the automated upgrade.mjs script from the .claude/scripts directory to fetch the latest GitHub template and apply changes safely across agents, hooks, and rules.

How does the automated DLD upgrade script handle conflicts during template updates?

The DLD upgrade script handles conflicts by running pre-flight checks, outputting a JSON report for user decisions, and providing guided conflict handling with an optional rollback to ensure safe automated updates.

Do I need a specific script location to upgrade my DLD project?

Yes, you need the upgrade.mjs script to exist at .claude/scripts within your DLD project before initiating the automated upgrade flow to fetch and apply the latest template files.

What is included in the DLD framework upgrade process?

The DLD framework upgrade process includes deterministic analysis, grouped JSON reporting, pre-flight checks, error handling, and safe automatic updates across project agents, hooks, rules, and scripts.

Can I roll back changes if the DLD template upgrade fails?

Yes, you can roll back changes because the upgrade flow includes optional rollback functionality alongside pre-flight checks and error handling to minimize manual intervention and risk during template updates.