compact

Convert Claude Code conversations into structured visualization JSON payloads.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Asar007/claude-code-compact-mcp --skill compact-asar007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compact
Source: https://github.com/Asar007/claude-code-compact-mcp/tree/main
Command: npx skills add https://github.com/Asar007/claude-code-compact-mcp --skill compact-asar007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Compact Conversation to Visualization skill turns lengthy Claude Code conversations into structured visual formats to aid analysis, sharing, and decision making.

Core Features & Use Cases

  • Analyze entire conversation to extract topic, key points, entities, and actions.
  • Generate visualization JSON in mindmap, sequence, knowledge_graph, or timeline formats.
  • Export visualizations to local files and optionally push results to Navigate Chat.

Quick Start

Run this skill on your current Claude Code conversation to generate a visualization and save it locally.

Frequently Asked Questions about compact

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

FAQPage Schema
How do I visualize a Claude Code conversation as a mindmap or timeline?

To visualize a Claude Code conversation, this skill analyzes the entire chat to extract topics, key points, and actions, then generates a structured JSON payload for formats like mindmap, timeline, sequence, or knowledge graph.

Can I export Claude Code chat visualizations to local files?

Yes, you can export Claude Code chat visualizations to local files. After generating the structured visualization JSON payload, the skill provides options to save the output locally or push it to Navigate Chat.

What's the best way to extract key points and entities from a long Claude Code chat?

The best way to extract key points and entities from a long Claude Code chat is using a visualization skill that analyzes the conversation and maps topics and actions into structured formats like knowledge graphs or sequence diagrams.

How does converting a Claude Code conversation to a knowledge graph work?

Converting a Claude Code conversation to a knowledge graph works by identifying main topics, entities, and actions from the chat, then structuring that data into a compliant JSON visualization payload for graphical rendering.

Do I need any dependencies to generate visualization JSON from Claude Code chats?

No dependencies are required to generate visualization JSON from Claude Code chats. The skill operates independently to analyze conversation content and produce structured visualization payloads.

When should I use a sequence diagram versus a timeline for visualizing a conversation?

You should use a sequence diagram versus a timeline based on the conversation's nature; the skill automatically selects the appropriate visualization type by analyzing the chat's topics, entities, and actions to match the structural flow.