docs-manager

Coordinate documentation analysis, bootstrapping, and diagram generation from code changes.

1|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill docs-manager-datamaker-kr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-manager
Source: https://github.com/datamaker-kr/synapse-claude-marketplace/tree/main/plugins/platform-dev-team-common/agents/docs-manager
Command: npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill docs-manager-datamaker-kr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your project documentation stays up-to-date with code changes, preventing outdated information and saving developers time on manual updates.

Core Features & Use Cases

  • Automated Analysis: Detects code changes and identifies documentation gaps.
  • Content Generation: Creates initial documentation structures and generates diagrams.
  • Use Case: After adding a new API endpoint, this Skill automatically suggests updates to your API documentation and generates a sequence diagram illustrating the new flow, ready for your review.

Quick Start

Use the docs-manager skill to analyze recent code changes and suggest documentation updates.

Frequently Asked Questions about docs-manager

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

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

Documentation synchronization with code changes is achieved by proactively monitoring your codebase to detect modifications and orchestrating specialized skills to suggest updates for API docs, architecture diagrams, and README files.

What is the best way to generate architecture diagrams from code modifications?

Architecture diagram generation is handled by orchestrating specialized skills that analyze code modifications, producing sequence diagrams and visual architecture representations ready for developer review.

Can I use this to bootstrap initial documentation structures for my project?

Yes, bootstrapping initial documentation structures is supported through coordinated analysis, generating foundational content and diagrams to establish your project's documentation baseline.

Does this tool require external dependencies to monitor my codebase?

No external dependencies are required to monitor code changes, as the skill operates independently to detect modifications and coordinate documentation updates within your development environment.

Why does my API documentation become outdated after adding new endpoints?

API documentation becomes outdated when manual updates are skipped, but this skill detects new endpoints and automatically suggests API documentation updates and sequence diagrams for review.

What are the limitations of using a docs-manager for documentation orchestration?

The skill orchestrates documentation management and suggests updates based on code modifications, but developers must still review and approve the generated content, diagrams, and README changes before finalizing them.