site-map-maintainer

site-map-maintainer is a skill for Codex from Eliyce/paqad-ai. It costs 42 tokens per session (568 once invoked), scanned A, original, MIT.

A maintenance step for a site map, keeping its documented screens and flows aligned with feature changes. A site map is a structured description of an application's routes, screens, and navigation.

In plain words
What is it for?
Use it during feature development when changes affect routes, navigation, access checks, or endpoint handlers.
Why use it?
It prevents route, guard, or screen changes from leaving behind stale documentation. It updates only the affected parts instead of rebuilding the whole map.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it during feature development when changes affect routes, navigation, access checks, or endpoint handlers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliyce/paqad-ai/site-map-maintainer
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 Eliyce/paqad-ai --skill site-map-maintainer
Clone the repo
git clone --depth 1 https://github.com/Eliyce/paqad-ai

Made for: 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 site-map-maintainer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/site-map-maintainer"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/site-map-maintainer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 568 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.00042 $0.00568
Opus 5 $0.00021 $0.00284
Sonnet 5 $0.00008 $0.00114
Haiku 4.5 $0.00004 $0.00057

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

Security

Grade A, and why

site-map-maintainer 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 8d 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.

runtime/capabilities/coding/skills/site-map-maintainer/SKILL.md · 66 lines

How it starts

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

What It Does

Watches a feature-development change for edits that would drift the site map — a new route, a changed guard, a removed screen — and patches only the affected surfaces. It is the reason a change that touches navigation cannot reach "Safe to merge" with a stale map: the freshness gate flags the drift, and this skill resolves it with a scoped patch, not a full re-map.

Use This When

Use this inside a feature-development change, once the diff is known, when a changed file is one the map cites or a flow-relevant path (routes, command programs, endpoint handlers, guards). Skip it when the change touches nothing the map depends on.

Inputs

  • The change's changed_files.
  • The stored docs/site-map/app-map.yaml and its stamped freshness (the broken-anchor count the freshness gate reads).
  • Read references/patch-scope.md before patching.

Procedure

The drift detection is the engine's (the stamped freshness records which cited anchors no longer resolve); your job is the scoped patch.

  1. Run paqad-ai sitemap run; read which cited anchors broke and which surfaces the changed files cite.
  2. Patch only those surfaces — add the new one, update the changed guard, mark the removed one — leaving untouched surfaces exactly as curated.
  3. Re-run the verb to confirm the freshness gate is satisfied and the map validates.

Output Contract

  • A JSON object { patched_surfaces: [...], anchors_repaired: [...], still_broken: [...] }.
  • Every patched surface carries resolving evidence from the changed files.
  • still_broken is empty when the change is complete; a non-empty list is a blocking gap.

Escalate / Stop Conditions

  • Do not re-map the whole app for a scoped change; patch only what the diff drifted.
  • Do not overwrite a curated surface that the change did not touch.
  • Stop and surface the drift when a change removes a surface that journeys still reference — that is a decision, not a silent deletion.

Resources

  • references/patch-scope.md
  • agents/openai.yaml

Read the full file on GitHub · 66 lines

Files

What ships with it

2 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. 8d ago First seen · 66 lines · 42 tokens per session scan A d831dcd2cfc3

Subscribe to this mod's changes

site-map-maintainer is a skill published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed today), licensed MIT. It adds 42 tokens to every session and 568 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-09-03.