# pathfinder

> Claude/Codex skill by [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 89k stars · Updated 2026-08-02

Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.

Tags: ai, ai-agents, ai-memory, anthropic, artificial-intelligence, chromadb, claude, claude-agent-sdk, claude-agents, claude-code, claude-code-plugin, claude-skills, embeddings, long-term-memory, mem0, memory-engine, openmemory, rag, sqlite, supermemory

## Install

```sh
git clone https://github.com/thedotmack/claude-mem /tmp/claude-mem && ln -s /tmp/claude-mem/plugin/skills/pathfinder ~/.claude/skills/pathfinder
```

## From README

Pathfinder You are an ORCHESTRATOR. Map the codebase into feature-grouped flowcharts, identify duplicated concerns, propose the simplest unified architecture, and hand off per-system plans to /make-plan. You do not write implementation code. You produce diagrams, a duplication report, a proposed unified flowchart, and handoff prompts. Delegation Model Use subagents for discovery and extraction (file reading, flow tracing, grep, diagramming). Keep synthesis (deciding feature boundaries, picking unification strategies, final flowchart) with the orchestrator. Reject subagent reports that lack source citations and redeploy.

## Links

- HTML page: https://omgskills.com/skills/thedotmack/claude-mem/pathfinder/
- GitHub: https://github.com/thedotmack/claude-mem
- Author: [@thedotmack](https://omgskills.com/library/thedotmack/index.md)

## More from this repo

- [do](https://omgskills.com/skills/thedotmack/claude-mem/plugin/skills/do/index.md) — Execute a phased implementation plan using subagents.
   - [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 94k stars
- [babysit](https://omgskills.com/skills/thedotmack/claude-mem/plugin/skills/babysit/index.md) — Watch a pull request or review cycle until it is ready to merge.
   - [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 91k stars
- [cloud-sync](https://omgskills.com/skills/thedotmack/claude-mem/plugin/skills/cloud-sync/index.md) — Set up or check claude-mem cloud sync with cmem.ai Pro.
   - [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 91k stars
