gf-viz

Generate interactive terminal visualizations of GateFlow codebase maps.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RedClaus/cortex --skill gf-viz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gf-viz
Source: https://github.com/RedClaus/cortex/tree/main/core/plugins/gateflow/skills/gf-viz
Command: npx skills add https://github.com/RedClaus/cortex --skill gf-viz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms complex codebase maps into easily understandable visual diagrams directly within your terminal, simplifying navigation and comprehension of your project's structure.

Core Features & Use Cases

  • Interactive Diagrams: Renders module hierarchies, FSM state diagrams, and module details as ASCII/Unicode art.
  • Multiple Views: Offers an overview dashboard, hierarchy explorer, FSM viewer, and module detail cards.
  • Use Case: Quickly understand the relationships between different modules in your hardware design, visualize state machines for critical logic, or drill down into the specifics of a single module's ports and parameters.

Quick Start

Visualize the codebase hierarchy by running the gf-viz skill.

Frequently Asked Questions about gf-viz

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

FAQPage Schema
How do I visualize a GateFlow codebase hierarchy directly in the terminal?▼

You can visualize a GateFlow codebase hierarchy by rendering module hierarchies as ASCII/Unicode art directly in the terminal, which simplifies navigation and comprehension of your project's structure.

Can I view FSM state diagrams for my hardware design without leaving the terminal?▼

Yes, you can view FSM state diagrams for your hardware design without leaving the terminal by using the FSM viewer, which renders state machine logic as interactive ASCII/Unicode art.

What is the best way to explore module details and parameters in a GateFlow project?▼

The best way to explore module details in a GateFlow project is by using module detail cards, allowing you to drill down into the specifics of a single module's ports and parameters.

Does this terminal visualization tool require any external dependencies to render codebase maps?▼

No, this terminal visualization tool requires no external dependencies to render codebase maps, operating self-contained using scripts and references to generate interactive diagrams.

How do I get an overview of my entire codebase structure using terminal diagrams?▼

You can get an overview of your entire codebase structure using the overview dashboard view, which provides a comprehensive visual summary of the project's modules and relationships.