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.
npx agentmods add agents/paulrobello/parsidion/project-explorergit clone --depth 1 https://github.com/paulrobello/parsidionWrote 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.
[](https://agentmods.dev/agents/paulrobello/parsidion/project-explorer)<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>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.
| Model | Per session | Once 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 |
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.
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, usageCLAUDE.md— conventions, architecture notespyproject.toml/Cargo.toml/package.json/go.mod— name, version, deps, entry pointsMakefile— available commands
Extract:
- Project name and slug (kebab-case — convert underscores to hyphens, e.g.
par_ai_core→par-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:
- List the top-level directory (one level deep) to identify major components.
- For each significant directory, read one representative file to understand its purpose.
- Identify the main entry point(s).
- Note any distinctive structural choices (monorepo, plugin system, layered config, etc.).
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.
- 6d ago First seen · 245 lines · 88 tokens per session scan A 43a773b26a82
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.