update-sf

Automates updating the .claude/ toolbox via git pull and copy from the SaaS Factory repository.

4|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/JocDLC/saas-factory-v5 --skill update-sf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-sf
Source: https://github.com/JocDLC/saas-factory-v5/tree/main/.claude/skills/update-sf
Command: npx skills add https://github.com/JocDLC/saas-factory-v5 --skill update-sf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill updates the development toolbox of SaaS Factory to the latest version, ensuring you have the newest templates and tooling.

Core Features & Use Cases

  • Automates updating the .claude/ toolbox by pulling the latest changes from the SaaS Factory repository.
  • Replaces outdated files while preserving user-specific configurations.
  • Use case: When a new release is available, activate this skill to synchronize your local project with upstream changes.

Quick Start

Locate the saas-factory alias, run a git pull to fetch the latest changes, and copy the updated .claude/ contents into your project directory.

Frequently Asked Questions about update-sf

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

FAQPage Schema
How do I update my SaaS Factory toolbox to the latest version?

To update your SaaS Factory toolbox, you need to pull the latest changes from the upstream repository and copy the updated .claude/ contents into your local project directory, replacing outdated files while preserving user-specific configurations.

What do I need to synchronize my local .claude/ directory with upstream changes?

Synchronizing your local .claude/ directory requires a working git installation, a configured saas-factory alias, and access to the SaaS Factory repository to successfully perform the pull and copy operations.

When should I update my SaaS Factory templates and tooling?

You should update your SaaS Factory templates and tooling when a new release is available or when your local development template is out of date and requires the newest PRP updates to function correctly.

Does updating the SaaS Factory toolbox overwrite my user-specific configurations?

Updating the SaaS Factory toolbox replaces outdated template files while preserving your user-specific configurations, ensuring your local project synchronizes with upstream changes without losing custom settings.

Why does my SaaS Factory update fail during the git pull operation?

A SaaS Factory update might fail during the git pull operation if your environment lacks a working git installation, the saas-factory alias is not configured, or you do not have access to the repository.