askill
minervia-update

minervia-updateSafety 85Repository

Update Minervia to the latest version while preserving your customizations. Creates backups, shows what's new, lets you choose how to handle conflicts. Use when you want the latest skills and improvements.

9 stars
1.2k downloads
Updated 2/10/2026

Package Files

Loading files...
SKILL.md

Update Minervia

Check for updates and apply them safely while preserving your customizations.

Why This Matters

Minervia evolves with new skills, bug fixes, and improvements. The update system:

  • Detects files you've customized (via checksum comparison)
  • Preserves your changes unless you choose to overwrite
  • Creates backups before any modifications
  • Shows what's new between versions

Quick Start

Run the update:

bash ~/.minervia/bin/minervia-update.sh

Or preview changes first:

bash ~/.minervia/bin/minervia-update.sh --dry-run

What Happens During Update

  1. Version check - Compares installed version to latest on GitHub
  2. Changelog - Shows what's new since your version
  3. Customization scan - Identifies files you've modified
  4. Conflict resolution - For each customized file, you choose:
    • Keep mine (skip this file)
    • Take theirs (use new version)
    • Backup + overwrite (save yours, use new)
  5. Backup - Creates timestamped backup of all tracked files
  6. Update - Applies changes to non-customized files
  7. Report - Shows what was updated

Options

FlagEffect
--dry-runShow what would change without applying
-v, --verboseShow detailed file-by-file actions
--list-backupsShow available backups
--restore TIMESTAMPRestore from a specific backup

Backups

Backups are stored in ~/.minervia/backups/ with timestamped folders:

  • 2026-01-18T10-30-00/ contains all tracked files as of that update
  • Backups are kept forever (no auto-pruning)

To restore from a backup:

bash ~/.minervia/bin/minervia-update.sh --restore 2026-01-18T10-30-00

Process for Claude

  1. Check if update script exists: ls ~/.minervia/bin/minervia-update.sh
  2. If missing, inform user to reinstall Minervia
  3. Run update with appropriate flags based on user request
  4. Report results to user

Success Criteria

  • Update script executed successfully
  • User informed of version changes
  • Customized files handled per user preference
  • Backup created before modifications

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

68/100Analyzed 2/20/2026

Well-structured skill with clear steps for updating Minervia. Has good backup mechanisms, conflict resolution, and dry-run option. However, it's highly specific to a single project (minervia-starter-kit) making it less reusable. Located in dedicated skills folder with proper use_when section and structured commands.

85
80
40
75
85

Metadata

Licenseunknown
Version-
Updated2/10/2026
Publisheraplaceforallmystuff

Tags

githubllm