Pathfinder
Skill Verified ActiveMap 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.
To automatically map a codebase into understandable feature-grouped flowcharts, highlight areas of duplicated logic, and suggest a simplified, unified architecture, aiding in refactoring and system audits.
Features
- Map codebase into feature-grouped flowcharts
- Identify duplicated concerns across features
- Propose a unified architecture
- Generate detailed reports and handoff prompts
Use Cases
- When asked to find the ideal path for system unification
- When needing to audit architecture before a major refactor
- When aiming to consolidate duplicated systems and logic
- When requiring a visual representation of feature flows
Non-Goals
- Writing implementation code
- Producing executable code
- Performing arbitrary code execution
- Replacing the need for human architectural decisions
Workflow
- Phase 0: Feature Discovery (Deploy ONE 'Feature Discovery' subagent)
- Orchestrator reviews and adjusts feature boundaries, writes `00-features.md`
- Phase 1: Per-Feature Flowcharts (Deploy ONE 'Flowchart' subagent per feature in parallel)
- Orchestrator writes each flowchart to `01-flowcharts/<feature>.md`
- Phase 2: Duplication Hunt (Deploy TWO subagents in parallel)
- Orchestrator synthesizes findings into `02-duplication-report.md`
- Phase 3: Unified Proposal (Orchestrator synthesizes proposal)
- Orchestrator writes `03-unified-proposal.md`
- Phase 4: Per-System Handoff Prompts
- Orchestrator writes `/make-plan` prompts to `04-handoff-prompts.md`
Practices
- Code analysis
- Architecture design
- Documentation generation
- Workflow orchestration
Installation
npx skills add thedotmack/claude-memRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Understand
100Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
Assess Form
99Evaluate a system's current structural form, identify transformation pressure, and classify transformation readiness. Covers structural inventory, pressure mapping, rigidity assessment, change capacity estimation, and readiness classification for architectural metamorphosis. Use before any significant architectural change to understand the starting point, when a system feels stuck without clear reasons, when external pressure from growth or tech debt is mounting, or as periodic health checks for long-lived systems.
Cloud Architect
100Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.
API Design Patterns
100Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
Angular Developer
100Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.