template-update

Update templates in metasaver-marketplace and return updated paths, content, and affected repos.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/metasaver/claude-marketplace --skill template-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-update
Source: https://github.com/metasaver/claude-marketplace/tree/main/plugins/metasaver-core/skills/workflow-steps/template-update
Command: npx skills add https://github.com/metasaver/claude-marketplace --skill template-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill updates templates in the marketplace to serve as the authoritative source for downstream remediation.

Core Features & Use Cases

  • Template-first updates: Always push template changes before remediation actions.
  • Validation flow: Ensures updated templates are syntactically valid.
  • Impact tracking: Identifies consumer repos to re-audit after template changes.

Quick Start

When templates change, run template-update to propagate changes and re-audit consumers.

Frequently Asked Questions about template-update

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

FAQPage Schema
How do I update templates in a marketplace to keep them as the source of truth?

Template-update applies changes to marketplace templates as the authoritative source, then identifies consumer repositories that need re-auditing. It validates syntax, preserves structure and comments, and returns the updated template path, content, and affected repositories for downstream remediation.

What happens when I update a template—do consumer repositories get affected?

Yes. Template-update tracks which consumer repositories depend on each template and flags them for re-audit after changes. This ensures downstream systems pick up the updated configuration without manual intervention.

Can I validate templates before pushing them to consumers?

Template-update includes built-in validation that checks syntax and integrity before templates propagate. Invalid updates are rejected, so consumers only receive verified, working templates.

How do I handle template changes triggered by audits?

When an audit detects template drift, template-update pushes corrected templates to the marketplace first, then remediates affected consumer repositories. This audit-triggered workflow keeps templates and configs synchronized.

Does template-update work with both configuration and domain skills?

Yes. Template-update applies to config skills and domain skills that use templates. It locates template directories, validates updates, and handles remediation across all consumer repositories that reference them.

What output do I get after updating templates?

Template-update returns the updated template path, the new template content with preserved structure, and a list of affected repositories. Use this list to track which consumers need re-auditing or downstream actions.