map-connections

Aggregate entities and relationships from markdown context files into a structured memory graph.

283|44|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/kbanc85/claudia --skill map-connections
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: map-connections
Source: https://github.com/kbanc85/claudia/tree/main/template-v2/.claude/skills/map-connections
Command: npx skills add https://github.com/kbanc85/claudia --skill map-connections

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates entities and relationships from context files into a structured memory graph for quick context recall and relationship tracking.

Core Features & Use Cases

  • Entity extraction: parse markdown context files to identify people, projects, and organizations.
  • Relationship mapping: infer and store connections between entities to build a knowledge graph.
  • Incremental scanning: detect changes since last run to keep memory up-to-date.

Quick Start

Run the map-connections command to scan people/, projects/, and context/ and populate the memory graph.

Frequently Asked Questions about map-connections

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

FAQPage Schema
How do I build a memory graph from markdown files?

To build a memory graph from markdown files, run a scan against the people/, projects/, and context/ directories. The tool extracts entities, infers relationships, and stores the structured graph idempotently in memory.

Can I update my memory map with incremental scanning?

Yes, you can update your memory map using incremental scanning. The tool detects changes since the last run and processes only modified markdown files, keeping the knowledge graph up-to-date without rescanning everything.

What is entity extraction and relationship inference for context files?

Entity extraction and relationship inference parse markdown context files to identify people, projects, and organizations, then deduplicate the results and map connections to build a structured knowledge graph.

Does the memory graph deduplicate people and projects found in different files?

Yes, the memory graph applies deduplication to people and projects found across multiple markdown files. Identical entities are merged and stored idempotently to prevent duplicate nodes in the relationship map.

What is the best way to track relationships between people and projects in markdown?

The best way to track relationships in markdown is to aggregate context files into a memory graph. This approach automatically infers connections between people and projects, providing a live map for context recall.

When should I avoid incremental scans for my knowledge graph?

You should avoid incremental scans and perform a full scan when structural changes occur in the markdown files or when the memory graph needs to be rebuilt from scratch to ensure all entities and relationships are captured.