repo_brain

Explain code repository structure and trace agent-skill connections.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sadiehertzig/clawdia-hertz-openclaw --skill repo-brain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo_brain
Source: https://github.com/sadiehertzig/clawdia-hertz-openclaw/tree/main/agents/clawdia/skills/repo_brain
Command: npx skills add https://github.com/sadiehertzig/clawdia-hertz-openclaw --skill repo-brain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you understand the structure, functionality, and connections within a code repository, making it easier to navigate and debug.

Core Features & Use Cases

  • Repository Orientation: Provides a high-level overview of the project's architecture.
  • Functionality Mapping: Locates specific features and their corresponding files.
  • Agent/Skill Tracing: Explains how different agents and skills are interconnected.
  • Configuration Diagnosis: Helps identify and fix issues related to configuration files and their placement.
  • Use Case: "Explain how the FRC code generation skill is triggered and where its main logic resides."

Quick Start

Explain the repository architecture and locate the FRC code generation skill.

Frequently Asked Questions about repo_brain

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

FAQPage Schema
How do I understand the architecture of an unfamiliar codebase?

To understand codebase architecture, you can use repository orientation features to get a high-level overview of the project's structure and locate specific functionality. This helps you navigate and debug by mapping out implementation files and their connections.

How do I trace how an agent and skill are wired together?

Agent and skill tracing works by mapping their interconnections to explain how different components are triggered and where their main logic resides. This allows you to follow the execution path and understand the wiring between configuration and implementation files.

Why does my configuration file fail to load correctly?

Configuration issues often stem from incorrect file placement or naming conventions. Configuration diagnosis identifies and helps fix these path and wiring problems, validating that your project's configuration files are correctly structured and located.

What is the best way to locate where a specific feature is implemented in a repository?

The best way to locate feature implementation is through functionality mapping, which identifies specific features and traces them to their corresponding files. This allows you to pinpoint exact implementation files and understand how they fit into the broader architecture.

Can I use this to diagnose path and naming convention issues in my project?

Yes, you can diagnose path and naming convention issues by validating your project's configuration. It identifies incorrect file placements and wiring problems, helping you fix configuration issues related to how agents and skills are interconnected.