propagate-craft

Automate methodology file propagation into brand brains using gh, rsync, and git.

44|17|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/real-simple-labs/parker-brain --skill propagate-craft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: propagate-craft
Source: https://github.com/real-simple-labs/parker-brain/tree/main/.claude/skills/propagate-craft
Command: npx skills add https://github.com/real-simple-labs/parker-brain --skill propagate-craft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the re-shipment of the factory methodology bundle into brand brains, ensuring they stay updated and aligned with the factory standard.

Core Features & Use Cases

  • Push-Based Re-Ship: Automates the re-shipment of the methodology to brand brains, reducing manual work and potential errors.
  • Layout Auto-Detection: Handles both nested and flat layouts without manual configuration.
  • Update-Only Sync: Syncs the methodology without adding, deleting, or altering brand-specific data.
  • Deliberate Adds: Adds new methodology documents through a named list, maintaining control over what gets included.

Quick Start

Run the scripts/propagate-to-brand-brains.sh script with the repository names as arguments, or set PARKER_BRAND_BRAIN_REPOS environment variable with a space-separated list of repositories.

Frequently Asked Questions about propagate-craft

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

FAQPage Schema
How do I automate methodology propagation into brand brains?

You can propagate methodology updates by running the propagation script with target repository names as arguments. Alternatively, set the PARKER_BRAND_BRAIN_REPOS environment variable with a space-separated list of repositories to push the bundle automatically.

Does methodology propagation work with both legacy and decoupled brand brain layouts?

Yes, the propagation script auto-detects both nested and flat layouts, supporting legacy and decoupled brand brain structures. This ensures broad compatibility without requiring manual layout configuration before pushing files.

Do I need git and rsync to push methodology updates to brand brains?

Yes, git, rsync, and gh are required dependencies for pushing methodology updates. These command-line tools manage file synchronization, GitHub repository access, and version control operations during the automated methodology bundle re-shipment.

Will syncing methodology updates alter brand-specific data in the repository?

No, the update-only sync exclusively pushes methodology files without adding, deleting, or altering brand-specific data. New methodology documents are added through a named list to maintain strict control over what gets included in the repository.

What is the best way to add new methodology documents to brand brains?

Use a named list within the propagation script to deliberately add new methodology documents to brand brains. This maintains strict control over what gets included in the file bundle during the automated re-shipment process.