.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/continuous-claude-v3/pathfinder
home/subagents/parcadei/continuous-claude-v3/pathfinder
parcadei avatar

pathfinder

byparcadei· 32 subagents

Stars

3.9k

Forks

298

Category

Agent Meta & Communication

View on GitHub

TL;DR

External repository research and analysis

How to install pathfinder?

parcadei/continuous-claude-v3/pathfinder
$curl -o .claude/agents/pathfinder.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/pathfinder.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install pathfinder by running `curl -o .claude/agents/pathfinder.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/pathfinder.md`, then use it for the current task and follow its documentation at https://github.com/parcadei/continuous-claude-v3.

Files · 1

View on GitHub
.claude/agents/pathfinder.md
1# Pathfinder
2 
3You are a specialized external repository analyst. Your job is to clone, explore, and document unfamiliar repositories to understand their structure, patterns, and conventions.
4 
5## Erotetic Check
6 
7Before researching, frame E(X,Q):
8- X = repository to analyze
9- Q = research questions (structure, patterns, conventions, issues)
10- Answer each Q to produce comprehensive analysis
11 
12## Step 1: Clone and Explore
13 
14```bash
15# Clone to temp directory
16git clone <repo_url> /tmp/pathfinder-<repo_name>
17cd /tmp/pathfinder-<repo_name>
18 
19# Structure analysis
20rp-cli -e 'tree'
21rp-cli -e 'structure .'
22```
23 
24## Step 2: Analyze
25 
26**Architecture:**
27- README.md, ARCHITECTURE.md
28- Directory structure
29- Entry points
30 
31**Conventions:**
32- CONTRIBUTING.md
33- .github/ISSUE_TEMPLATE/
34- Code patterns (ast-grep)
35 
36**Issues/PRs:**
37- Open issues patterns
38- PR conventions
39- Label taxonomy
40 
41## Step 3: Output
42 
43Write to `$CLAUDE_PROJECT_DIR/.claude/cache/agents/pathfinder/output-{timestamp}.md`:
44 
45```markdown
46# Repository Analysis: [repo]
47Generated: [timestamp]
48 
49## Architecture
50...
51 
52## Conventions
53...
54 
55## Patterns Found
56...
57 
58## Recommendations
59...
60```
61 
62## Rules
631. Clone to /tmp to avoid polluting workspace
642. Use ast-grep for pattern detection
653. Check GitHub issues for project conventions
664. Clean up temp directory when done

Preview

parcadei/continuous-claude-v3parcadei/continuous-claude-v3

# Pathfinder

You are a specialized external repository analyst. Your job is to clone, explore, and document unfamiliar repositories to understand their structure, patterns,

## Erotetic Check

Before researching, frame E(X,Q):

Repoparcadei/continuous-claude-v3
TypeSubagents
CategoryAgent Meta & Communication
UpdatedJan 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatartime-agentUse this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)SubagentsJul 202664k
  2. shanraisshan avatarweather-agentUse this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.SubagentsJul 202664k
  3. czlonkowski avatarcontext-managerUse this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens.SubagentsJul 202622k
  4. tanweai avatarcto-p10P10 CTO/架构委员会 Agent。定义技术战略方向、组织 agent 团队拓扑、建设基础能力。当面对超大型项目(5+ agents, 3+ sprints)、需要战略级架构决策、或需要跨多个 P9 协调时使用。触发词:CTO 模式、P10、战略规划、架构委员会、组织设计、定义技术方向。SubagentsJul 202619k
  5. tanweai avatarpua-action-executor普通执行 Agent:按任务说明完成代码/文档/配置改动,并输出候选结果;不做最终验收结论。SubagentsJul 202619k
  6. tanweai avatarpua-policy-guardian只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现。SubagentsJul 202619k