template-broadcast

Automate multi-project template synchronization across registered downstream projects.

14|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tae0y/python-project-template --skill template-broadcast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-broadcast
Source: https://github.com/tae0y/python-project-template/tree/main/.claude/skills/template-broadcast
Command: npx skills add https://github.com/tae0y/python-project-template --skill template-broadcast

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinating updates across multiple downstream projects is error-prone and time-consuming, and this skill enables bulk, safe propagation of template changes to all registered projects.

Core Features & Use Cases

  • Bulk propagation of template files to registered downstream projects.
  • Safety nets: per-project pre-flight checks, diff-aware updates, and preserved project-only files.
  • Use Case: When you update template configuration in the upstream project, broadcast ensures all downstreams receive the change consistently.

Quick Start

Broadcast the latest upstream templates to all registered downstream projects.

Frequently Asked Questions about template-broadcast

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

FAQPage Schema
How do I automate multi-project downstream template synchronization across registered projects?

Multi-project downstream template synchronization is automated by applying upstream template changes to all active projects listed in references/projects.md, coordinating pre-flight checks, per-project updates, and consolidated reporting.

How does diff-aware template broadcasting preserve project-specific files?

Diff-aware template broadcasting preserves project-specific files by applying differential updates that avoid deleting upstream-only files, ensuring project-only configurations remain intact while propagating upstream template changes safely.

What is the best way to bulk propagate template configuration changes to downstream projects?

The best way to bulk propagate template configuration changes is using a broadcast workflow that applies updates to all registered downstream projects consistently, providing robust error handling and clear progress feedback during synchronization.

Can I broadcast template updates to multiple downstream projects without losing project-only files?

Yes, broadcasting template updates to multiple downstream projects preserves project-only files through diff-aware updates that prevent the deletion of upstream-only files, ensuring project-specific modifications remain safe during bulk synchronization.

What happens if a pre-flight check fails during downstream template synchronization?

When a pre-flight check fails during downstream template synchronization, robust error handling captures the failure, halts the per-project update, and includes the error status in the consolidated reporting for review.

Where are active downstream projects registered for template broadcasting?

Active downstream projects are registered in the references/projects.md file, which the broadcast workflow reads to determine the target projects for receiving upstream template synchronization updates.