okf-to-native-skill-migration

Convert OKF-wrapped markdown files into native SKILL.md format.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/reez455G/my-ai-agents --skill okf-to-native-skill-migration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okf-to-native-skill-migration
Source: https://github.com/reez455G/my-ai-agents/tree/main/.omp/skills/okf-to-native-skill-migration
Command: npx skills add https://github.com/reez455G/my-ai-agents --skill okf-to-native-skill-migration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts an OKF-wrapped knowledge corpus into the native SKILL format for better integration and accessibility by various native skill discovery mechanisms.

Core Features & Use Cases

  • Migrate OKF-wrapped Markdown Files: Transform OKF-styled markdown files into a native SKILL.md format suitable for skill discovery in platforms like OMP and Claude Code.
  • Automatic Classification: Automatically determines if a file contains embedded native frontmatter and processes it accordingly.
  • Customizable Frontmatter for Bare Files: Manually generate frontmatter for files without native frontmatter for consistent processing.

Quick Start

Migrate an OKF-wrapped markdown file by running the provided Python script in the repository.

Frequently Asked Questions about okf-to-native-skill-migration

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

FAQPage Schema
How do I convert OKF-wrapped markdown files to a native SKILL format?

To convert OKF-wrapped markdown files, run the provided Python script to transform OKF frontmatter into native SKILL.md format. This process ensures the knowledge corpus is accessible by various native skill discovery mechanisms.

What is the difference between OKF frontmatter and native SKILL format?

OKF frontmatter wraps knowledge in a specific metadata structure, whereas native SKILL format structures markdown for direct integration with skill discovery platforms. Converting between them allows your files to be natively discovered by platforms like OMP and Claude Code.

Can I automatically generate frontmatter for markdown files without native frontmatter?

Yes, you can manually generate customizable frontmatter for bare markdown files lacking native frontmatter. This ensures consistent processing and classification before converting them into the native SKILL format.

Does the migration script automatically detect embedded native frontmatter?

Yes, the migration process includes automatic classification to determine if a markdown file already contains embedded native frontmatter. It processes the files accordingly to prevent duplication and ensure a correct transition.

What are the limitations of migrating OKF-wrapped knowledge to native SKILL format?

The migration focuses strictly on converting markdown files with OKF frontmatter, meaning files in other formats require manual preparation. Additionally, bare files need manually generated frontmatter before they can be consistently processed.