sync-workspace

Commit and push private workspace repository changes to a remote.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Jennyfirrr/workspace-template --skill sync-workspace-jennyfirrr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sync-workspace
Source: https://github.com/Jennyfirrr/workspace-template/tree/main/claude-skills/sync-workspace
Command: npx skills add https://github.com/Jennyfirrr/workspace-template --skill sync-workspace-jennyfirrr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically back up a private workspace repository by staging and pushing changes to a private remote, creating a durable off-machine checkpoint for plans, skills, and confidential docs.

Core Features & Use Cases

  • Smart commit grouping by category (plans, skills, docs) to generate meaningful messages.
  • Deterministic push workflow with optional pre-commit gate and Co-Authored-By trailer.
  • End-of-session or skill-update backup as a batched checkpoint to reduce noise and improve recoverability.

Quick Start

Run /sync-workspace to push your latest workspace changes to the private remote.

Frequently Asked Questions about sync-workspace

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

FAQPage Schema
How do I automate backing up a private workspace repository to a remote?▼

To automate backing up a private workspace repository, this Skill stages and pushes changes to a configured private remote, creating a durable off-machine checkpoint for your plans and confidential docs.

What is the best way to batch git commits for a workspace backup at session end?▼

Batching git commits for a workspace backup at session end is handled by grouping changes into categories like plans, skills, and docs, then auto-generating meaningful commit messages to reduce noise.

How does commit grouping work when pushing workspace changes to a private remote?▼

Commit grouping works by categorizing staged workspace changes into plans, skills, or docs, which allows the automated push workflow to generate structured, meaningful commit messages for each checkpoint.

Can I run a pre-commit gate before pushing a workspace backup to a private remote?▼

Yes, you can run a pre-commit gate before pushing a workspace backup, as the deterministic push workflow supports an optional pre-commit check to validate changes before they are sent to the private remote.

Does the automated workspace backup support Co-Authored-By trailers in git commits?▼

Yes, the automated workspace backup supports Co-Authored-By trailers in git commits, appending this metadata automatically when generating commit messages for your batched checkpoint pushes.