org-chart-generator

Generate organizational hierarchy charts from CSV, JSON, or nested dictionaries.

86|18|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill org-chart-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: org-chart-generator
Source: https://github.com/dkyazzentwatwa/chatgpt-skills/tree/main/org-chart-generator
Command: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill org-chart-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires graphviz, pandas, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of professional organizational charts from various data sources, simplifying the visualization of complex team structures and reporting lines.

Core Features & Use Cases

  • Multiple Input Formats: Accepts data from CSV, JSON, or nested dictionaries.
  • Customizable Layouts: Supports top-down, left-right, and other directional layouts.
  • Styling Options: Allows coloring by department or level, and custom node/edge styles.
  • Export Options: Generates charts in PNG, SVG, PDF, and DOT formats.
  • Use Case: Quickly generate an up-to-date organizational chart for your company's HR portal using a CSV file of employee data.

Quick Start

Generate an organizational chart from the file 'employees.csv' using the 'name' and 'reports_to' columns, and save it as 'org_chart.png'.

Frequently Asked Questions about org-chart-generator

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

FAQPage Schema
How do I generate an organizational chart from a CSV file?

Yes, you can visualize team structure using JSON data. This Skill accepts JSON inputs and nested dictionaries to map out reporting lines and generate hierarchical organizational charts.

What is the best way to customize an org chart layout by department?

Org charts can be exported to PNG, SVG, PDF, and DOT formats. This Skill utilizes Graphviz for rendering the hierarchy and supports multiple output formats to integrate with your HR portal or documentation.

Do I need Pandas and Graphviz to visualize a team hierarchy?

Yes, you need Pandas and Graphviz to visualize a team hierarchy with this Skill. Pandas handles the structured data processing while Graphviz provides the rendering engine for the final organizational chart output.

Can I use JSON data to visualize team structure and reporting lines?

Yes, you can visualize team structure using JSON data. This Skill accepts JSON inputs and nested dictionaries to map out reporting lines and generate hierarchical organizational charts.