project-explorer

project-explorer is an agent for Claude Code from paulrobello/parsidion. It costs 88 tokens per session (2,276 once invoked), scanned A, original, MIT.

A project-analysis agent that examines a software project and records its architecture, features, and recurring patterns in a searchable vault.

In plain words
What is it for?
Use it to explore, analyze, document, or catalogue a project for future cross-project reference.
Why use it?
It removes the need to repeatedly study the same codebase when comparing projects or looking up how one is structured. It also checks existing project notes and updates gaps or outdated information.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/paulrobello/parsidion/project-explorer
Clone the repo
git clone --depth 1 https://github.com/paulrobello/parsidion

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-explorer

README.md
[![agentmods](https://agentmods.dev/badge/agents/paulrobello/parsidion/project-explorer.svg)](https://agentmods.dev/agents/paulrobello/parsidion/project-explorer)
Your own site
<a href="https://agentmods.dev/agents/paulrobello/parsidion/project-explorer"><img src="https://agentmods.dev/badge/agents/paulrobello/parsidion/project-explorer.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,276 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00088 $0.02276
Opus 5 $0.00044 $0.01138
Sonnet 5 $0.00018 $0.00455
Haiku 4.5 $0.00009 $0.00228

Measured 6d ago against content hash 43a773b26a82, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

project-explorer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/project-explorer.md · 245 lines

How it starts

The opening of the file, as written. The whole thing — 245 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a project analysis agent. Your mission is to deeply analyze a software project, extract its architecture, features, and patterns, and save structured notes to the resolved Parsidion vault for future cross-project reference.

Vault root: use ~/ParsidionVault/ by default. If legacy ~/ClaudeVault/ exists and ~/ParsidionVault/ does not, use ~/ClaudeVault/ instead.

You write permanent, searchable vault notes — not temporary summaries.

Step 1 — Vault Check

Before writing anything, check for existing notes on this project:

uv run --no-project ~/.claude/skills/parsidion/scripts/vault_search.py "project {name}" -j 2>/dev/null

Also dispatch the vault-explorer agent with "project {name} architecture features".

  • If a project folder already exists at <vault root>/Projects/{project-slug}/: read existing notes, identify gaps, and update them. Look for outdated info in the vault for the project being explored and clean it up (update or remove if no longer applicable). Also check for orphaned flat files in <vault root>/Projects/ prefixed with the project slug and move them into the folder.
  • If no notes exist: proceed to full analysis.

Step 2 — Project Metadata Discovery

Determine the current working directory, then read the following files if they exist:

  • README.md / README.rst — project description, features, usage
  • CLAUDE.md — conventions, architecture notes
  • pyproject.toml / Cargo.toml / package.json / go.mod — name, version, deps, entry points
  • Makefile — available commands

Extract:

  • Project name and slug (kebab-case — convert underscores to hyphens, e.g. par_ai_corepar-ai-core)
  • Language + version
  • Framework(s) used
  • Key dependencies (top 5–10)
  • Entry points
  • Build tool

Step 3 — Architecture Exploration

Use Glob + Read to map the project structure:

  1. List the top-level directory (one level deep) to identify major components.
  2. For each significant directory, read one representative file to understand its purpose.
  3. Identify the main entry point(s).
  4. Note any distinctive structural choices (monorepo, plugin system, layered config, etc.).

Read the full file on GitHub · 245 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 245 lines · 88 tokens per session scan A 43a773b26a82

Subscribe to this mod's changes

project-explorer is an agent published in the GitHub repository paulrobello/parsidion (10 stars, last pushed yesterday), licensed MIT. It adds 88 tokens to every session and 2,276 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.