bryllen-update

Upgrade bryllen npm package, migrations, and Claude Code plugin in one command.

2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/madebynoam/bryllen --skill bryllen-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bryllen-update
Source: https://github.com/madebynoam/bryllen/tree/main/plugin/plugins/bryllen/skills/bryllen-update
Command: npx skills add https://github.com/madebynoam/bryllen --skill bryllen-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update bryllen to the latest version across the npm package, migrations, and Claude Code plugin in a single workflow.

Core Features & Use Cases

  • Automates the upgrade of the bryllen npm package, applies migrations, and prepares rollback points.
  • Synchronizes plugin marketplace references by pulling the latest changes.
  • Ideal for maintenance cycles where consistency and traceability of upgrades are required.

Quick Start

Run npx bryllen update to upgrade to the latest version and apply migrations.

Frequently Asked Questions about bryllen-update

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

FAQPage Schema
How do I update npm packages and run migrations in one command?

To update npm packages and run migrations in one command, run npx bryllen update to pull the latest package version, apply migrations, and commit changes. This automates upgrading across npm, migrations, and Claude Code plugin references in a single workflow.

What is the best way to automate package upgrades and ensure rollback traceability?

Automating package upgrades with rollback traceability is done by running npx bryllen update, which applies migrations and prepares rollback points. It reads the new version, commits migrations, and refreshes marketplace plugin references for maintenance consistency.

Do I need to manually refresh Claude Code plugin references after updating?

You do not need to manually refresh Claude Code plugin references after updating. The update workflow synchronizes plugin marketplace references by pulling the latest changes, ensuring the plugin stays consistent with the newly upgraded npm package.

Can I upgrade the npm package and apply migrations at the same time?

You can upgrade the npm package and apply migrations at the same time by running npx bryllen update. This single workflow handles upgrading the package, applying migrations, and preparing rollback points for consistent maintenance cycles.

Why does my maintenance workflow require consistency and traceability for upgrades?

Maintenance workflows require consistency and traceability for upgrades because updating across npm, migrations, and Claude Code plugins involves multiple components. Automating the process ensures rollback points are prepared and marketplace references are synchronized to prevent version drift.