wiki-prefill
Wiki Prefill
Seed a fresh (or existing) wiki with curated foundation: true concept
pages so canonical material like Porter's Five Forces, Jobs-to-be-Done, and
MECE has a stable target slug from day one.
Without this skill, every wiki re-derives the same textbook concepts from
whatever source the user happens to drop in raw/ first. Each derivation
takes an entries_count slot, dilutes the wiki's signal, and produces a
slightly-different page than the last wiki for the same framework.
Prefilling solves this once: foundations are terminal pages
(wiki-update refuses without --force, wiki-lint skips orphan /
no-sources / staleness warnings on them) and wiki-ingest's slug-collision
check now routes a Porter's-Five-Forces source to the foundation page
instead of overwriting it.
The plugin-side library lives at ${CLAUDE_PLUGIN_ROOT}/foundations/.
Today's curated set is documented in ${CLAUDE_PLUGIN_ROOT}/foundations/README.md;
the community can extend it via PR.