update-codebase-map

Refresh codebase map documents with current hashes and state.

15|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill update-codebase-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-codebase-map
Source: https://github.com/Eigenwise/eigenwise-toolshed/tree/main/plugins/codebase-mapper/skills/update-codebase-map
Command: npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill update-codebase-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill refreshes an existing codebase map after source changes so the documentation stays aligned with the current project structure, dependencies, and entry points.

Core Features & Use Cases

  • Targeted Updates: Detects what changed and edits only the affected map documents.
  • Map Maintenance: Adds new docs when the project gains new areas and prunes docs when areas disappear.
  • Consistency Checks: Rewrites the map state with current hashes, commit info, and document inventory.
  • Use Case: Use it after a feature branch changes modules, CLI commands, configuration, or dependency manifests and you need the codebase map brought back in sync.

Quick Start

Ask the skill to update the existing codebase map for the current repository changes.

Frequently Asked Questions about update-codebase-map

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

FAQPage Schema
How do I update codebase documentation after repository changes?

Codebase documentation updates work by detecting diff-driven source changes, selectively editing affected map documents, and re-recording the final state with current hashes to keep everything synchronized.

What is the best way to keep architecture docs in sync with dependency changes?

Architecture docs stay in sync by applying targeted updates that detect what changed in dependency manifests and project conventions, then pruning or adding map documents to reflect the current repository structure accurately.

When do I need to refresh my codebase map?

You need to refresh a codebase map when a feature branch changes modules, CLI commands, configuration, dependency manifests, entry points, or directory layout, making the existing project documentation potentially stale.

Does updating a codebase map rewrite the entire documentation?

Updating a codebase map does not rewrite entire documentation; it applies precise diff-driven updates to edit only affected map documents, adding new docs for new project areas and pruning docs when areas disappear.

How to synchronize codebase map state and hashes after source changes?

Synchronizing codebase map state involves rewriting the map state with current hashes, commit info, and document inventory after applying selective document edits to reflect the updated repository structure.