跳到主要内容
知仓学习社ZHICANG

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 m…

不碰外部(只输出文字)无严重或高危命中mohitagw15856/pm-claude-skills

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

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.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 org-chart 的技能。它们内容并不相同,别混用: