alive:my-context-graph

Generate a world index and render an interactive D3 graph from frontmatter.

124|7|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/alivecontext/alive --skill alive-my-context-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alive:my-context-graph
Source: https://github.com/alivecontext/alive/tree/main/plugins/alive/skills/my-context-graph
Command: npx skills add https://github.com/alivecontext/alive --skill alive-my-context-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualizing complex ALIVE world data from walnuts, bundles, and people is hard when spread across frontmatter and manifests. This Skill renders an interactive map that combines the relationships into a single navigable graph, revealing connections and actors at a glance.

Core Features & Use Cases

  • Generate the World Index by scanning walnut and bundle frontmatter and emitting human- and machine-readable index files.
  • Render an interactive D3-based graph showing walnuts, people, bundles, and tags with tiered detail and exploration panels.
  • Open and explore connections in a standalone HTML view, with search, filtering, and detail panels to plan actions.

Quick Start

Open the plugin and run alive:my-context-graph to generate and view the interactive world map.

Frequently Asked Questions about alive:my-context-graph

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

FAQPage Schema
How do I visualize frontmatter relationships in an interactive graph?

To visualize frontmatter relationships, this Skill scans walnut and bundle frontmatter to generate a world index and renders an interactive D3-based force-directed graph in a standalone HTML view for browser exploration.

What is a world index and how does it map connections between people and bundles?

A world index is a human- and machine-readable mapping generated by scanning walnut and bundle frontmatter. It connects walnuts, people, bundles, and tags into a single navigable graph to reveal relationships at a glance.

Can I filter and search the interactive graph map in my browser?

Yes, the generated HTML graph opens as a standalone view in your browser. It includes built-in search, filtering, and tiered detail exploration panels so you can navigate complex connections and plan actions.

Do I need any external dependencies to generate the context graph?

No external dependencies are required. The Skill operates independently to read frontmatter, write .alive/index files, and emit the HTML graph output directly within the ALIVE environment.

What's the best way to explore complex ALIVE world data spread across manifests?

The best way to explore scattered ALIVE world data is to run this Skill. It combines walnut, bundle, people, and tag relationships from manifests into one interactive map, overcoming the difficulty of tracking connections across separate files.

Why does my interactive graph not show the latest frontmatter updates?

The graph relies on a generated world index written to .alive/index files. If frontmatter changes are not appearing, you need to rerun the Skill to rebuild the index and regenerate the HTML graph output.