doc-archive

Archive active documentation to archived with YAML frontmatter metadata.

2|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/w5851/Julia_RelaxTime --skill doc-archive
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: doc-archive
Source: https://github.com/w5851/Julia_RelaxTime/tree/main/.agents/skills/doc-archive
Command: npx skills add https://github.com/w5851/Julia_RelaxTime --skill doc-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive completed documentation from docs/dev/active to docs/dev/archived with provenance and required metadata.

Core Features & Use Cases

  • Archive active docs to archived along with YAML frontmatter and traceable original sources.
  • Validate archive formats and ensure archived_date/original/title fields exist.

Quick Start

Run the archive_docs.jl script on a target file from docs/dev/active to archive it and generate the required metadata in docs/dev/archived.

Frequently Asked Questions about doc-archive

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

FAQPage Schema
How do I archive development docs with provenance and required metadata?▼

Archive development docs with provenance by moving files from docs/dev/active to docs/dev/archived and enforcing YAML frontmatter with title, archived, original, and archived_date fields for traceability.

What YAML frontmatter fields are required when archiving documentation?▼

Required YAML frontmatter fields for archiving documentation include title, archived, original, and archived_date, ensuring traceability and validating archive formats for completed task documentation.

Can I batch archive active documentation to the archived directory?▼

Batch archiving active documentation is supported alongside single-file archiving workflows, executing the archive_docs.jl script to perform moves and validations for development teams.

Does the archive workflow validate original source references in YAML frontmatter?▼

The archive workflow validates archive formats and ensures the original, title, archived, and archived_date fields exist in YAML frontmatter to maintain traceable original sources for archived docs.

What is the best way to automate moving release notes to an archived folder with metadata?▼

Automate moving release notes to an archived folder with metadata by running the archive_docs.jl script on target files, which enforces required YAML frontmatter and validates the archive format.