literature-positioning-map

literature-positioning-map is a skill for Claude Code from Agentic-Assets/corbis-literature-starter-kit. It costs 37 tokens per session (1,856 once invoked), scanned A, original, MIT.

A research tool for comparing a finance or real-estate paper with the closest existing academic studies and defining its distinct contribution.

In plain words
What is it for?
Use it to search for related studies, group them by topic or research method, build a literature-positioning map, and write a precise comparison.
Why use it?
It helps authors avoid broad literature summaries and make claims that address the papers and comparisons a reviewer is most likely to consider.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents).

Part of the corbis-literature-starter-kit plugin — 6 skills, 6 commands, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use it to search for related studies, group them by topic or research method, build a literature-positioning map, and write a precise comparison.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentic-assets/corbis-literature-starter-kit/literature-positioning-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 Agentic-Assets/corbis-literature-starter-kit --skill literature-positioning-map
Clone the repo
git clone --depth 1 https://github.com/Agentic-Assets/corbis-literature-starter-kit

Made for: Claude Code.

Or install corbis-literature-starter-kit, the plugin that ships this one along with the rest of its 6 skills, 6 commands, 1 agent, 1 hook, 1 MCP server.

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 literature-positioning-map

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentic-assets/corbis-literature-starter-kit/literature-positioning-map/github.svg)](https://agentmods.dev/skills/agentic-assets/corbis-literature-starter-kit/literature-positioning-map)
Your own site
<a href="https://agentmods.dev/skills/agentic-assets/corbis-literature-starter-kit/literature-positioning-map"><img src="https://agentmods.dev/badge/skills/agentic-assets/corbis-literature-starter-kit/literature-positioning-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 literature-positioning-map

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentic-assets/corbis-literature-starter-kit/literature-positioning-map"><img src="https://agentmods.dev/badge/skills/agentic-assets/corbis-literature-starter-kit/literature-positioning-map.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,856 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.00037 $0.01856
Opus 5 $0.00018 $0.00928
Sonnet 5 $0.00007 $0.00371
Haiku 4.5 $0.00004 $0.00186

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

Security

Grade A, and why

literature-positioning-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 11d 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/skills/literature-positioning-map/SKILL.md · 149 lines

How it starts

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

Literature Positioning Map

Your job is not to summarize everything ever written. Your job is to help the paper occupy a precise place in the literature.

Workflow

  1. Identify the paper's exact question, mechanism, setting, and design.
  2. Search for truly close papers using available tools before expanding outward.
  3. Build concentric rings: closest papers (direct competitors), near papers (shared mechanism or method), and contextual papers (broader field).
  4. Group papers by the dimension of comparison: mechanism, identification strategy, setting, data, or prediction.
  5. Identify the comparison set that a referee would naturally invoke.
  6. Write a positioning argument that is specific enough to survive scrutiny.

Tool integration (Corbis MCP) — this is critical

Always search before writing. Do not rely on parametric knowledge alone. Corbis searches 250,000+ papers via hybrid semantic+keyword search.

Mandatory search sequence (execute in order)

Step 0 — Check existing data and run architecture + frontier searches:

  • If output/paper_set.json exists, read it first. Papers already collected for this topic can inform the positioning without redundant searches.
  • search_papers (query: the core topic, sortBy: "citedByCount", matchCount: 15) → immediately see the field's citation hierarchy. The most-cited papers are what referees will compare you to.
  • search_papers (query: core topic, minYear: 2020, matchCount: 15) → the recent frontier and scooping risks.
  • These two searches frame everything that follows. Save results to output/paper_set.json (merge if exists) and append queries to output/search_log.md.

Step 1 — Inner ring (direct competitors):

  • search_papers (query: the exact question + method, matchCount: 15) → find papers doing the closest thing.
  • get_paper_details_batch (paper IDs from top 5 results) → read abstracts to confirm true overlap.

Step 2 — Middle ring (same question, different methods OR same method, different question):

  • search_papers (query: the same question with alternative methods, matchCount: 10)
  • search_papers (query: the same method applied to related questions, matchCount: 10)

Read the full file on GitHub · 149 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 149 lines · 37 tokens per session scan A df1608cce599

Subscribe to this mod's changes

literature-positioning-map is a skill published in the GitHub repository Agentic-Assets/corbis-literature-starter-kit (11 stars, last pushed 4mo ago), licensed MIT. It adds 37 tokens to every session and 1,856 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

fin-viz-launch

A tool for turning research data and a written description into academic charts. It can choose a suitable chart type, create plotting code with matplotlib or seaborn, and save the result as a high-resolution PDF, SVG, or PNG.

csmar432/finai-research · 45 tokens

finance

Runtime subject skill payload for finance subject activation.

jxpeng98/qiongli · 11 tokens

review-response

Systematic review response workflow from comment analysis to professional rebuttal writing. Use when the user asks to "write rebuttal", "respond to reviewers", "draft review response", or "analyze review comments". Improves paper acceptance rates.

Galaxy-Dawn/claude-scholar · 51 tokens

chief-financial-officer

Owns the financial position: planning, budgeting, forecasting, unit economics, cash, and the numbers the business is run and reported on. Use this to build or challenge a budget, model a decision's financial consequence, assess unit economics or runway, evaluate an investment or spend request, set financial controls…

cbrock84/headcount · 88 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens

mergers-and-acquisitions

Runs corporate development — deal thesis, target screening, valuation framing, diligence, and integration planning. Use this when considering an acquisition or being approached about one, when evaluating build-versus-buy at company scale, when running or reviewing diligence, or when planning how an acquired business…

cbrock84/headcount · 66 tokens