update-codemaps

Scan source files for dependencies and generate codemaps for architecture layers.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ihj04982/my-cursor-settings --skill update-codemaps-ihj04982
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-codemaps
Source: https://github.com/ihj04982/my-cursor-settings/tree/main/skills/update-codemaps
Command: npx skills add https://github.com/ihj04982/my-cursor-settings --skill update-codemaps-ihj04982

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the analysis of codebase structure and the updating of architecture documentation, ensuring your project's documentation stays current with its evolving code.

Core Features & Use Cases

  • Codebase Analysis: Scans source files to identify imports, exports, and dependencies.
  • Codemap Generation: Creates detailed architecture, backend, frontend, and data structure documentation.
  • Change Tracking: Calculates the percentage of changes between codemap versions.
  • Approval Workflow: Requests user approval for significant changes (over 30%).
  • Timestamping: Adds freshness timestamps to all generated codemaps.
  • Reporting: Saves diff reports for review.

Quick Start

Analyze the codebase and update the architecture documentation.

Frequently Asked Questions about update-codemaps

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

FAQPage Schema
How do I automatically generate architecture documentation from my codebase structure?

To generate architecture documentation, this Skill scans your source files to identify dependencies and creates token-lean codemaps for overall architecture, backend, frontend, and data models. It updates your existing docs with the latest structural analysis.

Can I track codebase changes and get alerted before architecture documentation is updated?

Yes, you can track codebase changes before updating documentation. The Skill calculates diff percentages between codemap versions and requests your explicit approval for changes exceeding 30%, ensuring you review significant structural shifts.

What is the best way to map dependencies across TypeScript and Node.js projects?

The best way to map dependencies in TypeScript and Node.js projects is using an automated scanner. This Skill analyzes high-level structure by scanning source files for imports and exports to generate comprehensive architecture maps.

Does codebase analysis work for both frontend and backend code structures?

Yes, codebase analysis works for both frontend and backend structures. The Skill generates dedicated codemaps detailing the architecture and data models for each layer, providing a complete view of your project's dependencies.

How do I keep architecture documentation fresh and track when it was last updated?

To keep architecture documentation fresh, the Skill automatically adds freshness timestamps to all generated codemaps. It also saves diff reports so you can review exactly when and how your codebase structure has evolved.