nexus-mapper

nexus-mapper is a skill for Claude Code, Codex from Haaaiawd/Nexus-skills. It costs 118 tokens per session (4,062 once invoked), scanned A, original, no licence file.

A tool that creates a persistent map of a codebase’s architecture, dependencies, and areas where changes may have wider effects.

In plain words
What is it for?
Use it when onboarding to a repository, starting work in an unfamiliar project, or preparing for a major refactor.
Why use it?
It gives an AI coding session reusable project context, so work on an unfamiliar repository does not begin from scratch each time.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when onboarding to a repository, starting work in an unfamiliar project, or preparing for a major refactor.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/haaaiawd/nexus-skills/nexus-mapper
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 Haaaiawd/Nexus-skills --skill nexus-mapper
Clone the repo
git clone --depth 1 https://github.com/Haaaiawd/Nexus-skills

Made for: Claude Code, Codex.

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 nexus-mapper

README.md
[![agentmods](https://agentmods.dev/badge/skills/haaaiawd/nexus-skills/nexus-mapper/github.svg)](https://agentmods.dev/skills/haaaiawd/nexus-skills/nexus-mapper)
Your own site
<a href="https://agentmods.dev/skills/haaaiawd/nexus-skills/nexus-mapper"><img src="https://agentmods.dev/badge/skills/haaaiawd/nexus-skills/nexus-mapper/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 nexus-mapper

Your own site · 80×15
<a href="https://agentmods.dev/skills/haaaiawd/nexus-skills/nexus-mapper"><img src="https://agentmods.dev/badge/skills/haaaiawd/nexus-skills/nexus-mapper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,062 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. Third-party audits
  • Socket pass 2 Apr 2026
  • Snyk pass 2 Apr 2026
How audits are shown
Origin unknown 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.00118 $0.04062
Opus 5 $0.00059 $0.02031
Sonnet 5 $0.00024 $0.00812
Haiku 4.5 $0.00012 $0.00406

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

Security

Grade A, and why

nexus-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 11d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/extract_ast.py, scripts/git_detective.py, scripts/query_graph.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/nexus-mapper/SKILL.md · 324 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

8 files 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 · 324 lines · 118 tokens per session scan A 945470e53e4d

Subscribe to this mod's changes

nexus-mapper is a skill published in the GitHub repository Haaaiawd/Nexus-skills (164 stars, last pushed 5mo ago), with no licence file. It adds 118 tokens to every session and 4,062 once invoked, about $0.0006 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

remarkable-memory

Turns handwritten reMarkable notes into a queryable semantic memory. Syncs pages from a reMarkable tablet (via the reMarkable MCP server, rmapi, or a USB/SSH bridge), renders each page to an image and reads the handwriting with Claude vision — no OCR key — then extracts each page into confidence-scored, human-editable…

mostafa-drz/claude-skills · 194 tokens

extract-skill

Scans the current conversation for patterns worth turning into a reusable skill or memory rule — feedback you've given Claude, workflows you've walked through, corrections, best practices, recurring setups. Proposes candidates, classifies each as skill (multi-step workflow) or memory (single rule), cross-checks…

mostafa-drz/claude-skills · 134 tokens

codebeacon

Scan a codebase → AST extraction → knowledge graph → wiki + CLAUDE.md context map. Supports 27 frameworks (Spring Boot, NestJS, Django, FastAPI, Flask, Rails, Express, Fastify, Koa, React, Next.js, Vue, Nuxt, Angular, SvelteKit, Gin, Echo, Fiber, Laravel, Actix-Web, Axum, Tauri, Rocket, Warp, ASP.NET Core, Vapor…

Wandererer/codebeacon · 99 tokens

skill-learner

Persistent correction system that captures mistakes from skills or Claude behavior and ensures they never repeat across sessions. Use whenever the user indicates something went wrong — "that's wrong", "fix this", "not what I wanted", "learn from this", "don't do that again", "esto está mal", "aprende de esto", "no…

j4rk0r/claude-skills · 140 tokens

shipkit-work-memory

Log session progress and save resume state. Infers from conversation and git. Triggers: 'log progress', 'session summary', 'checkpoint', 'save progress', 'end session'.

stefan-stepzero/shipkit · 42 tokens

shipkit-claude-md

Update CLAUDE.md with learnings, preferences, or project context. Use when user says "update claude.md", "add to claude.md", or wants to persist something.

stefan-stepzero/shipkit · 45 tokens