| name | waymark-maintenance |
| description | Places and maintains waymarks across a codebase, focusing on TLDR coverage and accuracy. Delegates to the waymarker agent for systematic auditing and placement. Use when adding TLDRs to files, auditing waymark coverage, updating stale waymarks, or when "add waymarks", "TLDR coverage", "waymark audit" is mentioned. |
| version | 1.0.0 |
| agent | waymark:waymarker |
| context | fork |
| allowed-tools | ["Read","Edit","Grep","Glob","Bash(*/find-waymarks *)","Bash(*/coverage-report *)"] |
Waymark Maintenance
This skill guides systematic waymark placement and maintenance across a codebase. It delegates to the waymarker agent for execution. The agent loads the waymarks skill for grammar reference and search commands.
Quick Start
Check current TLDR coverage:
!.agents/skills/waymark-maintenance/scripts/coverage-report --stats
Priority: TLDR Coverage
TLDRs are the foundation of waymark coverage. Every source file should have a TLDR describing what it does. Without TLDRs, codebase navigation is impaired for both humans and agents.