Updating Noridocs

Update docs.md files after code changes using the nori-change-documenter subagent.

149|10|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/tilework-tech/nori-profiles --skill updating-noridocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Updating Noridocs
Source: https://github.com/tilework-tech/nori-profiles/tree/main/src/installer/features/profiles/config/_mixins/_docs/skills/updating-noridocs
Command: npx skills add https://github.com/tilework-tech/nori-profiles --skill updating-noridocs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of updating docs.md files throughout your codebase after code changes, ensuring your documentation accurately reflects the current state of your project without manual effort.

Core Features & Use Cases

  • Context-Driven Updates: Guides the AI to gather necessary context about code changes before updating documentation.
  • Subagent Dispatch: Utilizes the nori-change-documenter subagent to intelligently update relevant docs.md files.
  • Verification Workflow: Ensures documentation updates are accurate and focused on architectural changes, not minutiae.
  • Use Case: After refactoring a core module, use this skill to automatically update the corresponding docs.md files, ensuring new team members or future developers have accurate architectural context.

Quick Start

I've refactored the user authentication flow. Update the relevant noridocs to reflect these changes.

Frequently Asked Questions about Updating Noridocs

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

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

Keeping documentation synchronized with code changes prevents drift between implementation and docs. This Skill automates updates to `docs.md` files throughout your codebase by dispatching the nori-change-documenter subagent to reflect architectural and implementation changes, ensuring accurate documentation without manual effort.

Can I automatically update docs.md files when I refactor a module?

Yes. After refactoring, provide context about what changed and why, then this Skill dispatches the nori-change-documenter subagent to intelligently update relevant `docs.md` files. Verification steps like git status and diffs confirm the updates are accurate and focused on architectural changes.

What information do I need to gather before updating documentation?

Gather what changed and why, identify modified files, and provide context along with PR or commit references. The Skill uses this context to dispatch the nori-change-documenter subagent with a clear prompt, ensuring documentation updates align with actual code changes and architectural decisions.

Does this Skill sync documentation updates to remote repositories?

Yes, optionally. After verifying local documentation updates through git status and diffs, you can invoke nori-sync-docs to push updates to remote repositories, completing the full documentation workflow.

When should I use automated documentation updates instead of manual edits?

Use automated updates when you refactor core modules, implement architectural changes, or need team documentation to stay current without manual tracking. This prevents documentation debt, helps new developers understand context, and scales documentation maintenance across multiple `docs.md` files.