update

Update Anglesite project dependencies and templates to latest versions.

2|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/Anglesite/anglesite --skill update-anglesite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/Anglesite/anglesite/tree/main/agent-skills/update
Command: npx skills add https://github.com/Anglesite/anglesite --skill update-anglesite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, git, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automatically updates your site dependencies and template files to the latest version, ensuring your site stays secure and up-to-date without manual intervention.

Core Features & Use Cases

  • Dependency and Template Update: Safely updates all dependencies and templates to the latest version.
  • Incremental Updates: Applies changes incrementally to minimize disruption and ensure compatibility.
  • User-Friendly: Explains each step in plain English, making it easy for non-technical users to understand the process.

Quick Start

Run the update command to update your site to the latest Anglesite version and dependencies: /anglesite:update

Frequently Asked Questions about update

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

FAQPage Schema
How do I update Astro and Keystatic site dependencies on Cloudflare Workers?

To update Astro and Keystatic site dependencies on Cloudflare Workers, you can run a single update command. This automatically increments your npm packages and templates to their latest versions incrementally.

What's the best way to keep Anglesite template versions current without breaking changes?

The best way to keep Anglesite templates current is by applying incremental updates. This process safely updates template files and dependencies step-by-step to minimize disruption and ensure compatibility.

Do I need Git and npm installed to update my site templates?

Yes, you need Git and npm installed to update your site templates. Git is required to commit the updated template changes, while npm handles the install and update commands for dependencies.

How does automated site maintenance work for Anglesite projects?

Automated site maintenance works by reading the ANGLESITE_VERSION from your .site-config file. It then executes npm updates and Git commits to securely push your project to the latest version.

Why does updating npm dependencies fail without a .site-config file?

Updating npm dependencies fails without a .site-config file because the update process relies on this configuration. It must contain the ANGLESITE_VERSION variable to correctly identify and apply the proper template updates.