okf-skills
NewOpen Knowledge Format (OKF) for Claude Code — author, maintain & validate portable markdown knowledge bundles for AI agents. Dual: Claude Code plugin + skills.sh.
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/okf-skills.md
/okf-skillsUse Cases
Usage Examples
/okf-skills create --name 'react-best-practices' --description 'React coding standards and patterns'
/okf-skills validate ./knowledge/react-bundle.md
Update the 'testing' section in the current OKF bundle with new guidelines for unit tests.
Security Audits
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..