BeClaude

okf-skills

New
2GitHub TrendingDocumentationby scaccogatto

Open Knowledge Format (OKF) for Claude Code — author, maintain & validate portable markdown knowledge bundles for AI agents. Dual: Claude Code plugin + skills.sh.

First seen 6/14/2026

Summary

This skill enables Claude Code to author, maintain, and validate portable markdown knowledge bundles using the Open Knowledge Format (OKF).

  • It helps developers create structured, reusable knowledge packages that can be shared across AI agents and tools, ensuring consistency and portability.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/okf-skills.md

3
Invoke in Claude Code
/okf-skills

Use Cases

Create a new OKF knowledge bundle with metadata and structured content for a project's coding standards.
Validate an existing OKF bundle to ensure it conforms to the schema and all required fields are present.
Update a knowledge bundle to add new sections or revise existing content while maintaining version history.
Export a knowledge bundle in a portable markdown format for sharing with other AI agents or team members.
Import an OKF bundle from a remote source and integrate it into the local knowledge base.
Search across multiple OKF bundles to find relevant knowledge for a specific development task.

Usage Examples

1

/okf-skills create --name 'react-best-practices' --description 'React coding standards and patterns'

2

/okf-skills validate ./knowledge/react-bundle.md

3

Update the 'testing' section in the current OKF bundle with new guidelines for unit tests.

View source on GitHub
agentplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is okf-skills?

This skill enables Claude Code to author, maintain, and validate portable markdown knowledge bundles using the Open Knowledge Format (OKF). It helps developers create structured, reusable knowledge packages that can be shared across AI agents and tools, ensuring consistency and portability.

How to install okf-skills?

To install okf-skills: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/okf-skills.md. Finally, /okf-skills in Claude Code.

What is okf-skills best for?

okf-skills is a community categorized under Documentation. It is designed for: agent, plugin. Created by scaccogatto.

What can I use okf-skills for?

okf-skills is useful for: Create a new OKF knowledge bundle with metadata and structured content for a project's coding standards.; Validate an existing OKF bundle to ensure it conforms to the schema and all required fields are present.; Update a knowledge bundle to add new sections or revise existing content while maintaining version history.; Export a knowledge bundle in a portable markdown format for sharing with other AI agents or team members.; Import an OKF bundle from a remote source and integrate it into the local knowledge base.; Search across multiple OKF bundles to find relevant knowledge for a specific development task..