doc-automation

Community

Documentation versioning, metadata automation.

Authorusorama
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates documentation maintenance with consistent versioning and metadata, reducing manual drift and ensuring traceability.

Core Features & Use Cases

  • Metadata Standardization: Apply YAML frontmatter headers to Markdown (.md), JSON (.json), and TypeScript/JavaScript files (in comments) for consistent versioning.
  • Semantic Versioning & History: Enforce 1.0.0 initial versions and automatic increments (major/minor/patch) with updated timestamps.
  • Central Tracking: Maintain a project-wide .ai/versions.json with per-file metadata and changelog history.
  • Tracked File Types: MD, JSON, TS/JS (via comments), Skills, and Agents metadata tracking.

Quick Start

Example: Add a version header to docs/guide.md and trigger automatic metadata updates across the repository.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: doc-automation
Download link: https://github.com/usorama/rad-engineer-v2/archive/main.zip#doc-automation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository