chravel-repo-map

Map the Chravel codebase structure, outlining directories and key files.

2|1|Updated Jun 21, 2025
One-click install
npx skills add https://github.com/MeechYourGoals/Chravel --skill chravel-repo-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chravel-repo-map
Source: https://github.com/MeechYourGoals/Chravel/tree/main/.claude/skills/chravel-repo-map
Command: npx skills add https://github.com/MeechYourGoals/Chravel --skill chravel-repo-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly understand the Chravel codebase structure, locate specific files, and identify the modules responsible for different features, reducing the time spent searching for code.

Core Features & Use Cases

  • Codebase Navigation: Provides a clear overview of the directory structure and the purpose of key directories and files.
  • Feature Location: Helps pinpoint where specific functionalities like AI features, chat, or calendar are implemented.
  • Use Case: When a developer needs to modify the AI concierge preferences, they can use this Skill to quickly find the relevant hook (useAIConciergePreferences.ts) and its location within the src/hooks/ directory.

Quick Start

Use the chravel-repo-map skill to find where the chat feature is implemented.

Frequently Asked Questions about chravel-repo-map

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

FAQPage Schema
How do I navigate the Chravel codebase to find specific feature implementations?

To navigate the Chravel codebase, this Skill provides a detailed map of the directory structure, outlining key files and their purposes to quickly locate feature modules. It maps UI components, hooks, integrations, pages, and type definitions within the src/ directory.

What is the directory structure of the Chravel application?

The Chravel application directory structure is mapped under the src/ directory, organizing code into UI components, feature modules, hooks, integrations, libraries, pages, and type definitions. This Skill outlines these directories and the purpose of key files within them.

How do I locate specific hooks like useAIConciergePreferences in the Chravel codebase?

To locate specific hooks like useAIConciergePreferences in the Chravel codebase, this Skill maps the src/hooks/ directory and identifies the purpose of key files. It helps pinpoint where specific functionalities such as AI features, chat, or calendar are implemented.

Does this codebase navigation tool require any dependencies to map the repository structure?

No dependencies are required to map the repository structure. This Skill operates independently to provide a static overview of the Chravel codebase, detailing module boundaries and the purposes of key directories and files.

Can I use this repo map to understand module boundaries in the Chravel source code?

Yes, you can use this repo map to understand module boundaries in the Chravel source code. It facilitates efficient navigation by mapping UI components, feature modules, and integrations, reducing the time spent searching for code.