What problem does it solve? The tik4net GitHub wiki drifts out of sync with the library: examples stop compiling, pages document superseded workarounds, leaked lab credentials appear in transcripts, and newcomers hit protocol depth before a working example. This Skill audits the wiki page by page against the source code so the documentation stays accurate, ordered, and safe. ## Core Features & Use Cases - Nine-check page audit: verifies factual claims against the C# source, removes historical narrative, detects superseded workarounds, validates code samples, checks page scope, altitude, language, secrets, and placement. - Compile-verified examples: runs WikiSampleCompilationTests so every C# block on the wiki and README compiles against the current library, including receiver-type checks on ITikConnection facets. - Whole-wiki coverage pass: checks that central concepts, main interfaces, and entity families are actually documented, plus link-graph analysis for broken anchors and orphan pages. - Use Case: Before a 4.0 release, run the skill over all 41 wiki pages to confirm examples compile, maturity markers are sweepable, and no lab credentials remain. ## Quick Start Review the tik4net wiki page Getting-started against the source code and report any findings.