update

Update cleo-web plugin skills and apply database migrations.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jamiegrand/cleo-web --skill update-jamiegrand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/jamiegrand/cleo-web/tree/main/.claude/skills/update
Command: npx skills add https://github.com/jamiegrand/cleo-web --skill update-jamiegrand

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Updates the cleo-web plugin while preserving your project data.

Core Features & Use Cases

  • Overwrites skills with latest versions
  • Runs database migrations to keep schema up to date
  • Preserves user data (todo.json, config.json, metrics.db)
  • Provides clear, guided steps for performing updates

Quick Start

Run the update command from your project directory to refresh the plugin and apply migrations.

Frequently Asked Questions about update

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

FAQPage Schema
How do I update the cleo-web plugin without losing my project data?

Updating the cleo-web plugin overwrites existing skills with the latest versions while preserving user data like todo.json, config.json, and metrics.db. You run the update command from your project directory to safely refresh the plugin.

How do database migrations work during a cleo-web plugin update?

Database migrations run automatically during the update to keep your schema current. The process coordinates applying migration scripts found in your project directory alongside the skill overwrites to ensure schema consistency.

What files and directory structure do I need to run cleo-web migrations and updates?

You need a project directory containing .cleo-web data and migration scripts. The process validates this structure to ensure skills, migrations, and configuration are updated correctly without data loss.

Does updating cleo-web skills overwrite my custom configuration files?

Updating cleo-web skills does not overwrite your custom configuration. The process specifically preserves user data, including todo.json, config.json, and metrics.db, while only overwriting the skills with their latest versions.

What is the safest way to automate plugin maintenance and database schema migrations?

The safest way to automate plugin maintenance is using a coordinated update process that applies validation checks and guided feedback. This ensures skill overwrites and database migrations execute without data loss.