What problem does it solve?
Context wikis accumulate unsupported synthesis, expired priorities, duplicate pages, and broken links over time, making them unreliable as a knowledge source. This Skill provides a bounded, evidence-led workflow to clean up the wiki using a deterministic lint report.
Core Features & Use Cases
- Lint-driven cleanup queue: Start from
scripts/lint --report and work the reported issues on the current dream branch.
- Content hygiene rules: Remove unsupported synthesis, expire stale priorities, mark superseded decisions, merge near-duplicates, and repair ghost links.
- Strict edit boundaries: Only sourced Markdown under
org/, areas/, decisions/, and Space pages may be edited; structural failures are reported back for server-side repair.
- Use Case: A team maintaining a PostHog context layer wiki runs this Skill each cycle to keep decisions, areas, and org pages coherent without touching generated indexes or scripts.
Quick Start
Run the context layer consolidation skill to work through the lint report queue and clean up the context wiki on the current dream branch.