Skip to content

jk-standards

Well-run projects accumulate discipline mechanisms — doc-drift gates, sanitizer matrices, escape hatches that demand written reasons — but they stay trapped in the repo that invented them. jk-standards extracts those mechanisms into a versioned, consumable standard so every project can exhibit the same discipline without re-deriving it.

The design principle throughout: every check is simple (regex/diff-level), every escape hatch is in-band, greppable, and carries a written reason. Sophistication lives in the system design, not the analysis techniques — which is what makes the whole thing portable.

  • 7 checks covering the documentation lifecycle
  • 3 agent skills that teach the same conventions at authoring time
  • Pre-commit hooks and a reusable CI workflow, both pinned to a release tag by consumers
  • 85.59% test coverage on toolkit version 0.1.0

Every number on this page is generated from source at build time. Adding a check or skill updates the counts and the reference pages automatically — the site has no hand-maintained inventory.

  • Guide — what the toolkit is and how to adopt it in a new repository.
  • Reference — every check, config field, and shipped skill, generated from the source of truth.
  • How-to — concrete recipes for common adoption tasks.