BeClaude

okf-knowledge

New
19GitHub TrendingDocumentationby sniperunder123

A portable Claude Code skill (/okf) to create, read, maintain & visualize Open Knowledge Format (OKF) bundles - knowledge as plain, git-versionable Markdown.

First seen 6/19/2026

Summary

This skill enables you to create, read, maintain, and visualize Open Knowledge Format (OKF) bundles directly within Claude Code.

  • It treats knowledge as plain, git-versionable Markdown, making it easy to organize, share, and version-control your project documentation or personal notes.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/okf-knowledge.md https://raw.githubusercontent.com/sniperunder123/okf-knowledge/main/SKILL.md
3
Invoke in Claude Code
/okf-knowledge

Use Cases

Quickly create a new OKF knowledge bundle from scratch to document a project's architecture.
Read and display the contents of an existing OKF bundle to review team knowledge.
Update or edit a specific entry in an OKF bundle to keep documentation current.
Visualize the structure of an OKF bundle as a tree or graph to understand knowledge organization.
Search within an OKF bundle for specific topics or keywords during a code review.
Merge multiple OKF bundles into one consolidated knowledge base for a new project.

Usage Examples

1

/okf-knowledge create --name 'ProjectArchitecture' --description 'Architecture docs for my app'

2

/okf-knowledge read --bundle 'ProjectArchitecture' --entry 'DatabaseSchema'

3

/okf-knowledge visualize --bundle 'ProjectArchitecture' --format tree

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is okf-knowledge?

This skill enables you to create, read, maintain, and visualize Open Knowledge Format (OKF) bundles directly within Claude Code. It treats knowledge as plain, git-versionable Markdown, making it easy to organize, share, and version-control your project documentation or personal notes.

How to install okf-knowledge?

To install okf-knowledge: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/okf-knowledge.md https://raw.githubusercontent.com/sniperunder123/okf-knowledge/main/SKILL.md. Finally, /okf-knowledge in Claude Code.

What is okf-knowledge best for?

okf-knowledge is a skill categorized under Documentation. Created by sniperunder123.

What can I use okf-knowledge for?

okf-knowledge is useful for: Quickly create a new OKF knowledge bundle from scratch to document a project's architecture.; Read and display the contents of an existing OKF bundle to review team knowledge.; Update or edit a specific entry in an OKF bundle to keep documentation current.; Visualize the structure of an OKF bundle as a tree or graph to understand knowledge organization.; Search within an OKF bundle for specific topics or keywords during a code review.; Merge multiple OKF bundles into one consolidated knowledge base for a new project..