pathfinder

Map codebases into feature-grouped Mermaid flowcharts with duplication reports.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill pathfinder-intelligent-resourcing-team-environment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pathfinder
Source: https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory/tree/main/plugin/skills/pathfinder
Command: npx skills add https://github.com/Intelligent-Resourcing-Team-Environment/claude-memory --skill pathfinder-intelligent-resourcing-team-environment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture.

Core Features & Use Cases

  • Feature discovery: identify features based on directory structure, naming, and imports.
  • Automated flowcharts: generate Mermaid diagrams mapping features and their data flows.
  • Duplication detection: surface cross-feature duplication and propose a unified design.
  • Handoff prompts: produce ready-to-use /make-plan prompts for implementation.

Quick Start

Run Pathfinder on a repository to generate feature boundaries and a unified architecture proposal.

Frequently Asked Questions about pathfinder

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

FAQPage Schema
How do I map a codebase into flowcharts for an architecture audit?

Map a codebase into flowcharts by reading repository structures and source files to discover feature boundaries, generating Mermaid diagrams that visually represent data flows and system architecture.

What is the best way to identify duplicated concerns across features in a large codebase?

Identify duplicated concerns by analyzing directory structures, naming conventions, and imports to surface overlapping logic, producing a duplication report and a unified architecture proposal.

Can I generate Mermaid diagrams automatically from my existing source files?

Generate Mermaid diagrams automatically by parsing existing source files to identify features and data flows, mapping the codebase into feature-grouped visual flowcharts.

Does this codebase mapping approach work for medium-to-large repositories during a refactor?

This codebase mapping approach is designed for medium-to-large repositories during refactors, reading directory structures and imports to propose a simplified, unified architecture.

How do I create handoff prompts for implementing a unified architecture proposal?

Create handoff prompts by generating ready-to-run /make-plan prompts directly from the unified architecture proposal and duplication report, streamlining the implementation phase.