update-system-map

Generate a system knowledge map documenting Vault codebase architecture and data model.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/alexanderop/vault-astro --skill update-system-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-system-map
Source: https://github.com/alexanderop/vault-astro/tree/main/.claude/skills/update-system-map
Command: npx skills add https://github.com/alexanderop/vault-astro --skill update-system-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It addresses the lack of up‑to‑date documentation describing the architecture, entities, and workflows of the Vault codebase, making it hard for developers and stakeholders to understand the system.

Core Features & Use Cases

  • Comprehensive reconnaissance: Reads config files, lists directory structures, and extracts key tech stack details.
  • Data model discovery: Counts notes, authors, podcasts, and detects new entity schemas.
  • Capability mapping: Enumerates routes, feature modules, and shared hooks.
  • Business rule extraction: Greps validation logic and constants.
  • Automated report generation: Updates docs/SYSTEM_KNOWLEDGE_MAP.md with real counts, timestamps, and references.

Quick Start

Ask the skill to generate an up‑to‑date system knowledge map for the Vault repository.

Frequently Asked Questions about update-system-map

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

FAQPage Schema
How do I generate a system knowledge map for my codebase?

The system knowledge map documents the codebase architecture and data model by scanning configuration files, counting content entities like notes and authors, extracting business rules, and compiling findings into docs/SYSTEM_KNOWLEDGE_MAP.md.

Can I automatically document codebase architecture and data models in markdown?

Yes, you can automatically document codebase architecture and data models in markdown by running this skill to enumerate routes, detect entity schemas, and write an updated report with real counts and a current date stamp.

What does an automated codebase analysis report include for developers?

An automated codebase analysis report includes directory structures, tech stack details, data model entity counts, enumerated routes, feature modules, shared hooks, and extracted validation logic business rules.

How do I extract business rules and validation logic from my repository?

You extract business rules and validation logic from your repository by triggering this skill, which greps validation logic and constants to document them within the generated system knowledge map markdown file.

Does generating a system map require special dependencies or components?

Generating a system map requires no special dependencies or components, but it does need read access to your repository files and write access to save the markdown report with a current date stamp.

When should I update my codebase documentation map?

You should update your codebase documentation map whenever architecture, entities, or workflows change, ensuring developers and stakeholders have an up-to-date reference reflecting current content counts and tech stack configurations.