okf-maintain
v1.3.0Adopt and maintain an Open Knowledge Format v0.2 documentation bundle: frontmatter, generated indexes, a fail-closed conformance check, and coverage that names every unindexed document
By Wagner Ignacio Pinto JuniorLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install okf-maintain for Codex and Claude Code
codex plugin marketplace add wagneripjr/skills
codex plugin marketplace upgrade wagner-skills-marketplace
codex plugin add okf-maintain@wagner-skills-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the wagner-skills-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “okf-maintain” remain stable.
- Codex:
okf-maintain@agent-plugin-marketplace→okf-maintain@wagner-skills-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wagneripjr/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/okf-maintain/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/okf-maintain/SKILL.md
Included Skills1
Use when adopting the Open Knowledge Format (OKF v0.2) in a repository, or maintaining a documentation bundle already in it: bootstraps a conformant tree, stamps and repairs YAML frontmatter, regenerates every index.md bottom-up so no document goes unlisted, excludes paths another tool owns via .okfignore, removes log.md and strips changelog/history sections because git already holds history losslessly, and wires CLAUDE.md/AGENTS.md/GEMINI.md to the root index so agents stop grepping for a document's identity. Ships a conformance check that fails closed, plus a coverage check that names every document no index reaches. Triggers on: 'set up OKF', 'make these docs OKF-conformant', 'regenerate the docs index', 'add frontmatter to the docs', 'which docs are missing from the index', 'our documentation keeps drifting'. NOT for writing a document's body or deciding its content - repo templates and the adr skill own that. NOT for reverse-engineering a codebase into fresh specs.
Plugin manifests2
{
"name": "okf-maintain",
"description": "Adopt and maintain an Open Knowledge Format v0.2 documentation bundle: frontmatter, generated indexes, a fail-closed conformance check, and coverage that names every unindexed document",
"version": "1.3.0",
"author": {
"name": "Wagner Ignacio Pinto Junior",
"email": "[email protected]"
},
"repository": "https://github.com/wagneripjr/skills",
"homepage": "https://github.com/wagneripjr/skills",
"license": "MIT",
"keywords": [
"okf",
"documentation",
"knowledge-management"
],
"skills": [
"./skills/okf-maintain"
],
"hooks": "./hooks/codex-hooks.json"
}{
"name": "okf-maintain",
"description": "Adopt and maintain an Open Knowledge Format v0.2 documentation bundle: frontmatter, generated indexes, a fail-closed conformance check, and coverage that names every unindexed document",
"version": "1.3.0",
"author": {
"name": "Wagner Ignacio Pinto Junior",
"email": "[email protected]"
},
"repository": "https://github.com/wagneripjr/skills",
"homepage": "https://github.com/wagneripjr/skills",
"license": "MIT",
"keywords": [
"okf",
"documentation",
"knowledge-management"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[okf-maintain on Agent Plugins Marketplace](https://pluginsmp.com/plugins/okf-maintain)