tx-graph-utils

Inspect graph anchors and manage graph health with CLI utilities.

6|3|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/jamesaphoenix/tx --skill tx-graph-utils
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tx-graph-utils
Source: https://github.com/jamesaphoenix/tx/tree/main/.claude/skills/tx-graph-utils
Command: npx skills add https://github.com/jamesaphoenix/tx --skill tx-graph-utils

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Inspect graph anchors and provide utilities for graph management and health checks within Claude Code workflows.

Core Features & Use Cases

  • Graph health checks: status, verify, prune, and restore anchors.
  • Anchor management: invalidate, pin, and unpin anchors to control lifecycle.
  • Reference and discovery: access built-in commands and CLI schemas for graph operations.

Quick Start

Run tx graph:status to inspect the graph health and then tx graph:verify to confirm anchor validity.

Frequently Asked Questions about tx-graph-utils

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

FAQPage Schema
How do I verify graph anchor integrity and check for data corruption?

Verify graph anchor integrity by running the CLI command tx graph:verify to confirm anchor validity and detect corrupted or orphaned references. This health check evaluates the current graph state and reports any structural inconsistencies found.

What is the best way to prune old graph anchors and manage data lifecycle?

Prune old graph anchors using the tx graph:prune command to remove outdated data and maintain graph health. Anchor lifecycle management also supports pinning and unpinning specific anchors to control which data gets preserved or invalidated.

Can I pin and unpin graph anchors to control data retention manually?

Yes, you can pin and unpin graph anchors using dedicated CLI utility commands. Pinning prevents specific anchors from being pruned during cleanup, while unpinning allows them to be invalidated and removed during routine graph maintenance.

How do I view available graph utility commands and CLI schemas?

View available graph utility commands and machine-readable schemas through the built-in CLI help generation and command discovery features. These reference utilities expose all supported operations such as status, verify, prune, invalidate, and restore.

Why does my graph repair workflow fail to restore invalidated anchors?

Graph repair workflows fail to restore invalidated anchors when the underlying graph integrity check detects conflicting state changes. Run tx graph:status to inspect current health and verify dependencies before attempting a restore operation.

Do I need any external dependencies to run graph health checks and status inspections?

No external dependencies are required to run graph health checks and status inspections. The utilities operate independently within Claude Code workflows, providing CLI-based status reporting and anchor verification without additional package installations.