completing-layer-documentation

Translate gaps.md files into complete layer documentation sections.

9|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/cliftonc/unwind --skill completing-layer-documentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: completing-layer-documentation
Source: https://github.com/cliftonc/unwind/tree/main/skills/completing-layer-documentation
Command: npx skills add https://github.com/cliftonc/unwind --skill completing-layer-documentation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Layer documentation often has missing sections and inaccuracies across multiple layers; this skill reads gaps.md files and generates complete, consistent documentation to keep the unwind docs in sync.

Core Features & Use Cases

  • Reads docs/unwind/layers/{layer}/gaps.md to identify missing items, inaccuracies, and uncategorized items.
  • Dispatches completion agents to fill gaps, update relevant section files, and maintain index counts.
  • Updates and consolidates layer documentation across all layers, enabling incremental and parallel progress.

Quick Start

Process the layer documentation gaps by running this skill to fill all gaps and update the layer documentation accordingly.

Frequently Asked Questions about completing-layer-documentation

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

FAQPage Schema
How do I automatically fill missing sections in layer documentation?

Automatically fill layer documentation gaps by reading gaps.md files and dispatching completion agents to resolve missing items, fix inaccuracies, and update section files across all layers.

What is the best way to resolve documentation gaps across multiple layers?

Resolve documentation gaps across multiple layers by translating gaps.md files into complete sections, dispatching agents to fill missing items, and updating index.md counts for consistent documentation.

How do I update index counts after fixing inaccuracies in layer docs?

Update index counts after fixing inaccuracies by completing the gap resolution workflow, which automatically updates counts in index.md and removes gaps.md files once all missing items are filled.

Can I use this documentation gap analysis workflow without external network calls?

Use this documentation gap analysis workflow without external network calls, as it operates deterministically by reading layer gaps.md, dispatching completion agents, and writing updated sections entirely offline.

Does this layer documentation tool tag uncategorized items automatically?

This layer documentation tool tags uncategorized items automatically by dispatching completion agents that identify, categorize, and fill missing items before updating the layer files and index.

What happens to gaps.md files after layer documentation is complete?

After layer documentation is complete, gaps.md files are automatically removed to enforce a deterministic workflow, ensuring all missing items are resolved and index.md counts are updated.