hedwig-cg

Map codebases to reveal architecture and dependencies.

23|Updated Jan 19, 2025
One-click install
npx skills add https://github.com/hs-shell/dotbugi --skill hedwig-cg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hedwig-cg
Source: https://github.com/hs-shell/dotbugi/tree/main/.claude/skills/hedwig-cg
Command: npx skills add https://github.com/hs-shell/dotbugi --skill hedwig-cg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Map codebases to reveal architecture and dependencies, helping teams understand large repos quickly.

Core Features & Use Cases

  • Hybrid local-first code graph construction from source and docs
  • Vector + keyword search with subgraph visualization to guide reading
  • Language-agnostic parsing for multilingual codebases and architectures

Quick Start

Run hedwig-cg search to identify relevant files, then Read and Grep to inspect results.

Frequently Asked Questions about hedwig-cg

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

FAQPage Schema
How do I visualize code structure and dependencies in a large repository?

To visualize code structure in a large repository, map the codebase to construct a local code graph. This reveals architecture and dependencies, helping teams understand large repos quickly through navigable subgraph rendering.

Can I trace dependencies across a multilingual codebase?

Yes, you can trace dependencies across a multilingual codebase using language-agnostic parsing. The tool supports 17 languages, allowing you to map architectures and build navigable code graphs from diverse source code.

What is the best way to search a code graph for relevant files?

The best way to search a code graph is using hybrid vector and keyword search. This mechanism identifies relevant files and provides subgraph visualization to guide your reading and codebase navigation.

Does local code graph construction require external processing or cloud services?

Local code graph construction requires local processing only, ensuring your codebase data remains on your machine. It builds navigable graphs directly from source code and documents without external dependencies.

How do I inspect files after mapping a codebase?

After mapping a codebase and identifying relevant files via search, run Read and Grep operations to inspect the search results. This allows you to examine the specific source code within the mapped architecture.