Skill Dependency Graph

Generate a navigable dependency map of Aeon skills from aeon.yml and SKILL.md files.

6|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/anajuliabit/aeon --skill skill-dependency-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Dependency Graph
Source: https://github.com/anajuliabit/aeon/tree/main/skills/skill-graph
Command: npx skills add https://github.com/anajuliabit/aeon --skill skill-dependency-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps you understand how Aeon skills depend on each other and what shared state they read or write, so changes don’t silently break your automation.

Core Features & Use Cases

  • Change-detected skill topology: fingerprints inputs and skips rewriting when nothing materially changed, preventing noisy updates.
  • Decision-ready Mermaid diagrams: generates a navigable dependency map with category drill-downs and an enabled/disabled overlay for quick operational review.
  • Derived shared-state edges: detects when multiple skills interact through shared memory topics/state, surfacing coupling you might otherwise miss.
  • Linted, click-through documentation: validates diagram structure and adds GitHub click-through links back to each skill’s SKILL.md.

Quick Start

Ask your agent system to run the Skill Dependency Graph to regenerate docs/skill-graph.md and open a PR only when the architecture or enabled coverage changes.

Frequently Asked Questions about Skill Dependency Graph

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

FAQPage Schema
How do I map skill dependencies and visualize shared state coupling?

Map skill dependencies by parsing configuration and markdown files to derive edges from explicit dependencies and shared memory interactions. This generates a navigable Mermaid diagram with category drill-downs to visualize shared state coupling.

What is the best way to detect dependency changes across skill releases?

Detect dependency changes across releases using input fingerprinting. The process compares input hashes and skips rewriting documentation when nothing materially changes, opening a PR only when architecture or enabled coverage shifts.

How do I generate navigable Mermaid diagrams from skill documentation?

Generate navigable Mermaid diagrams from skill documentation by linting the diagram structure and adding GitHub click-through links back to each source file. This creates structured multi-diagram output with enabled overlays for operational review.

Does dependency mapping work with shared memory topics and state interactions?

Dependency mapping works with shared memory topics by deriving shared-state edges. It detects when multiple skills interact through shared memory, surfacing hidden coupling that might otherwise be missed during reviews.

Can I use dependency graph outputs for category coverage assessment?

You can use dependency graph outputs for category coverage assessment by applying the navigable topology map to operational governance workflows. The structured multi-diagram output with category drill-downs helps review architecture and spot gaps.