agntcms-update-skills

Update the @agntcms/skills npm package while preserving custom skills.

Updated May 29, 2026
One-click install
npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-update-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agntcms-update-skills
Source: https://github.com/AlexHramovich/fr-preview-migration/tree/main/.claude/skills/update-skills
Command: npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-update-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that your project's .claude/skills/ directory is always updated to the latest version of the @agntcms/skills npm package, without overwriting any custom skills.

Core Features & Use Cases

  • Update Skills: Automatically update the @agntcms/skills npm package to the latest version.
  • Non-Destructive Sync: Preserve custom skill folders while updating standard skills.
  • Multiple Package Managers: Support for pnpm, yarn, and npm package managers.
  • Use Case: Use this Skill to keep your project's skills up-to-date and ensure compatibility with the latest features.

Quick Start

Update your project's skills by running the agntcms-update-skills skill.

Frequently Asked Questions about agntcms-update-skills

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

FAQPage Schema
How do I update npm package skills without overwriting custom configurations?

To update npm package skills without overwriting custom configurations, use a non-destructive sync process that updates standard skills while preserving your custom skill folders in the project directory.

Does the agntcms skills update work with yarn and pnpm?

Yes, the agntcms skills update supports multiple package managers including npm, pnpm, and yarn, allowing you to pull the latest package version regardless of your project's package manager.

What is a non-destructive skill sync for npm packages?

A non-destructive skill sync updates the standard skills from an npm package to the latest version while explicitly preserving any custom skill folders you have added to the project directory.

How to keep project skills up-to-date with the latest npm package version?

To keep project skills up-to-date, run an automated update script that fetches the latest version of the @agntcms/skills npm package and synchronizes it with your local .claude/skills/ directory.

Can I update the agntcms skills package in a project with existing custom skills?

Yes, you can update the agntcms skills package in a project with existing custom skills because the update process is non-destructive and specifically preserves custom skill folders during the synchronization.