ownership-map

ownership-map is a skill for Claude Code from rpraharaj/forward-deployed-engineer. It costs 103 tokens per session (1,987 once invoked), scanned A, original, MIT.

A repository-based map of who maintains code and who makes decisions. It uses evidence such as CODEOWNERS, commit history, reviews, tickets, and activity by directory.

In plain words
What is it for?
Use it to find reviewers, approvers, maintainers, downstream teams, or people to interview when a change crosses team boundaries or ownership is unclear.
Why use it?
Org charts often do not show who can review, approve, or explain a component. This helps identify the people whose input is actually needed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fde-core plugin — 30 skills shipped together

Good fit Use it to find reviewers, approvers, maintainers, downstream teams, or people to interview when a change crosses team boundaries or ownership is unclear.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rpraharaj/forward-deployed-engineer/ownership-map
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.

Any agent
npx skills add rpraharaj/forward-deployed-engineer --skill ownership-map
Clone the repo
git clone --depth 1 https://github.com/rpraharaj/forward-deployed-engineer

Made for: Claude Code.

Or install fde-core, the plugin that ships this one along with the rest of its 30 skills.

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 ownership-map

README.md
[![agentmods](https://agentmods.dev/badge/skills/rpraharaj/forward-deployed-engineer/ownership-map/github.svg)](https://agentmods.dev/skills/rpraharaj/forward-deployed-engineer/ownership-map)
Your own site
<a href="https://agentmods.dev/skills/rpraharaj/forward-deployed-engineer/ownership-map"><img src="https://agentmods.dev/badge/skills/rpraharaj/forward-deployed-engineer/ownership-map/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ownership-map

Your own site · 80×15
<a href="https://agentmods.dev/skills/rpraharaj/forward-deployed-engineer/ownership-map"><img src="https://agentmods.dev/badge/skills/rpraharaj/forward-deployed-engineer/ownership-map.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,987 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00103 $0.01987
Opus 5 $0.00051 $0.00993
Sonnet 5 $0.00021 $0.00397
Haiku 4.5 $0.00010 $0.00199

Measured 9d ago against content hash 78e423bc08b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ownership-map 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 9d 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.

fde-core/skills/ownership-map/SKILL.md · 178 lines

How it starts

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

Ownership map

Who to ask, who to tell, and who can say yes.

Why this exists

The most common way an FDE's work fails is not technical. It is a correct change that never merges, because the reviewer who needed to see it was never identified, or the team that owns the downstream consumer heard about it in the release notes.

Knowing who is as load-bearing as knowing what. And the org chart won't tell you — it shows reporting lines, not the person who actually knows the batch job, or the one whose approval is treated as decisive regardless of title.

The repository will tell you, though. Commit history, review patterns, and directory activity are evidence, and unlike the org chart they reflect what is currently true.

When this applies

  • You need a reviewer, an approver, or an interview subject
  • A change crosses a team boundary
  • A change crosses a team boundary
  • Nobody seems to own a component
  • Preparing for knowledge-interview — this tells you whom to interview

When it doesn't

  • You already know the team and its decision paths
  • Solo repository with one obvious owner
  • The question is about a business decision rather than a system — that's stakeholder territory, in the charter

Prerequisites

.fde/00-engagement.md, and .fde/02-system-map.md if it exists — you map ownership of components, so it helps to know what they are.

Procedure

1. Read the declared ownership first

git ls-files | grep -E '(^|/)(CODEOWNERS|OWNERS)$'

Read every hit. Nested package owners are common; the root file is not the whole story.

Also check for a service catalogue (catalog-info.yaml for Backstage), a docs/owners.md, or team metadata in the CI config.

Treat all of it as a hypothesis. Declared ownership goes stale faster than almost any other documentation — teams reorganize, people leave, and nobody updates the file. Verify it against activity before relying on it.

2. Derive actual ownership from history

The strongest signal, and it's free.

Read the full file on GitHub · 178 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. 9d ago First seen · 178 lines · 103 tokens per session scan A 78e423bc08b2

Subscribe to this mod's changes

ownership-map is a skill published in the GitHub repository rpraharaj/forward-deployed-engineer (6 stars, last pushed 22d ago), licensed MIT. It adds 103 tokens to every session and 1,987 once invoked, about $0.0005 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.

Related

Other skills, from other repositories