project-mapper

Generate a hierarchical tree map of a repository's directory structure and update documentation files.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/mezivillager/hacer --skill project-mapper-mezivillager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-mapper
Source: https://github.com/mezivillager/hacer/tree/main/.claude/skills/project-mapper
Command: npx skills add https://github.com/mezivillager/hacer --skill project-mapper-mezivillager

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you visualize and document the structure of your codebase, making it easier to understand and navigate complex projects.

Core Features & Use Cases

  • Directory Tree Generation: Creates a clear, hierarchical representation of your project's files and folders.
  • Automated Documentation: Updates REPO_MAP.md or README.md with the generated tree structure.
  • Use Case: When onboarding a new team member, provide them with an up-to-date map of the repository to quickly grasp the project's organization.

Quick Start

Run the project-mapper skill to generate a tree map of the current repository.

Frequently Asked Questions about project-mapper

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

FAQPage Schema
How do I generate a directory tree map for my repository?

To generate a directory tree map for your repository, run the project-mapper skill to analyze your workspace structure and summarize top-level directory purposes into a formatted Markdown code block.

Can I automatically update README documentation with my code structure?

Yes, you can automatically update README documentation with your code structure. The skill analyzes your workspace and updates existing documentation files like REPO_MAP.md or README.md with the generated hierarchical tree map.

What is the best way to document file organization for onboarding new developers?

The best way to document file organization for onboarding is generating a hierarchical tree map of the repository. This provides new team members an up-to-date architectural visualization to quickly grasp project organization.

Does the repository mapping tool annotate key paths in the code structure?

Yes, the repository mapping tool annotates key paths in the code structure. It formats the output hierarchical tree map in Markdown code blocks with specific annotations for important file paths.

Do I need any dependencies to visualize my repository architecture?

No, you do not need any dependencies to visualize your repository architecture. The skill uses standard directory listing commands to analyze your workspace without requiring external packages or libraries.