Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add MostAshraf/ai-sdlc-harness/plugin install ai-sdlc-harnessWrote 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/skills/mostashraf/ai-sdlc-harness/repo-map-refresh)<a href="https://agentmods.dev/skills/mostashraf/ai-sdlc-harness/repo-map-refresh"><img src="https://agentmods.dev/badge/skills/mostashraf/ai-sdlc-harness/repo-map-refresh/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.
<a href="https://agentmods.dev/skills/mostashraf/ai-sdlc-harness/repo-map-refresh"><img src="https://agentmods.dev/badge/skills/mostashraf/ai-sdlc-harness/repo-map-refresh.svg" alt="Reviewed on agentmods" width="80" 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.00048 | $0.00704 |
| Opus 5 | $0.00024 | $0.00352 |
| Sonnet 5 | $0.00010 | $0.00141 |
| Haiku 4.5 | $0.00005 | $0.00070 |
Grade A, and why
repo-map-refresh 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.
What it actually says
repo-map-refresh
The repo map is a navigation aid, never hand-maintained — corrections go
through regeneration (design.md piece 5B). /init-workspace and
/add-repo both point here for the identical generate-or-regenerate
procedure (step 2 below) — this is the one place it's maintained; don't
fork a second copy of it elsewhere.
${CLAUDE_PLUGIN_ROOT}/bin/harness repo-map-check --repo-name <n> --repo <path>— report missing / fresh / stale (+ commits behind) to the user.- To regenerate: spawn the planner shape with
harness-mode: repo-mapas the prompt's FIRST line (the spawn guard regex-matches this exact header — prose that merely mentions repo-map does not satisfy it; this is a declared out-of-run spawn,pipeline/surfaces.yaml'sout_of_run_spawns, legal regardless of whether other runs exist in the workspace) and the repo path. Preferrun_in_background: falsewhere the Agent tool has that parameter — the reply then flows back through PostToolUse. Where the tool defaults spawns to background or has no such parameter, the launch stub returns immediately and the platform's own completion notification is the ONLY signal: WAIT for it before step 3. Know that the harness cannot track THIS spawn in flight — capture early-returns for out-of-run spawns BEFORE the stub-recognition gate, so a backgrounded repo-map spawn records nospawn-pending, appears nowhere inshow'soutstanding_spawns, and an agent that dies mid-generation leaves zero trace while you wait. For the correctsubagent_typeand why a wrong identity is now blocked, seeshared/spawn-identity.md— match the frontmattername: ai-sdlc-planner, never a generic agent. The planner can only write underai/<run>/and.claude/context/(guard-enforced — never repo source), so point it at.claude/context/repo-map/<name>/. It follows the map content contract (${CLAUDE_PLUGIN_ROOT}/skills/dev-workflow/steps/repo-map-task.md):index.md(purpose/stack/modules/cross-repo edges — intake's targeting tier),areas/*detail files (each loadable alone), andconventions.md(observed patterns with cited examples — what plan-review checks plans against). - Stamp it yourself, not the planner:
${CLAUDE_PLUGIN_ROOT}/bin/harness repo-map-stamp --repo-name <n> --repo <path>— stamping is the orchestrator's job, never the planner's own. - Remind the user: the planner still reads real code for areas it plans to touch — the map speeds targeting, it doesn't replace reading.
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.
- 11d ago First seen · 50 lines · 48 tokens per session scan A c2a3304a19c5
repo-map-refresh is a skill published in the GitHub repository MostAshraf/ai-sdlc-harness (19 stars, last pushed 14d ago), licensed MIT. It adds 48 tokens to every session and 704 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.
Other skills, from other repositories
autonomous
Run multiple phases hands-free. Chains discuss, plan, build, and verify automatically.
quick
Execute an ad-hoc task with atomic commits. Skips full plan/review.
audit
Review past Claude Code sessions for PBR workflow compliance and UX quality.
debug
Systematic debugging with hypothesis testing. Persistent across sessions.
explore
Explore ideas, think through approaches, and route insights to the right artifacts.
resume
Pick up where you left off. Restores context and suggests next action.