doc-automation

Automate documentation versioning and metadata tracking across Markdown, JSON, and TypeScript files.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/usorama/rad-engineer-v2 --skill doc-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-automation
Source: https://github.com/usorama/rad-engineer-v2/tree/main/.claude/skills/doc-automation
Command: npx skills add https://github.com/usorama/rad-engineer-v2 --skill doc-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

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.