pathfinder
仓库创建 2025年9月1日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
对重构前的架构审计与去重提供图示化建议与交接。
这个 Skill 做什么
将代码库映射成功能分组流程图并提出统一架构建议。
把代码库画成功能分组的 flowcharts,找出不同功能间重复的关注点,并给出最简化的统一架构建议和分系统交接提示(用于 /make-plan)。适合在大改造或重构前做架构审计、统一模块边界或减少重复系统时使用。产出是图表、重复点报告和可交接的后续行动项,便于团队落地实现。
▸ 展开 SKILL.md 英文原文
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.
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/pathfinder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/pathfinder/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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. ### Subagent Reporting Contract (MANDATORY) Each subage
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有