OKF Harness Bootstrap
Creates or repairs an OKF Harness knowledge-wiki workspace for Claude Code, but only once its separate okfh CLI is installed.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0db652d
The skill itself is well-scoped and safe, but it is inert without a separately installed `okfh` CLI runtime (via npx @okf-harness/setup@latest) — copying the skill folder alone gets you a skill that can only tell the user to go install the real tool.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What OKF Harness Bootstrap does
Detects, creates, or repairs a local OKF Harness workspace (an agent-maintained markdown knowledge wiki) and hands off to the workspace-local okf-harness skill once ready. Triggers when a user asks to create, find, select, repair, or enter an OKF Harness workspace from Claude Code; explicitly excludes daily wiki work, generic markdown editing, and non-OKF tasks.
How to install OKF Harness Bootstrap
git clone https://github.com/pumblus/okf-harness
mkdir -p ~/.claude/skills
cp -r okf-harness/plugins/claude/okf-harness/skills/okf-harness-bootstrap ~/.claude/skills/okf-harness-bootstrap
# then separately: npx @okf-harness/setup@latest (required okfh CLI runtime, not included in the skill folder)
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger OKF Harness Bootstrap
-
/okf-harness-bootstrapCreates or repairs an OKF Harness knowledge-wiki workspace for Claude Code, but only once its separate okfh CLI is installed.
It also activates on plain-language prompts like these:
-
Create a new OKF Harness knowledge wiki workspace here -
My OKF Harness workspace looks broken, can you repair it? -
Find and enter the existing OKF Harness workspace for this repo
Frequently asked questions
- Is the OKF Harness Bootstrap skill free?
- Yes. The skill itself is free from pumblus/okf-harness. SkillProof publishes the install command and an independent test verdict at no cost.
- Does OKF Harness Bootstrap work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. The skill itself is well-scoped and safe, but it is inert without a separately installed `okfh` CLI runtime (via npx @okf-harness/setup@latest) — copying the skill folder alone gets you a skill that can only tell the user to go install the real tool.
- What is the OKF Harness Bootstrap SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install OKF Harness Bootstrap?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use OKF Harness Bootstrap with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.