longsizhuolongsizhuoCommunityยท1 Agent Skills Included

okf-frontmatter

Structured frontmatter docs and fast code-linked lookup

Maintains repository Markdown docs under the Open Knowledge Format with structured YAML frontmatter. Links schemas, endpoints, and config keys directly to authoritative code instead of duplicating them in prose. Finds the right doc fast by ranking frontmatter intent when plain grep returns ambiguous results. Lints docs for broken links and stale code pointers to stop documentation drift.
npx skills add longsizhuo/okf-frontmatter --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’