Agent Plugins Marketplace
← All plugins

okf-wiki

v0.1.3

A per-repo, self-healing agent wiki in Open Knowledge Format: a session-start digest, background capture and re-verification on cheap models, and a reflect loop that measures whether it helps.

Claude CodeAgent Plugins6 Skills

By David AlladaLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
6 skill or MCP entries
Source updated
Sep 26, 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-wiki for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install okf-wiki@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/allada-homelab/agent-harness-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is modules/okf-wiki/.

Plugin files

modules/okf-wiki/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/capture/SKILL.md
├── skills/ingest/SKILL.md
├── skills/recall/SKILL.md
├── skills/reflect/SKILL.md
├── skills/tend/SKILL.md
└── skills/wiki/SKILL.md

Included Skills6

captureskills/capture/SKILL.md

Save a durable, non-obvious finding to this repo's .wiki/ — or re-verify a stale concept — by briefing the cheap okf-wiki scribe agent in the background and printing a one-line receipt. Use unprompted before finishing any task that taught something grepping the code would not reveal, when the session-start digest marks a concept ⚠ stale, or when the user says "capture this", "remember this in the wiki" or "add to the wiki".

ingestskills/ingest/SKILL.md

Bootstrap or grow this repo's .wiki/ from its history — fix and revert commits, PR descriptions, docs and runbooks, and existing OKF or llm-wiki bundles — by fanning out okf-wiki explorer agents and landing the concepts that pass the capture bar. Use when the wiki is empty, when the digest says "run ingest", or when the user asks to "seed", "bootstrap", "ingest" or "migrate" a wiki.

recallskills/recall/SKILL.md

Answer a question from this repo's .wiki/ with cited, freshness-checked concepts, using the cheap okf-wiki reader agent in an isolated context. Use before non-trivial work when the session-start digest is not enough — "what do we know about X", "has this broken before", "why is Y done this way" — and before re-deriving something the wiki may already hold.

reflectskills/reflect/SKILL.md

Measure whether this repo's .wiki/ and its prompting actually help — consult rate, hits versus gaps, rediscovery of things the wiki already said, capture precision and misses — from the agent-transcripts index and git, then fix the wiki's content and draft evidence-backed proposals for the okf-wiki module's prompts. Use when the digest says "reflect due" or the user asks whether the wiki is working or how to improve it.

tendskills/tend/SKILL.md

Health report for this repo's .wiki/ — validation errors and warnings, stale, unanchored and unverified concepts, orphans nothing links to, and likely duplicates — with an offer to heal the stale ones in one batch. Use when the user asks to "tend", "check", "clean up" or "audit" the wiki, or when the digest shows invalid or stale concepts.

wikiskills/wiki/SKILL.md

The contract for this repo's agent wiki at .wiki/ (Open Knowledge Format v0.2) — what belongs in it, the six concept types and their templates, the frontmatter and Verify-anchor rules, the okf.py script that does every deterministic step, and the receipt lines. Read it before writing, moving or judging any .wiki/ file; the capture, recall, ingest, tend and reflect skills build on it.

Plugin manifests2

modules/okf-wiki/.claude-plugin/plugin.json
{
  "name": "okf-wiki",
  "version": "0.1.3",
  "description": "A per-repo, self-healing agent wiki in Open Knowledge Format: a session-start digest, background capture and re-verification on cheap models, and a reflect loop that measures whether it helps.",
  "author": {
    "name": "David Allada",
    "email": "[email protected]"
  },
  "license": "MIT"
}
modules/okf-wiki/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "okf-wiki",
  "version": "0.1.3",
  "description": "A per-repo, self-healing agent wiki in Open Knowledge Format: a session-start digest, background capture and re-verification on cheap models, and a reflect loop that measures whether it helps.",
  "author": {
    "name": "David Allada",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/allada-homelab/agent-harness-marketplace/tree/main/modules/okf-wiki",
  "repository": "https://github.com/allada-homelab/agent-harness-marketplace",
  "license": "MIT",
  "keywords": [
    "agent-skills",
    "claude-code",
    "pi",
    "dsh"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[okf-wiki on Agent Plugins Marketplace](https://pluginsmp.com/plugins/okf-wiki)