Skip to content

Customization

Everything you customize lives in two files at each wiki root, and only one of them is yours to edit. wiki-config.md holds every customizable field. CLAUDE.md and the shared skill hold the machinery that stays the same across every wiki.

CLAUDE.md is generic and identical across every wiki this plugin manages: the three-zone architecture, hard boundary, folder permissions, routing rules, page types, and reading order. Do not edit it by hand. It is not hand-edited; it is refreshed from the plugin template when the schema changes.

wiki-config.md is yours. Edit its YAML frontmatter to change how the wiki behaves.

  • Which folders are entry points, and their source_type, default_quality, post_ingest, naming_convention
  • Which folders are structured knowledge, and their purpose
  • Project thresholds (months to dormant, to archive)
  • Writing style and tag vocabulary
  • Dashboards and protected paths

The body of wiki-config.md holds free-form prose about page types, naming conventions, and any wiki-specific rules.

The shared logic in skills/wiki-core/SKILL.md is plugin-wide and applies to every wiki the same way. Edit it only for a structural change across all wikis, not to customize one wiki.