okf-knowledge
NewA portable Claude Code skill (/okf) to create, read, maintain & visualize Open Knowledge Format (OKF) bundles - knowledge as plain, git-versionable Markdown.
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/okf-knowledge.md https://raw.githubusercontent.com/sniperunder123/okf-knowledge/main/SKILL.md/okf-knowledgeUse Cases
Usage Examples
/okf-knowledge create --name 'ProjectArchitecture' --description 'Architecture docs for my app'
/okf-knowledge read --bundle 'ProjectArchitecture' --entry 'DatabaseSchema'
/okf-knowledge visualize --bundle 'ProjectArchitecture' --format tree
Security Audits
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..