jikime-workflow-codemap

Generate codebase architecture documentation via AST analysis and dependency visualization.

5|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-codemap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jikime-workflow-codemap
Source: https://github.com/jikime/jikime-adk/tree/main/templates/.claude/skills/jikime-workflow-codemap
Command: npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-codemap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive codebase architecture documentation, ensuring accuracy and reducing manual effort by analyzing the code itself.

Core Features & Use Cases

  • Automated Code Mapping: Generates detailed architecture diagrams and relationship tables using AST parsing and dependency analysis.
  • Framework Agnostic: Adapts to various project structures like Next.js, Express, and common database patterns.
  • Use Case: When onboarding a new developer, provide them with an up-to-date, automatically generated codemap that clearly illustrates the project's structure, key modules, and data flow.

Quick Start

Generate a codemap for the current project's source code.

Frequently Asked Questions about jikime-workflow-codemap

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

FAQPage Schema
How do I generate codebase architecture documentation automatically?

To generate codebase architecture documentation automatically, you can use AST analysis and dependency visualization to map your code structure. This process produces detailed architecture diagrams and relationship tables by parsing the code itself.

Does code map generation work with Next.js and Express frameworks?

Code map generation works with Next.js and Express frameworks. It adapts to various project structures and common database patterns, ensuring the generated architecture documentation accurately reflects your specific application layout.

What is AST analysis used for in code mapping?

AST analysis is used in code mapping to perform accurate code parsing and extract structural relationships. By analyzing the abstract syntax tree, it automates dependency visualization and generates detailed architecture diagrams without manual effort.

Do I need ts-morph and madge to visualize code dependencies?

You need tools like ts-morph and madge to visualize code dependencies accurately. These dependencies perform the underlying AST parsing and graph generation required to map your codebase architecture and generate relationship tables.

What's the best way to onboard a new developer to a complex codebase?

The best way to onboard a new developer to a complex codebase is providing an automatically generated codemap. It clearly illustrates the project structure, key modules, and data flow, ensuring they have up-to-date architecture documentation.

Can I integrate dependency visualization into a migration workflow?

You can integrate dependency visualization into a migration workflow. By generating a comprehensive codemap before migration, you can analyze existing code structure and data flow to plan accurate architectural transitions.