OKF Export

Convert markdown files to OKF bundles with type frontmatter and PRs.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/enuno/noesis-aeon --skill okf-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: OKF Export
Source: https://github.com/enuno/noesis-aeon/tree/main/skills/okf-export
Command: npx skills add https://github.com/enuno/noesis-aeon --skill okf-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The SKILL helps manage and improve the formatting of topics in an OKF (Open Knowledge Format) bundle by automating the addition of necessary metadata to plain markdown files.

Core Features & Use Cases

  • Memory Topics Management: Simplifies the process of converting legacy markdown topic files to the Open Knowledge Format (OKF).
  • One-Shot Backfilling: Corrects type frontmatter in concept files and opens pull requests (PRs) to keep the OKF bundle in compliance with v0.1 specifications.
  • Lossy Translation Guidance: Ensures a high degree of review for type assignments as it performs a one-way conversion, defaulting ambiguous cases to 'Reference'.

Quick Start

Run the 'okf-export' command to start the process for your specific topic(s) or subfolders.

Frequently Asked Questions about OKF Export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert legacy markdown files to OKF bundle format?

To convert legacy markdown files to OKF bundle format, run the okf-export command to prepend type frontmatter, validate against OKF v0.1 standards, and open pull requests automatically.

What is OKF v0.1 repository compliance for markdown topics?

OKF v0.1 repository compliance requires plain markdown topic files to have proper type frontmatter. This standard ensures knowledgebase organization by structuring legacy memory topics into conformant bundles.

Does OKF conversion require network services or external API dependencies?

No, OKF conversion does not require external network services or API dependencies. The pipeline runs locally and only interacts with Git for repository operations like PR submissions.

How does this markdown preprocessing handle ambiguous type assignments?

During markdown preprocessing, ambiguous type assignments default to Reference. Because this one-way conversion is lossy, it ensures a high degree of review for type assignments before finalizing.

What are the limitations of one-shot backfilling for OKF concept files?

The limitation of one-shot backfilling is its lossy translation. It performs a one-way conversion that defaults ambiguous cases to Reference, meaning manual review is required to correct type assignments.