$npx skillfedfor your agent

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 MITupdated by jamditis

Decision gist · record as of 2026-07-25

okf-wiki scaffolds a new Open Knowledge Format knowledge base with one-concept-per-file markdown structure and YAML frontmatter. 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.

manual: git clone https://github.com/jamditis/claude-skills-journalism → cp -r claude-skills-journalism/okf-wiki ~/.claude/skills/okf-wiki
okf-wiki/SKILL.md · version c10aab02

Use it when

  • okf-wiki creates a conforming Open Knowledge Format project: a tree of markdown concept files with YAML frontmatter, a validator.
  • Yes.

Verify before relying

Read SKILL.md below before installing (60 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

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

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

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)

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

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Scaffold and initialize a new OKF knowledge base project with structure”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

okf
by scaccogatto · scaccogatto/okf-skills

okf is a toolkit for building and updating knowledge bundles as directories of markdown files with YAML frontmatter. Create bundles to capture project knowledge like APIs, schemas, and runbooks, maintain them as code and docs evolve, or consume existing bundles to inform your work. The skill enforces the OKF v0.2 spec: every markdown file needs a type field, and everything else follows soft conventions for cross-linking, provenance, and lifecycle tracking.

MITupdated Jul 2026
★ 96repo stars
Okf
by duyet · duyet/codex-claude-plugins

Okf lets you build, organize, and validate Open Knowledge Format (OKF) bundles—plain markdown files with YAML frontmatter stored in a portable directory structure. Initialize new bundles, author concept documents, generate indexes, and render interactive graph viewers. The format is vendor-neutral and lock-in free, consumable by any tool that reads markdown.

no license declared → metadata onlyupdated Jul 2026
★ 8repo stars
Okf Refactor
by duyet · duyet/codex-claude-plugins

Okf Refactor transforms unstructured knowledge from notes, wikis, databases, or catalog exports into conformant OKF v0.1 bundles. It structures content as one-concept-per-file markdown documents with YAML frontmatter, generates navigable indexes, and wires cross-linked knowledge graphs while preserving all source metadata.

no license declared → metadata onlyupdated Jul 2026
★ 8repo stars
okf
by serradura · serradura/okf-gem

OKF is knowledge as code: markdown files with YAML frontmatter organized in directories that both humans and agents can read from the same source. Use this skill to author bundles, migrate existing documentation, search and retrieve knowledge, validate structure, or maintain your project's knowledge graph as it evolves.

Apache-2.0updated Jul 2026
★ 111repo stars
wiki-import
by Ar9av · Ar9av/obsidian-wiki

wiki-import brings a knowledge graph into your vault from two sources: a graph.json file for page stubs with relationships, or an OKF bundle for complete pages with full bodies. Choose how to handle existing pages—merge, skip, or overwrite—and the skill reconstructs frontmatter, wikilinks, and vault metadata automatically.

MITupdated Jul 2026
★ 3,032repo stars
wiki-export
by Ar9av · Ar9av/obsidian-wiki

Wiki Export transforms your Obsidian vault's wikilink graph into multiple structured formats—JSON, GraphML, Cypher scripts, and interactive HTML—ready for use in Gephi, Neo4j, and custom tools. Optionally filter by project or visibility tags, and assign community IDs for graph analysis and visualization.

MITupdated Jul 2026
★ 3,032repo stars

More skills Init (unlicensed)

Tags
knowledge-managementdocumentation-scaffoldstructured-contentteam-wikisemantic-markdownprovenance-trackingconcept-mappinginstitutional-memoryvalidation-frameworkmulti-agent-docs