Okf Check banner
tboome33 tboome33

Okf Check

Documentation community

Description

--- description: Validate an OKF knowledge bundle (ours or a third-party clone) against the Open Knowledge Format v0.1 conformance rules — one of the ecosystem's first OKF validators. (Skill `wiki-lint` handles the flow via its `--okf` mode.) --- Invoke the `wiki-lint` skill in `--okf <path>` mode (Check M only — this does not lint the wiki itself). ARGUMENTS: $ARGUMENTS Argument (required): `<path>` — either a bundle exported by `/obsidian-router:okf-export` (`wiki-meta/exports/okf/<name>/`

Installation

Installs to ~/.claude/skills/tboome33-obsidian-mcp-router-okf-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tboome33-obsidian-mcp-router-okf-check && curl -fsSL https://raw.githubusercontent.com/tboome33/obsidian-mcp-router/HEAD/commands/okf-check.md -o ~/.claude/skills/tboome33-obsidian-mcp-router-okf-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository