update-codemaps

Analyze source files and update architecture documentation with codemaps.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/YuriNakayama/neurogolf --skill update-codemaps-yurinakayama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-codemaps
Source: https://github.com/YuriNakayama/neurogolf/tree/main/.claude/skills/update-codemaps
Command: npx skills add https://github.com/YuriNakayama/neurogolf --skill update-codemaps-yurinakayama

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript, node.js, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill automates the analysis of codebase structures and updates architecture documentation, saving time on manual review and reducing human error.

Core Features & Use Cases

  • Automated Code Analysis: Analyzes all source files for imports, exports, and dependencies.
  • Documentation Generation: Creates codemaps in a structured format, detailing overall and specific architecture, backend, frontend, and data models.
  • Version Tracking: Calculates diffs from previous versions and prompts for approval if changes exceed a threshold.
  • Timestamped Updates: Adds freshness timestamps to each codemap for tracking.

Quick Start

Run the 'update-codemaps' skill to analyze the codebase and automatically 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 a TypeScript codebase?

You can generate architecture documentation by running automated code analysis on your TypeScript source files to extract imports, exports, and dependencies, then structuring them into detailed codemaps covering backend, frontend, and data models.

What is the best way to track architecture changes across Node.js project versions?

Tracking architecture changes across Node.js versions is handled by calculating diffs from previous documentation iterations and prompting for approval when updates exceed a defined threshold, ensuring significant modifications are reviewed.

Does this codebase analysis tool work with both frontend and backend Node.js structures?

Yes, the codebase analysis tool works with both frontend and backend Node.js structures, parsing all source files to map out overall architecture, specific component interactions, and data models comprehensively.

How do I add freshness timestamps to architecture documentation automatically?

Freshness timestamps are added automatically to architecture documentation during the codemap generation process, allowing teams to track the exact time and version of the latest codebase analysis update.

Why does updating architecture documentation manually cause errors in software engineering workflows?

Updating architecture documentation manually causes errors due to human oversight during complex codebase reviews, which automated code parsing and dependency analysis eliminates by directly extracting structural data.