update-codemaps

Analyze TypeScript/Node.js codebases to update codemaps with architecture maps and diffs.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Eotel/claude-marketplace --skill update-codemaps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-codemaps
Source: https://github.com/Eotel/claude-marketplace/tree/main/plugins/base/skills/update-codemaps
Command: npx skills add https://github.com/Eotel/claude-marketplace --skill update-codemaps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers translate complex codebases into concise codemaps, automating the documentation of architecture, modules, and data flows to keep projects aligned and maintainable.

Core Features & Use Cases

  • Codebase scanning: detect imports, exports, and dependencies to map architecture.
  • Codemap generation: produce architecture, backend, frontend, and data maps with freshness timestamps.
  • Change-diff governance: calculate diffs against previous versions and guard updates with optional user approval.

Quick Start

Run the codemap updater on your repository to generate the latest codemaps.

Frequently Asked Questions about update-codemaps

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

FAQPage Schema
How do I generate architecture maps from a TypeScript codebase?

Architecture maps are generated by scanning TypeScript imports, exports, and dependencies to produce backend, frontend, and data maps with freshness timestamps.

What is a codemap and how does it help maintain Node.js projects?

A codemap documents architecture, modules, and data flows in Node.js projects, keeping complex codebases aligned and maintainable through automated structural analysis.

Can I track codebase changes and calculate diffs against previous architecture maps?

Yes, you can calculate structural diffs against previous codemap versions to track codebase changes, ensuring architecture documentation accurately reflects the latest repository updates.

Does the codemap generation process require approval when codebase changes are significant?

Yes, codemap updates include guardrails that require optional user approval when structural changes exceed a 30% threshold compared to the previous version.

What is the best way to document Node.js dependencies and data flows automatically?

The best way to document Node.js dependencies and data flows automatically is by scanning the repository structure to detect imports and exports, generating comprehensive architecture maps.