docs:update-docs

Plan and execute documentation updates for local code changes using a multi-agent workflow.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dalawwa/labor-methods --skill docs-update-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs:update-docs
Source: https://github.com/dalawwa/labor-methods/tree/main/.cek/plugins/docs/skills/update-docs
Command: npx skills add https://github.com/dalawwa/labor-methods --skill docs-update-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Updating project documentation to reflect local code changes is labor-intensive and error-prone; this skill coordinates automated, multi-agent documentation workflows to keep docs/, READMEs, JSDoc, and API docs in sync.

Core Features & Use Cases

  • Automated discovery of outdated or missing documentation across the repository.
  • Parallel analysis and task planning using haiku agents to minimize manual review.
  • Generation and updates of module READMEs, API references, and docs navigation indices.
  • Iterative quality reviews via tech-writer agents to ensure alignment with project conventions and minimize bloat.

Quick Start

Run the update-docs skill to coordinate documentation updates for the latest code changes.

Frequently Asked Questions about docs:update-docs

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

FAQPage Schema
How do I automate documentation updates for local code changes?

Automating documentation updates requires analyzing code changes and generating prioritized tasks for READMEs, docs/, and JSDoc. A multi-agent workflow coordinates parallel analysis, automated discovery, and iterative tech-writer reviews to keep documentation in sync with local modifications.

What is a multi-agent workflow for keeping docs in sync?

A multi-agent workflow for documentation uses parallel haiku agents to analyze repository changes and plan updates. Tech-writer agents then generate module READMEs, update API references, and review outputs iteratively to enforce project conventions and minimize documentation bloat.

How do I find outdated or missing documentation across my repository?

Finding outdated documentation involves automated discovery across the repository to identify gaps impacting READMEs, docs/, JSDoc, and API references. It analyzes the documentation structure and generates prioritized tasks to update indices and references based on recent code changes.

Does automated documentation generation work with JSDoc and API references?

Yes, automated documentation generation works with JSDoc and API references by analyzing the existing documentation structure. It identifies changes impacting these files, generates updates for module READMEs, and updates navigation indices while enforcing project conventions through iterative reviews.

What's the best way to update docs navigation indices after code changes?

The best way to update docs navigation indices is using an automated workflow that analyzes documentation structure and identifies impacted files. It generates prioritized tasks for index updates and validates them through iterative tech-writer agent reviews to ensure alignment with project conventions.

When should I avoid using automated multi-agent documentation workflows?

You should avoid using automated multi-agent documentation workflows when manual review is preferred over iterative tech-writer agents, or when repository conventions are not yet established. It is designed for structured projects needing parallel analysis and automated updates across docs/, READMEs, and JSDoc.