OKF Authoring
Tool-agnostic authoring and validation for conformant Open Knowledge Format (OKF) v0.2 knowledge bundles, including the v0.2 provenance, trust, and lifecycle vocabulary.
- version from plugin.json
- 1.0.0
- license from plugin.json
- Apache-2.0
- author from plugin.json
- ghchinoy · https://github.com/ghchinoy
- repository from plugin.json
- https://github.com/ghchinoy/agent-skills
- keywords plugin keywords, from plugin.json
- okf
- open-knowledge-format
- knowledge-bundle
- authoring
- validation
- provenance
- trust
- name from plugin.json
okf-authoring- conformance derived from plugin.json $schema
- Targets Agent Plugins 1.0.0.
- source derived
plugins/okf-authoring/plugin.json
Skills
- Author an OKF v0.2 bundle
okf-authorAuthor a conformant Open Knowledge Format (OKF) v0.2 knowledge bundle by hand or from a description — one concept per markdown file with a required non-empty type, a reserved root index.md declaring okf_version, bundle-relative markdown links as relationship edges, and the correct v0.2 provenance/trust/lifecycle frontmatter (sources, generated, verified, status, stale_after). Derives trust tiers rather than storing a credibility score, and preserves unknown keys for forward-compatibility. Works fully by hand with zero OKF binaries installed; opportunistically uses binder/okfcli/factile/openknowledge when present. Use when asked to create an OKF bundle, write OKF concepts, add trust or provenance frontmatter, or turn notes/a description into OKF. - Validate an OKF v0.2 bundle
okf-validateValidate an Open Knowledge Format (OKF) v0.2 knowledge bundle for §11 conformance and trust-signal well-formedness, reporting everything as advisories and never rejecting a bundle for optional, unknown, or broken content. Checks that every non-reserved markdown file has parseable frontmatter with a non-empty type, that a root index.md declaring okf_version and any log.md follow their reserved structure, and that provenance/trust frontmatter is well-formed (actor convention, generated/verified shape, no stored credibility score). Prefers shelling out to an installed validator (okfcli/okf validate, factile, openknowledge) but falls back to explaining and running the checks entirely by hand with zero OKF binaries. Use when asked to validate, lint, or conformance-check an OKF bundle.
Plugin-level references
A plugin-level references/ directory is not a spec-defined location — Agent Plugins §6.1 fixes only skills/ and mcp.json — so these are unspecified package data: allowed, not addressed. Titles are the files' own H1s.