update-content

Update knowledge base content while preserving RULE.md governance constraints.

6|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/legacybridge-tech/claude-plugins --skill update-content-legacybridge-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-content
Source: https://github.com/legacybridge-tech/claude-plugins/tree/main/akashicrecords/skills/update-content
Command: npx skills add https://github.com/legacybridge-tech/claude-plugins --skill update-content-legacybridge-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill updates existing knowledge base content while preserving governance and frontmatter constraints defined by RULE.md, ensuring consistency across documents.

Core Features & Use Cases

  • Validate and locate target files based on user input or search criteria.
  • Read current content and current directory RULE.md to enforce formatting and versioning rules.
  • Apply changes with governance-aware edits, update frontmatter, changelogs, and index READMEs.

Quick Start

Use the update-content skill to modify an existing knowledge-base article while ensuring RULE.md compliance. Identify target file(s) to update, review current content, and apply governance-aligned edits. The skill will update frontmatter, changelog, and the README index as needed.

Frequently Asked Questions about update-content

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

FAQPage Schema
How do I update knowledge base content without breaking frontmatter or governance rules?

To update knowledge base content safely, this skill locates target files, reads current content and RULE.md constraints, applies changes while preserving frontmatter, updates versioning metadata, appends changelog entries, and repairs cross-references in index READMEs.

What is the best way to manage markdown versioning and changelog updates when modifying existing documentation?

Managing markdown versioning and changelog updates is handled by validating RULE.md governance constraints, applying structural edits without breaking document formatting, and appending versioning metadata and changelog entries to maintain consistency.

Can I modify existing knowledge-base articles while automatically updating the index README?

Yes, you can modify existing knowledge-base articles and automatically update the index README. The skill applies governance-aware edits and updates the index README to ensure cross-reference integrity across documentation.

Does this approach enforce RULE.md compliance when applying append rules to existing markdown files?

Yes, this approach enforces RULE.md compliance by reading the current directory RULE.md before applying append rules to existing markdown files, ensuring frontmatter preservation, governance-aware edits, and cross-reference integrity are maintained throughout the update process.

What happens to cross-reference integrity when I revise content in a governed knowledge base?

When revising content in a governed knowledge base, cross-reference integrity is maintained by automatically updating index READMEs and validating structural changes against RULE.md, ensuring that links and references remain accurate after modifications are applied.