updating-agent-skills

Synchronize SKILL.md frontmatter across one or more repositories.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/morgs32/skills --skill updating-agent-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: updating-agent-skills
Source: https://github.com/morgs32/skills/tree/main/skills/updating-agent-skills
Command: npx skills add https://github.com/morgs32/skills --skill updating-agent-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of updating agent skills across this repository or another, ensuring consistent naming and descriptions and reducing drift.

Core Features & Use Cases

  • Centralized updates: modify the SKILL.md frontmatter in a target skill unit to reflect current intent.
  • Cross-repo propagation: apply updates to multiple repositories that rely on the Skill schema.
  • Audit trail: maintain a history of skill changes for traceability.

Quick Start

Update the SKILL.md frontmatter in this skill to ensure the name and description are current for the skill's intent.

Frequently Asked Questions about updating-agent-skills

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

FAQPage Schema
How do I synchronize SKILL.md frontmatter across multiple repositories?

To synchronize SKILL.md frontmatter across multiple repositories, this skill automates batch updates to propagate standardized naming and descriptions, reducing metadata drift between distributed projects.

What is the best way to standardize agent skill metadata in a monorepo?

Standardizing agent skill metadata in a monorepo involves applying batch updates to SKILL.md files, ensuring mandatory frontmatter like name and description remain consistent across all defined skill units.

Can I update multiple repository skills at the same time to prevent configuration drift?

Yes, you can update multiple repository skills simultaneously to prevent configuration drift by applying centralized frontmatter modifications that propagate across all repositories relying on the skill schema.

Does updating agent skills preserve optional resource directories defined in the schema?

Yes, updating agent skills preserves optional resource directories defined in the schema while applying mandatory frontmatter changes, maintaining the existing structure for any future expansion needs.

When do I need to update YAML frontmatter in my skill definitions?

You need to update YAML frontmatter in your skill definitions when the current intent of the skill changes, requiring you to modify the name and description fields to maintain an accurate audit trail.

Why does skill metadata drift occur in distributed repositories?

Skill metadata drift occurs in distributed repositories because independent updates to SKILL.md files happen without centralized synchronization, leading to inconsistent naming and descriptions across the project.