docs-graph

Explore relationships between planning documents via a dynamic knowledge graph.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/codihaus/claude-skills --skill docs-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-graph
Source: https://github.com/codihaus/claude-skills/tree/main/.claude/skills/docs-graph
Command: npx skills add https://github.com/codihaus/claude-skills --skill docs-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

View and query the documentation knowledge graph to understand relationships between planning documents and ensure up-to-date insights.

Core Features & Use Cases

  • Show a graph summary with node and edge counts.
  • Execute targeted queries to reveal related documents and dependencies.
  • Regenerate the graph to keep insights current and verify wikilinks.
  • Verify link integrity and display a Mermaid diagram for visualization.

Quick Start

Run /docs-graph to view the graph and /docs-graph --regenerate to refresh the data.

Frequently Asked Questions about docs-graph

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

FAQPage Schema
How do I visualize documentation relationships using a knowledge graph?

To visualize documentation relationships, this Skill generates a Mermaid diagram from your planning docs, displaying node and edge counts in a summary view. It structures dependencies into a dynamic knowledge graph for direct exploration.

How do I check wikilinks and dependencies between planning documents?

You can check wikilinks by running a targeted query to reveal related documents and verify link integrity. This assesses the impact and consistency of dependencies across your planning documents.

How do I regenerate a knowledge graph to keep insights current?

You can regenerate the knowledge graph by running the dedicated regenerate command. This refreshes the underlying graph data to ensure your relationship insights and wikilink checks remain up to date.

Can I query specific documents in the docs graph to see their dependencies?

Yes, you can execute targeted queries against the docs graph to reveal specific related documents and dependencies. This allows you to assess the impact of individual planning documents.

Do I need any external dependencies to run wikilink checks on my documentation?

No external dependencies are required to run wikilink checks. The Skill operates independently, relying on generated graph data stored as a local JSON file for relationship verification.