Skill Dependency Graph

Generate a Mermaid diagram of skill dependencies from aeon.yml and SKILL.md files.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill skill-dependency-graph-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Dependency Graph
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/skill-graph
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill skill-dependency-graph-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically maps and visualizes dependencies among Aeon skills, enabling quick insight into how skills interconnect and how changes propagate across the graph.

Core Features & Use Cases

  • Navigable Mermaid maps that show explicit and derived edges between skills.
  • Change-detection with input fingerprints to surface only meaningful updates between runs.
  • Enabled-overlay visuals and per-category drill-downs for focused analysis.
  • Deterministic outputs that support reproducible diagrams and audit trails.

Quick Start

Run the skill to generate the initial dependency graph and open docs/skill-graph.md to review.

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 skill dependencies in a Mermaid diagram?

You can visualize skill dependencies by running this skill to compute explicit edges from definitions and derived edges from memory references, generating a navigable Mermaid diagram in docs/skill-graph.md.

What is change-detection for dependency graphs and how does it work?

Change-detection for dependency graphs works by computing input fingerprints across aeon.yml and SKILL.md files, persisting state to surface only meaningful updates and enable incremental diagram generation.

How do I track changes across aeon.yml and SKILL.md files?

You can track changes across aeon.yml and SKILL.md files by utilizing input fingerprints that detect modifications, ensuring deterministic outputs and supporting audit trails for your skill dependency graph.

Can I generate deterministic Mermaid diagrams from memory references?

Yes, you can generate deterministic Mermaid diagrams by deriving additional edges from memory references and linting outputs before writing, ensuring reproducible and auditable skill dependency visualizations.

Does this dependency graph visualization support per-category drill-downs?

Yes, the dependency graph visualization supports per-category drill-downs and enabled-overlay visuals, allowing focused analysis of how changes propagate across interconnected Aeon skills.

What's the best way to map how changes propagate across interconnected skills?

To map how changes propagate across interconnected skills, compute explicit and derived dependency edges from inputs and memory references, generating a navigable graph with change-detection for incremental updates.