Skill Dependency Graph

Generate a Mermaid dependency map of Aeon skills with change detection.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill skill-dependency-graph-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Dependency Graph
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/skill-graph
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill skill-dependency-graph-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a comprehensive, update-aware visualization of the Aeon skills graph to help engineers understand dependencies, plan changes, and detect regressions across the platform.

Core Features & Use Cases

  • Automated Mermaid diagrams that reflect explicit and derived skill dependencies
  • Per-category drill-down diagrams with an overlay for enabled skills
  • Change-detection and diff reporting to surface new/retired dependencies
  • Click-through links to individual SKILL.md documents

Quick Start

Run the skill-graph generator to produce a Mermaid-based map of all Aeon skills with change detection and per-category diagrams.

Frequently Asked Questions about Skill Dependency Graph

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize project dependencies in a Mermaid graph?

To visualize project dependencies in a Mermaid graph, this skill auto-maps explicit and derived skill dependencies into navigable diagrams with per-category drill-downs and click-through links to SKILL.md documents.

Can I detect dependency changes across project updates automatically?

Yes, you can detect dependency changes automatically. The generator produces change-detection and diff reporting that surfaces new or retired dependencies by comparing previous states stored in a JSON state file.

How do I generate a dependency map for a project with many interdependent skills?

Generating a dependency map for interdependent skills requires parsing aeon.yml, skills.json, and skills/*/SKILL.md frontmatter to output a navigable Mermaid diagram and a state JSON file for tracking.

What is the best way to plan updates for a complex skill graph?

The best way to plan updates for a complex skill graph is using automated visualization with change detection overlay, which highlights enabled skills and dependency regressions to guide engineering decisions.

Does the dependency visualization work without external diagramming libraries?

Yes, the dependency visualization works without external diagramming libraries by generating native Mermaid syntax output directly into markdown files, enabling rendering directly within compatible documentation viewers.