eforge-update

Automate eforge CLI and daemon update checks and guided updates.

69|4|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/eforge-build/eforge --skill eforge-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eforge-update
Source: https://github.com/eforge-build/eforge/tree/main/packages/pi-eforge/skills/eforge-update
Command: npx skills add https://github.com/eforge-build/eforge --skill eforge-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check for available eforge updates and guide through updating the CLI package and daemon.

Core Features & Use Cases

  • Checks current CLI version, fetches latest, compares, and decides next steps to keep eforge up to date.
  • Updates the npm package, restarts the daemon, and coordinates the Pi package as needed.
  • Handles error scenarios and provides safe-guarded guidance for production environments.

Quick Start

Use the skill to start the update workflow by asking the agent to run /eforge:update.

Frequently Asked Questions about eforge-update

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

FAQPage Schema
How do I check for eforge CLI updates and install the latest version?

To check for eforge CLI updates, the skill compares your current CLI version against the latest available release and guides you through updating the npm package to keep your environment current.

What is the correct sequence to restart the eforge daemon after an update?

The correct sequence to restart the eforge daemon involves coordinating the Pi package and performing a safe restart sequencing after the CLI package update to ensure production environments remain stable.

Can I automate eforge version checks for my CLI and daemon?

You can automate eforge version checks by triggering the update workflow, which validates current and new versions for both the CLI and daemon to decide the next required steps.

How does eforge handle update errors in a production environment?

eforge handles update errors by providing safe-guarded guidance and error handling for common failure modes, ensuring production environments are protected during CLI and daemon updates.

Do I need npm to update the eforge CLI package?

You need npm to update the eforge CLI package because the skill automates updating the npm package installation and coordinates the related Pi package.

Why is my eforge daemon not restarting after a CLI version update?

If your eforge daemon is not restarting after a CLI version update, it may be due to common failure modes during restart sequencing or Pi package coordination, which the skill provides error handling guidance to resolve.