org-chart

GitHub

将团队或汇报结构描述转化为清晰的 Mermaid 组织结构图。支持展示层级、直接/间接汇报线及矩阵关系,并生成人员统计与结构观察报告,适用于可视化团队架构和映射汇报关系。

exports/openclaw/org-chart/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

绘制组织结构图 展示汇报关系 可视化团队结构 映射上下级关系

Install

npx skills add mohitagw15856/pm-claude-skills --skill org-chart -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/org-chart -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@org-chart

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill org-chart -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "org-chart",
    "homepage": "https:\/\/mohitagw15856.github.io\/pm-claude-skills\/skill\/org-chart.html",
    "metadata": {
        "openclaw": {
            "emoji": "🖼"
        }
    },
    "description": "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."
}

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.).

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)

  • Use flowchart TD so the hierarchy reads top-down.
  • One node per person/role; manager --> report (arrow points down the hierarchy).
  • Use dotted edges -.dotted.-> for matrix/indirect reports so they're visually distinct.
  • Keep labels to "Name - Title" or just the title; no parentheses/quotes inside labels.

Quality Checks

  • Every person/role has exactly one solid reporting line (except the top)
  • Matrix/dotted relationships are shown as dotted, not solid
  • Functional grouping is clear where it was provided
  • Vacancies, overloaded managers, or unclear lines are noted if visible
  • The Mermaid block renders without edits

Anti-Patterns

  • Do not invent reporting lines that weren't given — chart only what's known, flag gaps
  • Do not mix solid and dotted lines arbitrarily — solid = direct, dotted = indirect
  • Do not flatten a real hierarchy into a list — show the levels
  • Do not break Mermaid with special characters in names/titles
  • Do not editorialize on individuals — structural observations only

Based On

Organizational charting (reporting lines, spans of control, matrix relationships), as renderable Mermaid.

Version History

  • 54fad50 Current 2026-07-19 12:26

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-hiring-panel/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-severance/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/agm-in-a-box/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/behavior-intervention-plan/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bennett-time-audit/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-game-designer/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md

Metadata

Files
0
Version
471c606
Hash
4abce9b0
Indexed
2026-07-19 12:26

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-31 00:24
浙ICP备14020137号-1 $방문자$