document

Refresh docs.md files after code changes to keep Noridocs accurate.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/SAZO-KR/sazo-toolkit --skill document-sazo-kr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document
Source: https://github.com/SAZO-KR/sazo-toolkit/tree/main/packages/ai-harness/skills/document
Command: npx skills add https://github.com/SAZO-KR/sazo-toolkit --skill document-sazo-kr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After code changes, teams must keep documentation in sync by updating docs.md files throughout the codebase to reflect architecture, usage, and implementation details.

Core Features & Use Cases

  • Noridocs-focused updates: refreshes docs.md sections to mirror recent changes across folders and modules.
  • Dual workflow: supports automatic updates via the nori-change-documenter subagent or manual edits when the subagent is unavailable.
  • Verification & context capture: prompts for change context, records rationale, and ensures architectural coherence in docs.

Quick Start

Update docs.md after code changes to keep Noridocs aligned with the current codebase.

Frequently Asked Questions about document

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

FAQPage Schema
How do I keep codebase documentation in sync after code changes?

To keep codebase documentation in sync after code changes, you update docs.md files across folders and modules to reflect recent architecture, usage, and implementation details, ensuring Noridocs stay accurate.

How does automatic documentation update work with the nori-change-documenter?

Automatic documentation update works by leveraging the nori-change-documenter subagent to refresh docs.md files. When available, it coordinates with code changes and architectural notes to apply updates without manual intervention.

Can I manually update docs.md files if the nori-change-documenter subagent is unavailable?

Yes, you can manually update docs.md files if the nori-change-documenter subagent is unavailable. The dual workflow supports manual edits to refresh documentation sections and capture change context when automatic processing is not an option.

What is the best way to verify documentation updates across PRs and commits?

The best way to verify documentation updates across PRs and commits is to perform a post-change review. This process checks that docs.md sections accurately capture change rationale and maintain architectural coherence after updates are applied.

When do I need to update docs.md files for Noridocs?

You need to update docs.md files for Noridocs after PRs, commits, and feature updates. This ensures documentation remains aligned with the current codebase by reflecting changes to architecture, usage, and implementation details.