map-maintain

Runs one bounded MYK stewardship cycle of checking, Handler-approved repairs, and targeted recheck.

14|1|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/allemaar/open-skills --skill map-maintain-allemaar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: map-maintain
Source: https://github.com/allemaar/open-skills/tree/main/skills/map-maintain
Command: npx skills add https://github.com/allemaar/open-skills --skill map-maintain-allemaar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Knowledge graphs and link maps drift out of conformance over time, and repairing them safely requires a controlled process rather than ad-hoc edits. This Skill composes map-check and map-this into one explicit, bounded maintenance cycle with human approval before any mutation. ## Core Features & Use Cases - Bounded repair cycle: Runs map-check read-only, translates findings into map-this-shaped repair proposals, applies only Handler-selected fixes, then runs a targeted recheck. - Handler approval gate: No mutation occurs until the Handler explicitly accepts, rejects, modifies, defers, or leaves each proposal unresolved. - Link healing and enrichment: Supports alias creation, retargeting, disambiguation, and suggestion-only link enrichment after a stable graph rebuild. - Use Case: After a large documentation refactor, invoke "/map-maintain" on a scope to detect broken links and conformance findings, review each proposed repair, apply the approved set atomically, and confirm the fixes with a targeted recheck. ## Quick Start Ask the agent to run /map-maintain on your target scope to check findings, review repair proposals, and apply only the fixes you approve.

Frequently Asked Questions about map-maintain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I repair broken links in a knowledge graph safely?

Invoke /map-maintain on the target scope to run a read-only check, review each repair proposal with its risk and impact, and approve an exact set. Only the selected mutations are applied, followed by a targeted recheck to confirm the fixes.

How to run a bounded maintenance cycle on a MYK map?

Trigger the skill with "/map-maintain", "maintain this map", or "tend this graph" naming the target scope. It runs map-check, prepares map-this-shaped proposals, waits for Handler selection, applies the approved set, and rechecks only the affected areas.

Does map-maintain run automatically or on a schedule?

No. It is invoked work only and never acts as a daemon, watcher, schedule, or background loop. Each cycle requires an explicit invocation naming the target scope, and remaining work needs a new explicit Handler invocation.

Can map-maintain mutate files without my approval?

No. A Handler gate requires you to accept, reject, modify, defer, or leave unresolved every proposal row before any mutation. The skill restates the selected set before applying it and never expands to neighboring findings.

What are the limitations of map-maintain?

It performs one repair-and-recheck round per invocation with default caps of 50 files, 30 findings, and 30 minutes. It never edits .lyt/, broadens visibility, deletes, or mutates topology, and it depends on map-rules, map-check, and map-this being available.