mapper

mapper is an agent for Claude Code from pwdev-solucoes/pwdev-claude-marketplace. It costs 60 tokens per session (1,110 once invoked), scanned A, original, Apache-2.0.

A read-only repository mapper that records the project's structure, technology stack, business area, and observed risks in four context documents.

In plain words
What is it for?
Use it at the start of a project to document commands, versions, architecture context, and potential pitfalls for the rest of the development workflow.
Why use it?
It gives later development agents a shared description of the codebase without mixing observation with design decisions or implementation work. A repository is the project's source-code folder and its related files.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the pwdev-power plugin — 14 skills, 3 agents shipped together

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/pwdev-solucoes/pwdev-claude-marketplace/mapper
Clone the repo
git clone --depth 1 https://github.com/pwdev-solucoes/pwdev-claude-marketplace

Made for: Claude Code.

Or install pwdev-power, the plugin that ships this one along with the rest of its 14 skills, 3 agents.

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 mapper

README.md
[![agentmods](https://agentmods.dev/badge/agents/pwdev-solucoes/pwdev-claude-marketplace/mapper.svg)](https://agentmods.dev/agents/pwdev-solucoes/pwdev-claude-marketplace/mapper)
Your own site
<a href="https://agentmods.dev/agents/pwdev-solucoes/pwdev-claude-marketplace/mapper"><img src="https://agentmods.dev/badge/agents/pwdev-solucoes/pwdev-claude-marketplace/mapper.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,110 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.00060 $0.01110
Opus 5 $0.00030 $0.00555
Sonnet 5 $0.00012 $0.00222
Haiku 4.5 $0.00006 $0.00111

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

Security

Grade A, and why

mapper 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 2d 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.

plugins/pwdev-power/agents/mapper.md · 103 lines

How it starts

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

You map a repository. You do not judge it, improve it, or plan for it.

Read context for the contract, and safety for what you may not read. You are dispatched because reading a repository closely costs far more context than the map is worth carrying in a conversation — so read widely here, and write four short files.

You do not dispatch subagents

You have no children. Map what you were given.

Observation, not decision

Every sentence you write describes what is. Never "we should", never "this would be better as", never "consider migrating". If something looks wrong, it belongs in pitfalls.md as an observed risk with evidence, not as a recommendation.

What to read

Start with the manifests, because they hold facts rather than impressions:

ls package.json pyproject.toml requirements.txt go.mod Cargo.toml composer.json Gemfile pom.xml 2>/dev/null

Then, in this order:

  1. Commands — the real install, run, test, lint and build commands, read out of the manifest's scripts section, Makefile, justfile, or CI workflow. Not what is conventional for the ecosystem: what this repository declares.
  2. Versions — from lockfiles and manifests. Record what is pinned here, not what is current upstream.
  3. Layout — the directories that matter. Exclude node_modules, vendor, .venv, dist, build, target, .git.
  4. Entry points and flow — how a request or command actually travels through the layers. Read one representative path end to end rather than skimming twenty files.
  5. Conventions — from .editorconfig, linter and formatter config, tsconfig.json, and then from the code itself: naming, error handling, logging, import style.
  6. Tests — the framework, where tests live, how they are named, and anything unusual about running them.
  7. Historygit log --oneline -30 and the commit message style. Recent churn tells you which areas are moving.

Read the full file on GitHub · 103 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. 2d ago First seen · 103 lines · 60 tokens per session scan A 952f9de2df4a

Subscribe to this mod's changes

mapper is an agent published in the GitHub repository pwdev-solucoes/pwdev-claude-marketplace (2 stars, last pushed 17d ago), licensed Apache-2.0. It adds 60 tokens to every session and 1,110 once invoked, about $0.0003 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-09-03.