sharing-studio-sync

Synchronize public scaffolds with local sources after redaction and approval.

8|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/kevinlasnh/sharing-studio --skill sharing-studio-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sharing-studio-sync
Source: https://github.com/kevinlasnh/sharing-studio/tree/main/projects/sharing-studio-sync/skill
Command: npx skills add https://github.com/kevinlasnh/sharing-studio --skill sharing-studio-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This workflow solves the risk and friction of turning private, local scaffolds into a public, redacted repository by orchestrating discovery, redaction, review, and publish steps.

Core Features & Use Cases

  • Publish pipeline: discover truth, compare with public targets, redact private data, scan for secrets, review diffs, and push only after user approval.
  • Privacy-first publishing: prevents leakage of credentials, runtime state, or machine-specific paths by using placeholders and strict boundaries.
  • Cross-domain workflows: coordinates L1 memory, L2 vaults, GTD Todoist, and heavy agent workflows to keep public scaffolds in sync with local runtime state.

Quick Start

Publish the latest local scaffolds to the public repository after preflight.

Frequently Asked Questions about sharing-studio-sync

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

FAQPage Schema
How do I publish local scaffolds to a public git repository without leaking private data?

To publish local scaffolds safely, you can use a pipeline that discovers local files, redacts private data, scans for secrets, and requires explicit user approval before pushing to the public git repository.

What is the best way to sync local scaffolds with a remote repository while enforcing privacy boundaries?

Syncing local scaffolds safely requires coordinating discovery, comparison, and redaction processes that use placeholder paths and strict boundaries to prevent the leakage of credentials or machine-specific runtime state.

How do I automate git publish workflows across memory, vaults, and GTD Todoist?

You can automate git publish workflows by coordinating cross-domain systems like L1 memory, L2 vaults, and GTD Todoist to keep public scaffolds synchronized with your local runtime state during the publishing pipeline.

Does this scaffold publishing process require manual review before pushing to git?

Yes, the scaffold publishing process requires explicit user approval after comprehensive safety scans and diff reviews are completed, ensuring no private data is pushed without manual confirmation.

Can I use placeholder paths to redact machine-specific details when syncing scaffolds?

Yes, using placeholder paths is an enforced safety boundary during the redaction step, which prevents machine-specific paths and private runtime state from appearing in the published public scaffolds.