swain-update

Update local swain skills via npx or git clone fallback.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/cristoslc/tidegate --skill swain-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swain-update
Source: https://github.com/cristoslc/tidegate/tree/main/.agents/skills/swain-update
Command: npx skills add https://github.com/cristoslc/tidegate --skill swain-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures your local installation of swain skills is always current, automatically updating them and reconciling any governance configurations to maintain project health.

Core Features & Use Cases

  • Automated Updates: Fetches the latest swain skills via npx or Git fallback.
  • Modification Backup: Safely backs up any local changes made to skill files before updating.
  • Platform Detection: Intelligently detects installed agent platforms to ensure compatibility.
  • Governance Reconciliation: Runs swain-doctor to validate and clean up skill configurations.
  • Use Case: Run this skill whenever you suspect your swain skills might be outdated or if you encounter unexpected behavior, ensuring you have the latest features and fixes.

Quick Start

Update your swain skills to the latest version.

Frequently Asked Questions about swain-update

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

FAQPage Schema
How do I update swain skills to the latest version?

To update swain skills, run the maintenance skill to fetch the latest package via npx or a git clone fallback. It detects installed agent platforms and reconciles governance with swain-doctor to keep your environment stable.

What happens to my local modifications when updating swain skills?

When updating swain skills, the tool automatically backs up any local changes made to skill files before applying the new version. This ensures your custom modifications are safely preserved during the update process.

Why should I run a swain skills update?

You should run a swain skills update when you suspect your local installation is outdated or if you encounter unexpected behavior. This ensures you have the latest features, bug fixes, and validated governance configurations.

Does the swain update process work without npx installed?

Yes, the swain update process works without npx by using a git clone fallback to fetch the latest skills. This ensures you can still update your environment even if npx is not available on your system.

How does swain-doctor reconcile governance during a skills update?

During a skills update, swain-doctor runs automatically to validate and clean up skill configurations after fetching the latest version. This governance reconciliation ensures your project health is maintained without manual intervention.