internal-docs-writer

Create and archive internal Markdown docs with required frontmatter.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/alexgorbatchev/ai-registry --skill internal-docs-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: internal-docs-writer
Source: https://github.com/alexgorbatchev/ai-registry/tree/main/skills/internal-docs-writer
Command: npx skills add https://github.com/alexgorbatchev/ai-registry --skill internal-docs-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintainers and operators often juggle dispersed repo-local documentation (runbooks, procedures, decisions, references, and folder-based sets). The Internal Docs Writer standardizes creation, organization, and archiving by defaulting new content to the docs/internal location and moving superseded material into the nearest archived/ folder.

Core Features & Use Cases

  • Standardized locationing: automatically writes new docs under docs/internal and creates the folder if needed.
  • Frontmatter enforcement: ensures each document includes created_on, last_modified, and status to reflect lifecycle.
  • Archival discipline: automatically relocates archived content to the nearest archived/ path and preserves folder structures for future reference.
  • Doc-set support: handles folder-based doc sets and supports runbooks, procedures, decision notes, onboarding guides, and references.

Quick Start

Create a new internal documentation file under docs/internal, applying the standard frontmatter and aligning content to source materials.

Frequently Asked Questions about internal-docs-writer

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

FAQPage Schema
How do I automatically organize internal markdown documentation into standard folders?

Internal markdown documentation is organized by automatically writing new files to the docs/internal directory and moving superseded content into the nearest archived/ folder, preserving existing structures for future reference.

What frontmatter fields are required for internal docs lifecycle management?

Required frontmatter fields for internal docs include created_on, last_modified, and status. Enforcing this markdown metadata contract ensures each document accurately reflects its lifecycle stage from creation through active use to eventual archival.

How do I archive outdated runbooks and procedures without losing folder context?

Outdated runbooks and procedures are archived by automatically relocating superseded material to the nearest archived/ path. This preserves the original folder structures so archived docs remain easy to trace and reference.

Does this internal documentation tool support folder-based doc sets and onboarding guides?

Yes, this internal documentation tool supports folder-based doc sets including onboarding guides, runbooks, procedures, decision notes, and reference material. It standardizes their creation and enforces archival discipline across the entire document set.

What is the best way to keep internal documentation grounded in source materials?

The best way to keep internal documentation grounded in source materials is to enforce a strict creation process that aligns content with existing sources. This skill prevents inventing system behavior, ensuring docs accurately reflect actual repository procedures and operations.