From dependency-graph
Print the dependency graph of board cards — recently closed + currently open — as a Mermaid diagram, an ASCII tree (roots first), plus cycle and dangling-reference diagnostics. Reads `depends-on:` lines from card descriptions. Provider-agnostic (local board.json, Trello, Jira) via board.py. Use when the user says "/dependency-graph", "show the dependency graph", "what blocks what", "print dependencies", "muestra el grafo de dependencias", "qué bloquea a qué", "qué depende de qué". Bilingual (EN/ES). Requires this category's scripts/board.py + scripts/dep_graph.py.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dependency-graph:dependency-graphThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show how the work connects: what must finish before what, what's already done, and where the
Show how the work connects: what must finish before what, what's already done, and where the chain is broken (cycles, references to cards that don't exist). Decision aid, not decoration.
Work and report in the user's language (EN/ES).
A card declares its blockers with a single line in its description:
depends-on: Auth API; Login UI
Comma- or semicolon-separated, matched to card names (case-insensitive). triage writes these;
you can also add them by hand. A card in a done list (Done/Shipped/Closed by default) renders as closed.
python board.py status; if online, python board.py pull (remote wins) so the
graph reflects the live board, not a stale mirror.python scripts/dep_graph.py --file board.jsonpython scripts/dep_graph.py --file board.json --open-only--done-list Done --done-list "Live 1.0" (repeatable).[x] = closed, [ ] = open.triage/breakdown to break it
(usually one edge is wrong or two cards should merge).depends-on names a card that isn't on the board (typo, or it was pruned).
Fix the name or drop the dependency..md so it can be committed / attached to a PR
(pairs with reporting/ and quality/prove-it-validation).depends-on: lines. If cards clearly depend on each other but say
nothing, note it and hand off to triage (its dependency-detection pass) rather than guessing silently.triage/breakdown decision.--open-only when the user just wants the live frontier.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub jachana/claude-marketplace --plugin dependency-graph