skillfed

okf-wiki

okf-wiki creates a conforming Open Knowledge Format project: a tree of markdown concept files with YAML frontmatter, a validator, and Claude session hooks that orient the agent on the knowledge base. Use it to initialize a wiki, atlas, or institutional memory in a repo, structure docs with provenance metadata, or populate from existing material.

okf-wiki scaffolds a new Open Knowledge Format knowledge base with one-concept-per-file markdown structure and YAML frontmatter.

AI-generated summary based on this skill's SKILL.md

342 58 MIT updated by jamditis

Install

jamditis/claude-skills-journalism/okf-wiki · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/jamditis/claude-skills-journalism
cp -r claude-skills-journalism/okf-wiki ~/.claude/skills/okf-wiki

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I scaffold OKF wiki from existing docs?

okf-wiki scaffolds a new Open Knowledge Format project by creating a tree of markdown concept files with YAML frontmatter, a validator, and Claude session hooks. Start by running the initialization command to set up your repository structure, then point okf-wiki at your existing documents—it will parse them into one-concept-per-file format with provenance metadata, organizing your institutional memory as a conforming OKF bundle.

What is okf-wiki used for?

okf-wiki creates a conforming Open Knowledge Format project: a tree of markdown concept files with YAML frontmatter, a validator, and Claude session hooks that orient the agent on the knowledge base. Use it to initialize a wiki, atlas, or institutional memory in a repo, structure docs with provenance metadata, or populate from existing material.

Can okf-wiki validate OKF bundle structure and frontmatter?

Yes. okf-wiki includes a built-in validator that checks OKF bundle structure and frontmatter compliance. Run the validation tool against your concept files to ensure they meet Open Knowledge Format standards, including proper YAML metadata, file organization, and concept boundaries.

How does okf-wiki organize team knowledge?

okf-wiki enforces one-concept-per-file documentation with metadata, making it ideal for organizing institutional memory. Each concept lives in its own markdown file with YAML frontmatter capturing provenance, relationships, and context. This structure keeps team knowledge modular, searchable, and easy to maintain across decision logs, infrastructure docs, and research atlases.

Can I publish okf-wiki knowledge base to GitHub?

Yes. okf-wiki supports publishing your OKF knowledge base to a GitHub wiki or as an in-repo bundle. Once your concepts are structured and validated, okf-wiki can export the entire knowledge base in a format ready for GitHub integration, making your institutional memory accessible and version-controlled.

What license does okf-wiki use?

okf-wiki is released under the MIT license, allowing free use, modification, and distribution for both open-source and commercial projects.

SKILL.md

rendered from the published skill — quoted content, verbatim

okf-wiki: scaffold an Open Knowledge Format knowledge base

OKF (Open Knowledge Format) stores knowledge as small markdown files: one concept per file, each carrying its own provenance in YAML frontmatter, with directory index.md files for navigation and a validator that enforces the contract. It is built for knowledge bases that both people and agents read and edit — newsroom institutional memory, a research atlas, a team's decision log, an infrastructure map.

This skill scaffolds a conforming OKF project and validates it. The format contract is in

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 15 files
okf-wiki/.claude-plugin/plugin.json
okf-wiki/SKILL.md
okf-wiki/example/.claude/hooks/okf-anchor.py
okf-wiki/example/.claude/hooks/okf-orient.py
okf-wiki/example/.claude/settings.json
okf-wiki/example/README.md
okf-wiki/example/SPEC.md
okf-wiki/example/bundle/hooks/accessibility-check.md
okf-wiki/example/bundle/hooks/ai-slop-detector.md
okf-wiki/example/bundle/hooks/ap-style-check.md
okf-wiki/example/bundle/hooks/archive-reminder.md
okf-wiki/example/bundle/hooks/bug-report-detector.md
okf-wiki/example/bundle/hooks/copywriting-preflight.md
okf-wiki/example/bundle/hooks/data-methodology-check.md
okf-wiki/example/bundle/hooks/deadline-tracker.md

Related skills

Tags

knowledge-management documentation-scaffold structured-content team-wiki semantic-markdown provenance-tracking concept-mapping institutional-memory validation-framework multi-agent-docs