Agent skill

org-chart

Turn a team or reporting structure into a clean org chart. Use when asked to draw an org chart, show reporting lines, visualize team structure, or map who reports to whom. Produces a ready-to-render Mermaid org chart (renders live, exportable as PNG/SVG) plus headcount notes and any structural observations.

mohitagw158561,255★ · 1 repos on radarProfile →
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill org-chart --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/org-chart/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Org Chart Skill A reporting structure described in prose is hard to hold in your head; an org chart makes the hierarchy, spans of control, and gaps obvious. This skill turns a described team into a clean **Mermaid org chart** — correct reporting lines, grouped functions, and dotted lines for matrix/indirect reports. ## Required Inputs Ask for these only if they aren't already provided: - **The people / roles** — names and/or titles. - **Reporting lines** — who reports to whom (the manager of each person). - **Functional groups** (optional) — teams or departments to cluster. - **Dotted-line relationships** (optional) — matrix or indirect reporting. If only roles (not names) are given, chart the roles. ## Output Format ### [Team / org name] — structure One line on scope (whole org, one department, etc.). ```mermaid flowchart TD CEO[CEO] CPO[CPO] CTO[CTO] PM1[PM - Growth] PM2[PM - Core] EM[Eng Manager] CEO --> CPO CEO --> CTO CPO --> PM1 CPO --> PM2 CTO --> EM EM -.dotted.-> PM2 ``` **Headcount** — totals by function or level, if known. **Observations** (optional) — overloaded spans of control, vacant roles, single points of failure, unclear lines. ## Mermaid Rules (so it renders) -

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. [Team / org name] — structure
  4. Mermaid Rules (so it renders)
  5. Quality Checks
  6. Anti-Patterns
  7. Based On
More from pm-claude-skills
All skills →
About this skill
What does the org-chart skill do?

Turn a team or reporting structure into a clean org chart. Use when asked to draw an org chart, show reporting lines, visualize team structure, or map who reports to whom. Produces a ready-to-render Mermaid org chart (renders live, exportable as PNG/SVG) plus headcount notes and any structural observations.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill org-chart --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going