Source profileQuality 91/100Review permissions

yogsoth-ai/de-anthropocentric-research-engine/scripts/repo-dependency-graph/SKILL.md

repo-dependency-graph

Use it for marketing and operations tasks; the detail page covers purpose, installation, and practical steps.

Source repository stars
382
Declared platforms
0
Static risk flags
2
Last source update
2026-08-15
Source checked
2026-08-25

Decision brief

What it does: where it fits

Turn a skill repo (or a whole campaign package) into a clean, interactive use-dependency graph: read the original SKILL.md + design docs, reconstruct the real use edges, and render one offline HTML per repo that looks and behaves like an Obsidian graph (force-directed, draggable…

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/yogsoth-ai/de-anthropocentric-research-engine --skill "scripts/repo-dependency-graph"
    Safe inspection promptEditorial

    Inspect the Agent Skill "repo-dependency-graph" from https://github.com/yogsoth-ai/de-anthropocentric-research-engine/blob/970c22052a924d4e051e0e1631a5f7f651b5e60a/scripts/repo-dependency-graph/SKILL.md at commit 970c22052a924d4e051e0e1631a5f7f651b5e60a. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Workflow

      For each skills//SKILL.md: read the full body + frontmatter (layer field, and any prose that invokes/escalates to another skill or points at a references/ helper). Also read README.md, docs/, assets/, and any -index.md — real routing often lives there, not in frontmatter.

      Node IDs are full skill names — never abbreviate.desc (中英混合) = what the SKILL does + its depth / HARD-GATE. HTML allowed.tip = the condition under which the caller hands off to the callee; quote the
    2. 02

      The model (read references/layer-rules.md for the full rules)

      5 vertex types: campaign (red) · strategy (cyan) · tactic (yellow) ·

      5 vertex types: campaign (red) · strategy (cyan) · tactic (yellow) ·One edge type use: A --|use| B = A invokes/orchestrates B (caller → callee).Layer comes from frontmatter type: / layer: (NOT execution:). Infer
    3. 03

      1. Read the repo and reconstruct the dependencies

      For each skills//SKILL.md: read the full body + frontmatter (layer field, and any prose that invokes/escalates to another skill or points at a references/ helper). Also read README.md, docs/, assets/, and any -index.md — real routing often lives there, not in frontmatter.

      For each skills//SKILL.md: read the full body + frontmatter (layer field, and any prose that invokes/escalates to another skill or points at a references/ helper). Also read README.md, docs/, assets/, and any -index.md…Only draw an edge the design files actually justify. If two skills are independent siblings, leave them unconnected — do not invent edges. A pointer to an external MCP tool (alphaxiv, brave) is a tool, not a vertex. A b…For a large package (50+ skills), dispatch one subagent per package to read its skills/ + docs/ and return the reconstructed nodes/edges — they are independent and parallelize cleanly. Give each subagent references/laye…
    4. 04

      2. Write the graph JSON

      Emit one JSON file per repo following references/graph-schema.md:

      Node IDs are full skill names — never abbreviate.desc (中英混合) = what the SKILL does + its depth / HARD-GATE. HTML allowed.tip = the condition under which the caller hands off to the callee; quote the
    5. 05

      3. Render the HTML

      python scripts/rendergraph.py --data .json --out .html

      python scripts/rendergraph.py --data .json --out .html

    Permission review

    Static risk signals and limitations

    Reads files

    low · line 11

    The documentation asks the agent to read local files, directories, or repositories.

    handoffs. Reconstructing the true graph takes a careful read of each repo, then a

    Reads files

    low · line 29

    The documentation asks the agent to read local files, directories, or repositories.

    ### 1. Read the repo and reconstruct the dependencies

    Runs scripts

    medium · line 69

    The documentation asks the agent to run terminal commands or scripts.

    python scripts/render_graph.py --data <repo>.json --out <repo>.html

    Runs scripts

    medium · line 71

    The documentation asks the agent to run terminal commands or scripts.

    python scripts/render_graph.py --data-dir ./data --out-dir ./graphs

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars382SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    yogsoth-ai/de-anthropocentric-research-engine
    Skill path
    scripts/repo-dependency-graph/SKILL.md
    Commit
    970c22052a924d4e051e0e1631a5f7f651b5e60a
    License
    Apache-2.0
    Collected
    2026-08-25
    Default branch
    main
    View the original SKILL.md

    repo-dependency-graph

    Turn a skill repo (or a whole campaign package) into a clean, interactive use-dependency graph: read the original SKILL.md + design docs, reconstruct the real use edges, and render one offline HTML per repo that looks and behaves like an Obsidian graph (force-directed, draggable, neighbourhood-highlight, HTML hover tooltips).

    This skill exists because a repo's frontmatter alone gives a broken graph — real routing lives in prose, in references/*-index.md, and in same-layer escalation handoffs. Reconstructing the true graph takes a careful read of each repo, then a deterministic render. This skill captures both halves so the result is consistent every time and reusable across all repos.

    The model (read references/layer-rules.md for the full rules)

    • 5 vertex types: campaign (red) · strategy (cyan) · tactic (yellow) · sop (purple) · references (gray dashed, = a .py/.md helper file).
    • One edge type use: A -->|use| B = A invokes/orchestrates B (caller → callee).
    • Layer comes from frontmatter type: / layer: (NOT execution:). Infer from body+README only if absent, and record the reasoning.
    • Escalation = same-layer sop → sop use edge (locked decision): "escalate to X" / "for deeper analysis use X" / "import X" are all drawn as use edges. Do NOT promote a skill's layer just to make the edge look legal — same-layer handoff is a first-class edge here.

    Workflow

    1. Read the repo and reconstruct the dependencies

    For each skills/*/SKILL.md: read the full body + frontmatter (layer field, and any prose that invokes/escalates to another skill or points at a references/ helper). Also read README.md, docs/, assets/, and any *-index.md — real routing often lives there, not in frontmatter.

    Only draw an edge the design files actually justify. If two skills are independent siblings, leave them unconnected — do not invent edges. A pointer to an external MCP tool (alphaxiv, brave) is a tool, not a vertex. A broken / never-used file pointer does not justify a references vertex — verify the live reference.

    For a large package (50+ skills), dispatch one subagent per package to read its skills/ + docs/ and return the reconstructed nodes/edges — they are independent and parallelize cleanly. Give each subagent references/layer-rules.md and references/graph-schema.md so its output is consistent and directly usable.

    2. Write the graph JSON

    Emit one JSON file per repo following references/graph-schema.md:

    {
      "name": "<repo-name>",
      "nodes": [ {"id": "<full-skill-name>", "layer": "sop", "desc": "<bilingual hover>"} ],
      "edges": [ {"from": "...", "to": "...", "tip": "<trigger scenario hover>"} ]
    }
    
    • Node IDs are full skill names — never abbreviate.
    • desc (中英混合) = what the SKILL does + its depth / HARD-GATE. HTML allowed.
    • tip = the condition under which the caller hands off to the callee; quote the source skill's own escalation language where possible. HTML allowed.
    • Both desc and tip are optional — omit and the tooltip falls back to name [layer] / use.

    3. Render the HTML

    python scripts/render_graph.py --data <repo>.json --out <repo>.html
    # or batch a whole directory of graph JSONs:
    python scripts/render_graph.py --data-dir ./data --out-dir ./graphs
    

    The script prints a [warn] for any edge that breaks layer legality (sop → sop escalation never warns). It produces a fully offline HTML (vis-network inlined, external CDN stripped) with:

    • 5 vertex-type colors, dashed border for references.
    • Force-directed, draggable, scroll-zoom, click-to-highlight neighbourhood.
    • A self-managed #dare-tip hover layer that renders the HTML in desc/tip (vis's native tooltip shows a string title as plain text, leaking <b> tags — the script bypasses it with an event-driven layer; this is why HTML renders).
    • No navigation buttons, no bootstrap card frame — just the graph on a dark canvas.

    4. Verify

    Open the HTML in a browser and confirm: nodes colored by layer, edges arrow caller→callee, hovering a node/edge shows the bilingual tooltip with HTML rendered (bold + <hr> divider, not raw tags). Requires pyvis (>=0.3.2).

    Key constraints

    • HTML directly, no intermediate mermaid .md. The HTML is the deliverable.
    • Full skill names as node IDs and labels — no abbreviations.
    • Privacy: the HTML embeds only node names + layer + the desc/tip you write. Never emit filesystem paths, log paths, or session IDs into the graph data or output.
    • Read-only on the source repo — reconstructing a graph never edits skills.

    See examples/literature-engine.json for a complete, working graph JSON.

    Frequently asked questions

    What to verify before installation and use

    What does the repo-dependency-graph source document cover?

    Turn a skill repo (or a whole campaign package) into a clean, interactive use-dependency graph: read the original SKILL.md + design docs, reconstruct the real use edges, and render one offline HTML per repo that looks and behaves like an Obsidian graph (force-directed, draggable…

    How do I install repo-dependency-graph?

    The source record exposes this install command: npx skills add https://github.com/yogsoth-ai/de-anthropocentric-research-engine --skill "scripts/repo-dependency-graph". Inspect the command and pinned source before running it.

    Which permission-related actions were detected?

    Static rules flagged read-files, exec-script in the source; the page lists the matching lines and excerpts.

    Alternatives

    Compare before choosing

    Computed 10024,921

    alirezarezvani/claude-skills

    app-store-optimization

    App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

    Computed 9841

    respira-press/agent-skills-wordpress

    design-system-synthesizer

    Use when the user says 'build a design system for my site', 'extract design tokens', 'capture my brand', or 'build my style guide', or after a rebrand. Reads representative pages, theme files, and media to extract logo, colors, typography, spacing, and components, then writes a visible style-guide page.

    Computed 9830

    MoizIbnYousaf/marketing-cli

    higgsfield-generate

    Use when the user wants to generate an image or video via Higgsfield AI. Covers 30+ models: Soul V2, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2, Nano Banana 2. Also covers Marketing Studio — branded ad video/image with avatars and products. Use whenever: "generate an image", "make a video", "animate this photo", "image-to-video", "img2vid", "edit this image with AI", "produce a clip", "create an ad", "make a UGC video", "marketing video", "brand video", "TV spot", "import product from URL", "

    Computed 97733

    rampstackco/claude-skills

    email-deliverability

    Make sure email actually reaches inboxes. Use this skill when setting up email authentication (SPF, DKIM, DMARC), diagnosing emails landing in spam, planning a domain reputation strategy, monitoring sender reputation, or hardening against email spoofing. Triggers on email deliverability, SPF, DKIM, DMARC, spam folder, sender reputation, mailbox provider, soft bounces, bounce rate, BIMI, MTA-STS, deliverability audit. Also triggers when a marketing or transactional email isn't reaching users.