okf-frontmatter
Structured frontmatter docs and fast code-linked lookup
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install okf-frontmatter?โผ
Run `npx skills add longsizhuo/okf-frontmatter --all -g -y` in your terminal to install it globally for your agent.
What is the Open Knowledge Format?โผ
OKF is a vendor-neutral spec where each Markdown doc carries a small YAML frontmatter block as its single source of truth. Relationships between docs stay as ordinary Markdown links, forming a knowledge graph.
How does okf-frontmatter find the right doc?โผ
It greps the literal term first, and only when grep is ambiguous runs find_docs.py to rank the doc that owns the topic by frontmatter intent. The schema command can also resolve pointers straight to the code definition.
Does okf-frontmatter work with Claude Code and Codex?โผ
Yes. It ships a plugin manifest for Claude Code and works as a plain skill folder in Codex, Cursor, Cline, and other agents, or as a standalone CLI script.
Does okf-frontmatter need extra dependencies?โผ
No. It is pure Python standard library, with an optional PyYAML fallback parser built in, so it runs anywhere Python 3 is available.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core