One-click install
npx skills add https://github.com/mirkobozzetto/flowflow --skill gitnexus-exploring-mirkobozzetto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-exploring
Source: https://github.com/mirkobozzetto/flowflow/tree/main/.agents/skills/gitnexus/gitnexus-exploring
Command: npx skills add https://github.com/mirkobozzetto/flowflow --skill gitnexus-exploring-mirkobozzetto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps you understand unfamiliar codebases by turning vague questions about behavior into concrete execution flows, call sites, and implementation details.

Core Features & Use Cases

  • Codebase exploration by indexed knowledge: Discover indexed repositories and inspect whether the index is stale before proceeding.
  • Execution-flow retrieval: Query for related processes/flows tied to a concept (e.g., authentication, payments).
  • Symbol deep-dives: Get a 360-degree view of a specific symbol, including incoming/outgoing calls and which flows use it.
  • Full trace inspection: Read process resources to follow step-by-step execution and locate the exact source files that implement the behavior.
  • When to re-index: Run analysis when the repository context indicates the index is stale, ensuring accuracy.

Quick Start

Use gitnexus-exploring to trace what happens for a feature by requesting: "How does the authentication flow work in this repo, and which processes and symbols are involved?"

Frequently Asked Questions about gitnexus-exploring

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

FAQPage Schema
How do I trace a feature end-to-end in an unfamiliar codebase?

To trace a feature end-to-end, query for related processes tied to a concept, inspect involved symbols for incoming and outgoing calls, and read process resources to follow the step-by-step execution flow to the exact source files.

What is the best way to understand architecture and locate business logic in a repository?

Understanding architecture requires discovering indexed repositories and retrieving execution flows. You get a 360-degree view of specific symbols, including incoming and outgoing calls, to pinpoint where business logic resides.

Do I need to re-index a repository before exploring codebase execution flows?

You need to re-index a repository when the repository context indicates the index is stale. Running analysis after detecting staleness ensures accurate execution-flow retrieval and symbol lookups during codebase exploration.

How can I find what calls a specific function during codebase onboarding?

To find what calls a function during codebase onboarding, perform a symbol deep dive to get a 360-degree view. This shows incoming calls, outgoing calls, and which execution flows use that specific symbol.

Can I discover all processes related to a specific concept like authentication?

You can discover all processes related to a specific concept by querying for execution-flow retrieval. Requesting how the authentication flow works returns the related processes, symbols, and implementation details involved.